aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-10-18 09:32:42 +0000
committerWerner Koch <[email protected]>2002-10-18 09:32:42 +0000
commit61fbbd0b9253143e818609ff032b81e59c9a055c (patch)
treec66f97d56cbe154b682fcb9927b0391c4c135bb3
parent* config.links (powerpc-apple-darwin6.1): Disable assembler (diff)
downloadgnupg-61fbbd0b9253143e818609ff032b81e59c9a055c.tar.gz
gnupg-61fbbd0b9253143e818609ff032b81e59c9a055c.zip
* configure.ac: Changed version number comments.
(ALL_LINGUAS): Removed all except for de. During development it might not be a good idea to keep all of them - they get outdated too soon and diff files will be far too large.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS4
-rw-r--r--TODO4
-rw-r--r--configure.ac7
4 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b5efe9c81..8e547477d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-18 Werner Koch <[email protected]>
+
+ Released 1.3.0.
+
+ * configure.ac: Changed version number comments.
+ (ALL_LINGUAS): Removed all except for de. During development it
+ might not be a good idea to keep all of them - they get outdated
+ too soon and diff files will be far too large.
+
2002-10-17 David Shaw <[email protected]>
* README: Multiple A record rotation works with MINGW32 now, and
diff --git a/NEWS b/NEWS
index 4ffe60ca7..524d6bd13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Noteworthy changes in version 1.3
--------------------------------------------------
+Noteworthy changes in version 1.3.0 (2002-10-18)
+------------------------------------------------
* The last piece of internal keyserver support has been removed,
and now all keyserver access is done via the keyserver plugins.
diff --git a/TODO b/TODO
index d74360100..b013c6f81 100644
--- a/TODO
+++ b/TODO
@@ -63,7 +63,9 @@
* add test cases for invalid data (scrambled armor or other random data)
- * add checking of armor trailers. Try to detect garbled header lines.
+ * add checking of armor trailers. Try to detect garbled header
+ lines. Often one dash is missing due to sloppy cut+paste; so add
+ a warning note like the one for QP.
* the pubkey encrypt functions should do some sanity checks.
diff --git a/configure.ac b/configure.ac
index 984d89cf8..b114a64f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,14 +22,15 @@ dnlAC_REVISION($Revision$)dnl
AC_PREREQ(2.52)
-# Remember to change the version number immediately *after* a release.
+# 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.3.0, [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.
-AC_INIT(gnupg, 1.3, [email protected])
development_version=yes
-ALL_LINGUAS="ca cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr"
+ALL_LINGUAS="de"
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION