[svn] ksba - r286 - trunk

svn author wk cvs at cvs.gnupg.org
Tue Feb 12 17:45:48 CET 2008


Author: wk
Date: 2008-02-12 17:45:46 +0100 (Tue, 12 Feb 2008)
New Revision: 286

Added:
   trunk/announce.txt
Modified:
   trunk/NEWS
   trunk/configure.ac
Log:
Post release updates


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-02-12 16:18:32 UTC (rev 285)
+++ trunk/NEWS	2008-02-12 16:45:46 UTC (rev 286)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.0.4
+------------------------------------------------
+
+
 Noteworthy changes in version 1.0.3 (2008-02-12)
 ------------------------------------------------
 

Added: trunk/announce.txt
===================================================================
--- trunk/announce.txt	2008-02-12 16:18:32 UTC (rev 285)
+++ trunk/announce.txt	2008-02-12 16:45:46 UTC (rev 286)
@@ -0,0 +1,53 @@
+Hello!
+
+We are pleased to announce version 1.0.3 of Libksba.
+
+Libksba is an X.509 and CMS (PKCS#7) library.  It is for example
+required to build the S/MIME part of GnuPG-2 (gpgsm).  The only build
+requirement for Libksba itself is the libgpg-error package.  There are
+no other dependencies; actual cryptographic operations need to be done
+by the user.  Libksba is distributed under the GPLv3+.  There are no
+user tools accompanying this software, thus it is mostly relevant to
+developers.
+
+This is a bug fix release.
+
+You may download the library and its OpenPGP signature from:
+
+  ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.0.3.tar.bz2 (513k)
+  ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.0.3.tar.bz2.sig
+
+As an alternative you may use a patch file to upgrade the previous
+version of the library:
+
+  ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.0.2-1.0.3.diff.bz2 (13k)
+
+or from any mirror of that server (http://www.gnupg.org/mirrors.html).
+
+SHA-1 checksums are:
+
+7a4b3a8340087ed360269b567881ebfb9b67441b  libksba-1.0.3.tar.bz2
+ecbeb0f381db55f387753f5c873e20be59c9b65f  libksba-1.0.2-1.0.3.diff.bz2
+
+
+Noteworthy changes in version 1.0.3 (2008-02-12)
+------------------------------------------------
+
+ * Minor bug fixes.
+
+ * Include the used hash algorithm in sig-val structures.
+
+ * Fix for unknown tags in issuerAltName and subjectAltName.
+
+
+
+Commercial support contracts for Libksba are available, and they help
+finance continued maintenance.  g10 Code, a Duesseldorf based company
+owned and headed by Libksba's principal author, is currently funding
+its development.  We are always looking for interesting development
+projects.  See also http://www.gnupg.org/service.html .
+
+
+Happy hacking,
+
+  Werner

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-02-12 16:18:32 UTC (rev 285)
+++ trunk/configure.ac	2008-02-12 16:45:46 UTC (rev 286)
@@ -24,8 +24,8 @@
 # Remember to change the version number immediately *after* a release.
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
-m4_define([my_version], [1.0.3])
-m4_define([my_issvn], [no])
+m4_define([my_version], [1.0.4])
+m4_define([my_issvn], [yes])
 
 m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
           || echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))




More information about the Gnupg-commits mailing list