aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-03 14:59:43 +0000
committerWerner Koch <[email protected]>2002-03-03 14:59:43 +0000
commit6669a3f09a699d7f0753db7f4a7def4d6c2fcaa4 (patch)
tree519d2275c5b9a6e4b83f8f37b0fb447050b9a19c
parentSolved conflict (diff)
downloadgnupg-6669a3f09a699d7f0753db7f4a7def4d6c2fcaa4.tar.gz
gnupg-6669a3f09a699d7f0753db7f4a7def4d6c2fcaa4.zip
released 1.0.6d
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4227e7c7c..12a8d8213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2002-03-03 Werner Koch <[email protected]>
+
+ Release 1.0.6d snapshot.
+
2002-01-04 David Shaw <[email protected]>
- * NEWS about symmetric messages and fixed file sizes.
+ * NEWS: about symmetric messages and fixed file sizes.
2001-12-22 Werner Koch <[email protected]>
diff --git a/configure.ac b/configure.ac
index d9dbd6eb4..c5c662714 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_PREREQ(2.52)
dnl A snapshot release has a letter appended. CVS files before a release
dnl are suffixed with the string "-cvs", so "1.0.6a-cvs" is a cvs version
dnl between 1.0.6 and 1.0.6a.
-AC_INIT(gnupg, 1.0.6d-cvs, [email protected])
+AC_INIT(gnupg, 1.0.6d, [email protected])
ALL_LINGUAS="da de eo es_ES et fr id it ja nl pl pt_BR pt_PT sv tr"
static_modules="sha1 md5 rmd160"
static_random_module=""