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_6-40-g4a6b800


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_6-40-g4a6b800
Date: Thu, 19 Jun 2014 12:34:48 +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=4a6b8002c35d98a3bb39d566ef1bb11117d11868

The branch, master has been updated
       via  4a6b8002c35d98a3bb39d566ef1bb11117d11868 (commit)
       via  1b0090f963101a18304b48780aab9c36daf74ed8 (commit)
       via  c385a2349bba2ab703dc21f205302bbb7881ee70 (commit)
      from  fdfeb010e5d00102b3d55ef1bf74ed429f171e6c (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 4a6b8002c35d98a3bb39d566ef1bb11117d11868
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Jun 19 14:34:42 2014 +0200

    doc update

commit 1b0090f963101a18304b48780aab9c36daf74ed8
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Jun 19 14:33:04 2014 +0200

    bumped version

commit c385a2349bba2ab703dc21f205302bbb7881ee70
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Jun 19 14:30:14 2014 +0200

    doc update

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

Summary of changes:
 NEWS         |    8 ++++----
 configure.ac |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index d27b5f4..c948c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,16 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
-* Noteworthy changes in release 3.7 (unreleased) [stable]
-- asn1_der_decoding_element() is an alias to asn1_der_decoding().
+* Noteworthy changes in release 4.0 (unreleased) [stable]
 - optimized asn1_der_decoding_startEnd(). It no longer requires the
   additional decoding step.
-- Added asn1_dup_node().
 - asn1_read_value() understands the ?CURRENT keyword, which can be used
   to indicate the current element of a sequence, when the provided node
   is a sequence element.
 - Several optimizations in DER decoding of structures with sequences
   containing many elements.
-- Fixes in DER decoding.
+- API and ABI changes since last version:
+  asn1_dup_node: New function
+  asn1_der_decoding_element: Made alias to asn1_der_decoding
 
 * Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
 - Corrected an off-by-one error in ASN.1 DER tag decoding.
diff --git a/configure.ac b/configure.ac
index b77c5e5..d916957 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.6],address@hidden)
+AC_INIT([GNU Libtasn1],[4.0],address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -28,9 +28,9 @@ AM_SILENT_RULES([yes])
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 8)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 2)
+AC_SUBST(LT_CURRENT, 9)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 3)
 
 AC_PROG_CC
 gl_EARLY


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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