aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--README4
-rw-r--r--configure.ac2
4 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 060355423..6bb24bd28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 040e3ca25..2523b0521 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/README b/README
index 4d9ca3225..a690f3f57 100644
--- a/README
+++ b/README
@@ -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)| \