[svn] GnuPG - r4725 - branches/STABLE-BRANCH-1-4

svn author wk cvs at cvs.gnupg.org
Wed Mar 26 18:53:05 CET 2008


Author: wk
Date: 2008-03-26 18:53:04 +0100 (Wed, 26 Mar 2008)
New Revision: 4725

Modified:
   branches/STABLE-BRANCH-1-4/ChangeLog
   branches/STABLE-BRANCH-1-4/NEWS
   branches/STABLE-BRANCH-1-4/README
   branches/STABLE-BRANCH-1-4/configure.ac
Log:
prepare a release.


Modified: branches/STABLE-BRANCH-1-4/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-26 17:44:56 UTC (rev 4724)
+++ branches/STABLE-BRANCH-1-4/ChangeLog	2008-03-26 17:53:04 UTC (rev 4725)
@@ -1,3 +1,7 @@
+2008-03-26  Werner Koch  <wk at g10code.com>
+
+	Release 1.4.9.
+
 2008-03-07  David Shaw  <dshaw at jabberwocky.com>
 
 	* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't

Modified: branches/STABLE-BRANCH-1-4/NEWS
===================================================================
--- branches/STABLE-BRANCH-1-4/NEWS	2008-03-26 17:44:56 UTC (rev 4724)
+++ branches/STABLE-BRANCH-1-4/NEWS	2008-03-26 17:53:04 UTC (rev 4725)
@@ -1,10 +1,11 @@
-Noteworthy changes in version 1.4.9 (unreleased)
+Noteworthy changes in version 1.4.9 (2008-03-26)
 ------------------------------------------------
 
     * Improved AES encryption performance by more than 20% (on ia32).
       Decryption is also a bit faster.
 
-    * Fixed possible memory corruption while importing OpenPGP keys.
+    * Fixed possible memory corruption bug in 1.4.8 while importing
+      OpenPGP keys.
 
 
 Noteworthy changes in version 1.4.8 (2007-12-20)

Modified: branches/STABLE-BRANCH-1-4/README
===================================================================
--- branches/STABLE-BRANCH-1-4/README	2008-03-26 17:44:56 UTC (rev 4724)
+++ branches/STABLE-BRANCH-1-4/README	2008-03-26 17:53:04 UTC (rev 4725)
@@ -1,10 +1,10 @@
 
 		    GnuPG - The GNU Privacy Guard
 		   -------------------------------
-			    Version 1.4.8
+			    Version 1.4.9
 
 	 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-	   2005, 2006, 2007 Free Software Foundation, Inc.
+	   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
     This file is free software; as a special exception the author
     gives unlimited permission to copy and/or distribute it, with or

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2008-03-26 17:44:56 UTC (rev 4724)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2008-03-26 17:53:04 UTC (rev 4725)
@@ -26,7 +26,7 @@
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh --force" right before creating a distribution.
 m4_define([my_version], [1.4.9])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([echo $((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