1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00

prepare a release.

This commit is contained in:
Werner Koch 2008-03-26 17:53:04 +00:00
parent d5d895a7ae
commit 46e98d9486
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2008-03-26 Werner Koch <wk@g10code.com>
Release 1.4.9.
2008-03-07 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't

5
NEWS
View File

@ -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)

4
README
View File

@ -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

View File

@ -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)| \