[svn] dirmngr - r316 - trunk

svn author wk cvs at cvs.gnupg.org
Wed Jun 17 16:52:40 CEST 2009


Author: wk
Date: 2009-06-17 16:52:40 +0200 (Wed, 17 Jun 2009)
New Revision: 316

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


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-06-17 14:37:31 UTC (rev 315)
+++ trunk/NEWS	2009-06-17 14:52:40 UTC (rev 316)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.0.4
+------------------------------------------------
+
+
 Noteworthy changes in version 1.0.3 (2009-06-17)
 ------------------------------------------------
 

Added: trunk/announce.txt
===================================================================
--- trunk/announce.txt	                        (rev 0)
+++ trunk/announce.txt	2009-06-17 14:52:40 UTC (rev 316)
@@ -0,0 +1,84 @@
+To: gnupg-announce at gnupg.org
+Mail-Followup-To: gnupg-users at gnupg.org
+
+Hi!
+
+We are pleased to announce the availability of Dirmngr version 1.0.3.
+
+Dirmngr is a server for managing and downloading certificate
+revocation lists (CRLs) for X.509 certificates and for downloading the
+certificates themselves.  Dirmngr also handles OCSP requests as an
+alternative to CRLs.  Although Dirmngr can be invoked on demand, it
+should in general be installed as a system daemon.
+
+Get it from:
+
+ ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.0.3.tar.bz2 (542k)
+ ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.0.3.tar.bz2.sig
+
+or as a patch against the last beta version:
+
+ ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.0.2-1.0.3.diff.bz2 (25k)
+
+
+SHA-1 checksums are:
+
+437d381c937b1f1d0699d1ed37cf50f14bfbcd32  dirmngr-1.0.3.tar.bz2
+e139db6205145066b6bb13686121d07f241bacb4  dirmngr-1.0.2-1.0.3.diff.bz2
+
+
+
+Whats new in this release
+=========================
+
+ * Client based trust anchors are now supported.
+
+ * Configured certificates with the suffix ".der" are now also used.
+
+ * Libgcrypt 1.4 is now required.
+
+
+Documentation
+=============
+
+Dirmngr comes with man pages and as well as with a texinfo based
+manual.  Run "info dirmngr" to read the manual or run
+
+  make -C doc dirmngr.pdf 
+
+to build a printable version.  If you have questions on the use of
+Dirmngr, feel free to ask at gnupg-users at gnupg.org.
+
+
+Support
+=======
+
+Improving Dirmngr is costly, but you can help!  We are looking for
+organizations that find Dirmngr useful and wish to contribute back.
+You can contribute by reporting bugs, improve the software, or by
+donating money.
+
+Commercial support contracts for Dirmngr are available, and they help
+finance continued maintenance.  g10 Code GmbH, a Duesseldorf based
+company owned and headed by GnuPG's principal author, is currently
+funding Dirmngr development.  We are always looking for interesting
+development projects.
+
+A service directory is available at:
+
+  http://www.gnupg.org/service.html
+
+
+Thanks
+======
+
+We have to thank all the people who helped with this release.  The
+folks at Intevation helped a lot to track down bugs and to define new
+features.  Marcus Brinkmann is mainly responsible for completing the
+Windows port.
+
+
+
+Happy Hacking,
+
+  Werner

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-06-17 14:37:31 UTC (rev 315)
+++ trunk/configure.ac	2009-06-17 14:52:40 UTC (rev 316)
@@ -27,8 +27,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;q;}')]))




More information about the Gnupg-commits mailing list