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_5-11-g4e7a89e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_5-11-g4e7a89e
Date: Sat, 05 Sep 2015 04:08:17 +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=4e7a89e701d43f73b2b1398ad1eda470f7ddb9ee

The branch, master has been updated
       via  4e7a89e701d43f73b2b1398ad1eda470f7ddb9ee (commit)
      from  c523855da610fc90709a58d16c60b94dcff091ae (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 4e7a89e701d43f73b2b1398ad1eda470f7ddb9ee
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Sep 5 06:06:18 2015 +0200

    updated for 4.6

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

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

diff --git a/NEWS b/NEWS
index 7d10c14..c2a78d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
-* Noteworthy changes in release 4.6 (unreleased) [stable]
+* Noteworthy changes in release 4.6 (released 2015-09-05) [stable]
 - Allow decoding OCTET STRINGs with multi-byte tags.
 - API and ABI changes since last version:
   asn1_get_object_id_der: New function
diff --git a/configure.ac b/configure.ac
index 6fa552d..15be2ad 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.5],address@hidden)
+AC_INIT([GNU Libtasn1],[4.6],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, 10)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 4)
+AC_SUBST(LT_CURRENT, 11)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 5)
 
 AC_PROG_CC
 gl_EARLY
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 14492d0..db246ae 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -55,6 +55,7 @@ gdoc_MANS += man/asn1_get_length_der.3
 gdoc_MANS += man/asn1_get_tag_der.3
 gdoc_MANS += man/asn1_get_length_ber.3
 gdoc_MANS += man/asn1_get_octet_der.3
+gdoc_MANS += man/asn1_get_object_id_der.3
 gdoc_MANS += man/asn1_get_bit_der.3
 gdoc_MANS += man/asn1_der_decoding2.3
 gdoc_MANS += man/asn1_der_decoding.3
@@ -104,6 +105,7 @@ gdoc_TEXINFOS += texi/asn1_get_length_der.texi
 gdoc_TEXINFOS += texi/asn1_get_tag_der.texi
 gdoc_TEXINFOS += texi/asn1_get_length_ber.texi
 gdoc_TEXINFOS += texi/asn1_get_octet_der.texi
+gdoc_TEXINFOS += texi/asn1_get_object_id_der.texi
 gdoc_TEXINFOS += texi/asn1_get_bit_der.texi
 gdoc_TEXINFOS += texi/asn1_der_decoding2.texi
 gdoc_TEXINFOS += texi/asn1_der_decoding.texi
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 4d3772b..80154b6 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "4.4"
+#define ASN1_VERSION "4.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]