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_5-37-gf2aa596


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_5-37-gf2aa596
Date: Thu, 22 May 2014 19:42:35 +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=f2aa59688754d5674de7cf2b8c7a39b2a67e635e

The branch, master has been updated
       via  f2aa59688754d5674de7cf2b8c7a39b2a67e635e (commit)
       via  f80391388df8f54e386346b9a33d6dce4af887d5 (commit)
      from  c9d7433c0441a9d64eb8f9687ec36bf0705c426e (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 f2aa59688754d5674de7cf2b8c7a39b2a67e635e
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu May 22 21:32:10 2014 +0200

    bumped version

commit f80391388df8f54e386346b9a33d6dce4af887d5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun May 18 18:33:50 2014 +0200

    doc update

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

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

diff --git a/NEWS b/NEWS
index 9fcde9f..f763cec 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,11 @@ GNU Libtasn1 NEWS                                     -*- 
outline -*-
 
 * Noteworthy changes in release 3.6 (unreleased) [stable]
 - Corrected an off-by-one error in ASN.1 DER tag decoding.
-- Several improvements and new safety checks on DER decoding to
-  prevent issues discovered using the Codenomicon TLS tester.
+- Several improvements and new safety checks on DER decoding;
+  issues found using Codenomicon TLS test suite.
 - Marked asn1_der_decoding_element() as deprecated. Use
   asn1_der_decoding() instead.
 
-
 * Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
 - Correctly handle decoding of recursive CHOICE options.
 - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
diff --git a/configure.ac b/configure.ac
index e3e5ec1..ed213a9 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.5],address@hidden)
+AC_INIT([GNU Libtasn1],[3.6],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, 8)
-AC_SUBST(LT_REVISION, 1)
+AC_SUBST(LT_REVISION, 2)
 AC_SUBST(LT_AGE, 2)
 
 AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 92ef0ef..a457068 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "3.5"
+#define ASN1_VERSION "3.6"
 
 #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]