aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-12-07 16:23:51 +0000
committerWerner Koch <[email protected]>2006-12-07 16:23:51 +0000
commit6b80ed88be6d2766947929d5c5afda391109b53c (patch)
tree27e9de936df0f82f45e6a92485fbbbb627475c08
parentBackported security fixes. (diff)
downloadgnupg-STABLE-BRANCH-1-2.tar.gz
gnupg-STABLE-BRANCH-1-2.zip
Preapring a releasegnupg-1.2.8STABLE-BRANCH-1-2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9194b5973..ed094a8ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-07 Werner Koch <[email protected]>
+
+ Released 1.2.8.
+
2005-04-03 David Shaw <[email protected]>
* NEWS: Note countermeasures against the Mister/Zuccherato CFB
diff --git a/NEWS b/NEWS
index 4a25a89ce..ab903928d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Noteworthy changes in version 1.2.8
+Noteworthy changes in version 1.2.8 (2006-12-07)
------------------------------------------------
Backported security fixes. Note, that the 1.2.x series has
- reached end of life status.
+ reached end of life status. You should migrate to 1.4.x.
* Fixed a serious and exploitable bug in processing encrypted
packages. [CVE-2006-6235].
diff --git a/configure.ac b/configure.ac
index 1aa79f9e1..9355f586f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.9.3"
# 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.8-cvs, [email protected])
+AC_INIT(gnupg, 1.2.8, [email protected])
# 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.