aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-04-29 14:56:08 +0000
committerWerner Koch <[email protected]>2002-04-29 14:56:08 +0000
commita8f2d5544712b99c0472b84dd2239729e58829eb (patch)
tree0ef7545fc6ee8f1782636745907b675584760bd8
parentAdded a copyright year for files changed this year. (diff)
downloadgnupg-a8f2d5544712b99c0472b84dd2239729e58829eb.tar.gz
gnupg-a8f2d5544712b99c0472b84dd2239729e58829eb.zip
Last preparations for 1.0.7
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f5ed130c3..a5e4a014c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-04-29 Werner Koch <[email protected]>
+ Released 1.0.7.
+
* README: Fixed some minor things.
2002-04-25 Werner Koch <[email protected]>
@@ -813,7 +815,7 @@ Fri Feb 13 19:43:41 1998 Werner Koch ([email protected])
* Makefile.am: Likewise
- Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/NEWS b/NEWS
index da6d131ee..61d0930e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1117,7 +1117,7 @@ Noteworthy changes in version 0.2.3
is generated on a system without a good random number generator.
-Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/configure.ac b/configure.ac
index e46cafe3b..1350f1fe8 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.6f-cvs, [email protected])
+AC_INIT(gnupg, 1.0.7, [email protected])
ALL_LINGUAS="cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr"
static_modules="sha1 md5 rmd160"
static_random_module=""