aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-27 12:05:38 +0000
committerWerner Koch <[email protected]>2005-07-27 12:05:38 +0000
commit0e6d1bb5d5bc12e1cc2a65f7446a231cbcbc533b (patch)
tree3ecd3652216db95c5533ed9323314b8457b38e14
parent* keyserver.c (keyserver_typemap): Special-case LDAP since curl will (diff)
downloadgnupg-0e6d1bb5d5bc12e1cc2a65f7446a231cbcbc533b.tar.gz
gnupg-0e6d1bb5d5bc12e1cc2a65f7446a231cbcbc533b.zip
First commit to Subversion.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--README.SVN (renamed from README.CVS)12
3 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1853db539..8d8a4553e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-27 Werner Koch <[email protected]>
+
+ * README.CVS: Renamed to README.SVN.
+
2005-07-26 David Shaw <[email protected]>
* NEWS, configure.ac: Switch over to using curl or fake-curl by
diff --git a/README b/README
index 967b2580c..4daff664b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard
-------------------------------
- Version 1.4.2
+ Version 1.4.3
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
diff --git a/README.CVS b/README.SVN
index ae17923bd..bf8d00244 100644
--- a/README.CVS
+++ b/README.SVN
@@ -1,4 +1,4 @@
-If you are building from CVS, run the script
+If you are building from Subversion, run the script
./autogen.sh
@@ -40,11 +40,11 @@ knowledge about the actual tools used by autgen.sh.
Please don't use autopoint, libtoolize or autoreconf unless you are
the current maintainer and want to update the standard configuration
-files. All those files should be in the CVS and only updated manually
-if the maintainer decides that newer versions are required. The
-maintainer should also make sure that the required version of automake
-et al. are properly indicated at the top of configure.ac and take care
-to copy the files and not merely use symlinks.
+files. All those files should be in the repository and only updated
+manually if the maintainer decides that newer versions are required.
+The maintainer should also make sure that the required version of
+automake et al. are properly indicated at the top of configure.ac and
+take care to copy the files and not merely use symlinks.