libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_11-3-g971aa4d


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_11-3-g971aa4d
Date: Tue, 06 Dec 2011 18:21:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=971aa4dd098adbcfd0f6e98cf0d28dea117db785

The branch, master has been updated
       via  971aa4dd098adbcfd0f6e98cf0d28dea117db785 (commit)
      from  139c4a93e546bc96b9d732eb63512ef91d4f0952 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 971aa4dd098adbcfd0f6e98cf0d28dea117db785
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 6 19:21:12 2011 +0100

    Bump versions.

-----------------------------------------------------------------------

Summary of changes:
 NEWS           |    5 +++--
 configure.ac   |    4 ++--
 lib/libtasn1.h |    5 ++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index c80fa2b..1f992e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
+* Noteworthy changes in release 2.12 (????-??-??) [?]
+
 * Noteworthy changes in release 2.11 (2011-11-25) [stable]
 - qa: Now builds without compiler warnings with Solaris CC.
 - qa: Added clang analysis.  Fixed cyclomatic complexity output.
@@ -346,8 +348,7 @@ GNU Libtasn1 NEWS                                     -*- 
outline -*-
 - Initial release
 
 ----------------------------------------------------------------------
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2002-2011 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
diff --git a/configure.ac b/configure.ac
index a6eec1f..d62379e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU Libtasn1], [2.11], address@hidden)
+AC_INIT([GNU Libtasn1], [2.12], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 4)
-AC_SUBST(LT_REVISION, 13)
+AC_SUBST(LT_REVISION, 14)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 5367713..abf53f1 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2002-2011 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
@@ -45,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.11"
+#define ASN1_VERSION "2.12"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */
 


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]