summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-05 06:06:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-05 06:06:18 +0200
commit4e7a89e701d43f73b2b1398ad1eda470f7ddb9ee (patch)
treed7b8e113271d2e8892d2b582e289d6cc23f3f196
parentc523855da610fc90709a58d16c60b94dcff091ae (diff)
downloadlibtasn1-4e7a89e701d43f73b2b1398ad1eda470f7ddb9ee.tar.gz
updated for 4.6libtasn1_4_6
-rw-r--r--NEWS2
-rw-r--r--configure.ac8
-rw-r--r--doc/Makefile.am2
-rw-r--r--lib/libtasn1.h2
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],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[4.6],[help-libtasn1@gnu.org])
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__)