libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2


From: Simon Josefsson
Subject: [Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_5-2-gdade49b
Date: Mon, 15 Mar 2010 13:47:18 +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=dade49b577338a039c440695cfdb973ee832e853

The branch, master has been updated
       via  dade49b577338a039c440695cfdb973ee832e853 (commit)
       via  7298243c2c8569bcead8add9c0dfd20fc6d99ccc (commit)
      from  3906b8efdf810f4bd9db902e7e42dc2a5e7fb1ea (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 dade49b577338a039c440695cfdb973ee832e853
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 14:47:13 2010 +0100

    Bump versions.

commit 7298243c2c8569bcead8add9c0dfd20fc6d99ccc
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 14:46:25 2010 +0100

    Add.

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

Summary of changes:
 NEWS             |    2 +
 configure.ac     |    4 +-
 doc/announce.txt |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/libtasn1.h   |    2 +-
 4 files changed, 91 insertions(+), 3 deletions(-)
 create mode 100644 doc/announce.txt

diff --git a/NEWS b/NEWS
index e9b1aa0..4fc7c62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
+* Noteworthy changes in release 2.6 (????-??-??) [stable]
+
 * Noteworthy changes in release 2.5 (2010-03-15) [stable]
 - doc: Improve GTK-DOC comments.
 - misc: Updated gnulib files.
diff --git a/configure.ac b/configure.ac
index 94737a7..faec539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,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], [2.5], address@hidden)
+AC_INIT([GNU Libtasn1], [2.6], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 4)
-AC_SUBST(LT_REVISION, 8)
+AC_SUBST(LT_REVISION, 9)
 AC_SUBST(LT_AGE, 1)
 
 AC_PROG_CC
diff --git a/doc/announce.txt b/doc/announce.txt
new file mode 100644
index 0000000..5be4de1
--- /dev/null
+++ b/doc/announce.txt
@@ -0,0 +1,86 @@
+GNU Libtasn1 is a standalone library written in C for manipulating ASN.1
+objects including DER/BER encoding/decoding.  GNU Libtasn1 is used by
+GnuTLS to handle X.509 structures and by GNU Shishi to handle Kerberos
+V5 structures.
+
+* Noteworthy changes in release 2.5 (2010-03-15) [stable]
+- doc: Improve GTK-DOC comments.
+- misc: Updated gnulib files.
+
+Homepage:
+  http://www.gnu.org/software/libtasn1/
+
+Here are the compressed sources (1.7MB):
+   ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-2.5.tar.gz
+   http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.5.tar.gz
+
+Here are GPG detached signatures using key 0xB565716F:
+   ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-2.5.tar.gz.sig
+   http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.5.tar.gz.sig
+
+A ZIP archive containing the Windows binaries (264KB):
+  http://josefsson.org/gnutls4win/libtasn1-2.5.zip
+  http://josefsson.org/gnutls4win/libtasn1-2.5.zip.sig
+
+A Debian mingw32 package is also available (240KB):
+  http://josefsson.org/gnutls4win/mingw32-libtasn1_2.5-1_all.deb
+
+Commercial support contracts for Libtasn1 are available, and they help
+finance continued maintenance.  Simon Josefsson Datakonsult AB, a
+Stockholm based privately held company, is currently funding Libtasn1
+maintenance.  We are always looking for interesting development
+projects.  See http://josefsson.org/ for more details.
+
+If you need help to use Libtasn1, or want to help others, you are
+invited to join the help-gnutls mailing list, see:
+<http://lists.gnu.org/mailman/listinfo/help-gnutls>.
+
+All manuals are available from:
+  http://www.gnu.org/software/gsasl/manual/
+
+Specifically, the following formats are available.
+
+The main manual:
+  HTML: http://www.gnu.org/software/gsasl/manual/gsasl.html
+  PDF: http://www.gnu.org/software/gsasl/manual/gsasl.pdf
+
+API Reference manual:
+  http://www.gnu.org/software/gsasl/reference/ - GTK-DOC HTML
+
+For developers interested in improving code quality, we publish
+Cyclomatic code complexity charts that help you find code that may need
+review and improvements:
+
+  http://www.gnu.org/software/gnutls/cyclo/
+
+Also useful are code coverage charts which indicate parts of the source
+code that needs to be tested better by the included self-tests:
+
+  http://www.gnu.org/software/gnutls/coverage/
+
+The software is cryptographically signed by the author using an
+OpenPGP key identified by the following information:
+
+pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
+      Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
+uid                  Simon Josefsson <address@hidden>
+uid                  Simon Josefsson <address@hidden>
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2011-03-30]
+
+The key is available from:
+  http://josefsson.org/key.txt
+  dns:b565716f.josefsson.org?TYPE=CERT
+
+Here are the SHA-1 and SHA-224 checksums:
+
+e317282a86702fb57133b50199df47a7fcf681ca  libtasn1-2.5.tar.gz
+69e53bb61f3512aa8d1eb72640778b4adebf6818a4493548cc7faf2d  libtasn1-2.5.tar.gz
+
+784faa0f4aff35aee1ac420013a9e47aa4892d12  libtasn1-2.5.zip
+98177b4e5cbc3bae34dd7813940bec99c802275c9dd0cb77f06a1d3d  libtasn1-2.5.zip
+
+a5427f26d051a3ab30a8f5bea0abcdf6d3d83f0f  mingw32-libtasn1_2.5-1_all.deb
+6e781ec4652f8d3fd58e3742dd19f69804665356c11c50e179ed1756  
mingw32-libtasn1_2.5-1_all.deb
+
+Happy hacking,
+Simon
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index fea5cea..22aa790 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -45,7 +45,7 @@ extern "C"
 {
 #endif
 
-#define ASN1_VERSION "2.5"
+#define ASN1_VERSION "2.6"
 
   typedef int asn1_retCode;    /* type returned by libtasn1 functions */
 


hooks/post-receive
-- 
GNU libtasn1




reply via email to

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