[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_6-6-g1e3d04b
From: |
Nikos Mavrogiannopoulos |
Subject: |
[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_6-6-g1e3d04b |
Date: |
Mon, 14 Sep 2015 17:44:10 +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=1e3d04bce839540c6a3f8f14c8521d8390042f23
The branch, master has been updated
via 1e3d04bce839540c6a3f8f14c8521d8390042f23 (commit)
via ed7640684cbd996f5e026b58c12cdb421312fbdf (commit)
via 64ae19fae3e2e888d00d4184fe57f0e786d59767 (commit)
from 4f1c714accd59319dd19833f1f1210710a1dbfb6 (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 1e3d04bce839540c6a3f8f14c8521d8390042f23
Author: Nikos Mavrogiannopoulos <address@hidden>
Date: Mon Sep 14 19:43:12 2015 +0200
libtasn1.h updated version
commit ed7640684cbd996f5e026b58c12cdb421312fbdf
Author: Nikos Mavrogiannopoulos <address@hidden>
Date: Mon Sep 14 19:42:32 2015 +0200
bumped version
commit 64ae19fae3e2e888d00d4184fe57f0e786d59767
Author: Nikos Mavrogiannopoulos <address@hidden>
Date: Mon Sep 14 19:41:52 2015 +0200
doc update
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
configure.ac | 4 ++--
lib/libtasn1.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 4d7f477..0ac70e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 4.7 (unreleased) [stable]
+* Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
- Fixed regression introduced in the decoding of multi-byte tags
fix.
diff --git a/configure.ac b/configure.ac
index 15be2ad..455ef69 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.6],address@hidden)
+AC_INIT([GNU Libtasn1],[4.7],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, 11)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 5)
AC_PROG_CC
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 80154b6..6223cf9 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.6"
+#define ASN1_VERSION "4.7"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 +
__GNUC_PATCHLEVEL__)
hooks/post-receive
--
GNU libtasn1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_6-6-g1e3d04b,
Nikos Mavrogiannopoulos <=