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_2-9-gccf0870


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_2-9-gccf0870
Date: Wed, 04 Mar 2015 14:16:27 +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=ccf08708c8c55ee25cd7e47b803b262576fe17c5

The branch, master has been updated
       via  ccf08708c8c55ee25cd7e47b803b262576fe17c5 (commit)
       via  e144a20f860a22bfacdf1c09a663f7bb264361eb (commit)
      from  58f8a0258d5878f84634a160728d4bec307ac3bc (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 ccf08708c8c55ee25cd7e47b803b262576fe17c5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Mar 4 15:16:24 2015 +0100

    doc update

commit e144a20f860a22bfacdf1c09a663f7bb264361eb
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Mar 4 15:15:26 2015 +0100

    bumped version

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

Summary of changes:
 configure.ac   |    8 ++++----
 lib/decoding.c |    5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index d32458b..e4d15b2 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.2],address@hidden)
+AC_INIT([GNU Libtasn1],[4.3],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, 9)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 3)
+AC_SUBST(LT_CURRENT, 10)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 4)
 
 AC_PROG_CC
 gl_EARLY
diff --git a/lib/decoding.c b/lib/decoding.c
index cd9f4d2..2293eed 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -2164,9 +2164,8 @@ static int append(uint8_t **dst, unsigned *dst_size, 
const uint8_t *src, unsigne
  * @str_len: the length of the data
  * @ber_len: the total length occupied by BER (may be %NULL)
  *
- * Decodes a simple BER encoded type (e.g. a string, which is not constructed).
- * The output is an allocated value of the data. This function works for
- * OCTET STRINGS only.
+ * Decodes a BER encoded type. The output is an allocated value 
+ * of the data. This function works for OCTET STRINGS only.
  *
  * Returns: %ASN1_SUCCESS if successful or an error value.
  **/


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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