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_3_1-5-gaf362a4


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_1-5-gaf362a4
Date: Fri, 30 Nov 2012 10:15:36 +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=af362a497f70b680a39a15cb719dd6b846b32d34

The branch, master has been updated
       via  af362a497f70b680a39a15cb719dd6b846b32d34 (commit)
       via  bda1eb5ad6fd0a8ad593abc772e3e447fd75309f (commit)
       via  6ac65bdf6fb21eea71fba8447c6ed62593432f84 (commit)
      from  aa6e97f68d6c8d06f531d9b6bb462dc1c0720f77 (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 af362a497f70b680a39a15cb719dd6b846b32d34
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Nov 30 11:15:15 2012 +0100

    released

commit bda1eb5ad6fd0a8ad593abc772e3e447fd75309f
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 29 19:00:24 2012 +0100

    bumped version

commit 6ac65bdf6fb21eea71fba8447c6ed62593432f84
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Nov 25 14:22:57 2012 +0100

    documented update

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

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

diff --git a/NEWS b/NEWS
index 220afde..6fa0d12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
+* Noteworthy changes in release 3.2 (released 2012-11-30) [stable]
+- Corrected buffer overflow in the error reporting of the parser (reported
+by Andreas Metzler).
+
 * Noteworthy changes in release 3.1 (released 2012-11-24) [stable]
 - Completed rename of types:
   ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t)
diff --git a/configure.ac b/configure.ac
index a3d089b..a49dccd 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],[3.1],address@hidden)
+AC_INIT([GNU Libtasn1],[3.2],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, 7)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 06474f3..c296198 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "3.1"
+#define ASN1_VERSION "3.2"
 
   /*****************************************/
   /* Errors returned by libtasn1 functions */


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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