aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-22 13:56:19 +0000
committerWerner Koch <[email protected]>2001-12-22 13:56:19 +0000
commitc59fc869c7bc26eb80abf046f1ca25e901202936 (patch)
treedf6a15811652e7d6ac0761614f85d68f9db19c2d
parentmsgmerge changes (diff)
downloadgnupg-c59fc869c7bc26eb80abf046f1ca25e901202936.tar.gz
gnupg-c59fc869c7bc26eb80abf046f1ca25e901202936.zip
About to released 1.0.6c snapshot.SNAP-1-0-6c
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6337520f7..78091ca97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2001-12-22 Werner Koch <[email protected]>
+ Released 1.0.6c snapshot.
+
* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
+
* acconfig.h: Removed, it should no longer be used.
2001-12-21 David Shaw <[email protected]>
diff --git a/configure.ac b/configure.ac
index 55283ec1c..584aec275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@ dnl (Process this file with autoconf to produce a configure script.)
dnlAC_REVISION($Revision$)dnl
AC_PREREQ(2.52)
-dnl A snapshot release has a letter appended. CVS files before a release
+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.6c-cvs, [email protected])
+AC_INIT(gnupg, 1.0.6c, [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=""