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_4_1-10-g1e108d9


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_1-10-g1e108d9
Date: Mon, 15 Sep 2014 18:48:21 +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=1e108d973d0898be8fd4cab147560fab16e89c10

The branch, master has been updated
       via  1e108d973d0898be8fd4cab147560fab16e89c10 (commit)
       via  40729ea27950d7324d407ee87e1e80e842996d4c (commit)
      from  a9a74e409439088f1d74c1ab51e8f2013a0e020e (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 1e108d973d0898be8fd4cab147560fab16e89c10
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Sep 15 20:42:24 2014 +0200

    bumped version

commit 40729ea27950d7324d407ee87e1e80e842996d4c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Sep 15 20:41:33 2014 +0200

    doc update

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

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

diff --git a/NEWS b/NEWS
index d8d2563..309dc9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
 * Noteworthy changes in release 4.2 (unreleased) [stable]
-- Added sanity checks in the decoding of time
+- Added sanity checks in the decoding of time when
+  ASN1_DECODE_FLAG_STRICT_DER is used.
 - Fixes in the decoding of OCTET STRING when close to the end
   of the structure.
 
diff --git a/configure.ac b/configure.ac
index 061eac1..d32458b 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],[4.1],address@hidden)
+AC_INIT([GNU Libtasn1],[4.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, 9)
-AC_SUBST(LT_REVISION, 1)
+AC_SUBST(LT_REVISION, 2)
 AC_SUBST(LT_AGE, 3)
 
 AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 190443c..ca21a0c 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "4.1"
+#define ASN1_VERSION "4.2"
 
 #if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
 # define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + 
__GNUC_PATCHLEVEL__)


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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