diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 10 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2008-03-26 Werner Koch <[email protected]> + + Release 1.4.9. + 2008-03-07 David Shaw <[email protected]> * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't @@ -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) @@ -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 diff --git a/configure.ac b/configure.ac index 340f9eb33..800f64d97 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.9.3" # 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)| \ |