mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
prepare a release.
This commit is contained in:
parent
d5d895a7ae
commit
46e98d9486
@ -1,3 +1,7 @@
|
|||||||
|
2008-03-26 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
Release 1.4.9.
|
||||||
|
|
||||||
2008-03-07 David Shaw <dshaw@jabberwocky.com>
|
2008-03-07 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
|
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
|
||||||
|
5
NEWS
5
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).
|
* Improved AES encryption performance by more than 20% (on ia32).
|
||||||
Decryption is also a bit faster.
|
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)
|
Noteworthy changes in version 1.4.8 (2007-12-20)
|
||||||
|
4
README
4
README
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.8
|
Version 1.4.9
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
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
|
This file is free software; as a special exception the author
|
||||||
gives unlimited permission to copy and/or distribute it, with or
|
gives unlimited permission to copy and/or distribute it, with or
|
||||||
|
@ -26,7 +26,7 @@ min_automake_version="1.9.3"
|
|||||||
# Set my_issvn to "yes" for non-released code. Remember to run an
|
# Set my_issvn to "yes" for non-released code. Remember to run an
|
||||||
# "svn up" and "autogen.sh --force" right before creating a distribution.
|
# "svn up" and "autogen.sh --force" right before creating a distribution.
|
||||||
m4_define([my_version], [1.4.9])
|
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 \
|
m4_define([svn_revision], m4_esyscmd([echo $((svn info 2>/dev/null \
|
||||||
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)| \
|
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)| \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user