1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

About to release 1.2.3

This commit is contained in:
Werner Koch 2003-08-21 19:45:43 +00:00
parent 9bfae1f9b4
commit aa10792581
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-08-21 Werner Koch <wk@gnupg.org>
Released 1.2.3.
2003-08-20 David Shaw <dshaw@jabberwocky.com>
* THANKS: Thank Nelson H. F. Beebe.

2
NEWS
View File

@ -1,4 +1,4 @@
Noteworthy changes in version 1.2.3 (unreleased)
Noteworthy changes in version 1.2.3 (2003-08-21)
------------------------------------------------
* New "--gnupg" option (set by default) that disables --openpgp,

2
README
View File

@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard
-------------------------------
Version 1.2.2
Version 1.2.3
Copyright 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.

View File

@ -25,7 +25,7 @@ AC_PREREQ(2.52)
# Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release.
AC_INIT(gnupg, 1.2.3rc2, bug-gnupg@gnu.org)
AC_INIT(gnupg, 1.2.3, bug-gnupg@gnu.org)
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.