summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cipher/ChangeLog6
-rw-r--r--jnlib/ChangeLog10
-rw-r--r--mpi/ChangeLog6
-rw-r--r--src/ChangeLog6
-rw-r--r--src/gcrypt.h2
5 files changed, 27 insertions, 3 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 2a861c03..23ff5995 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-19 Werner Koch <wk@gnupg.org>
+
+ Major change:
+ Removed all GnuPG stuff and renamed this piece of software
+ to gcrypt.
+
2000-11-14 Werner Koch <wk@gnupg.org>
* dsa.c (test_keys): Replaced mpi_alloc by gcry_mpi_new and
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog
index 5bb8faf3..0ff858eb 100644
--- a/jnlib/ChangeLog
+++ b/jnlib/ChangeLog
@@ -1,8 +1,14 @@
+2000-12-19 Werner Koch <wk@gnupg.org>
+
+ Major change:
+ Removed all GnuPG stuff and renamed this piece of software
+ to gcrypt.
+
Fri Jul 14 19:38:23 CEST 2000 Werner Koch <wk@>
- * argparse.c (default_strusage): Changed year of default copyright.
+ * argparse.c (default_strusage): Changed year of default copyright.
- * dotlock.c (disable_dotlock): New.
+ * dotlock.c (disable_dotlock): New.
Mon Jan 24 13:04:28 CET 2000 Werner Koch <wk@gnupg.de>
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 95bb6f1d..b2f72b26 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-19 Werner Koch <wk@gnupg.org>
+
+ Major change:
+ Removed all GnuPG stuff and renamed this piece of software
+ to gcrypt.
+
2000-11-14 Werner Koch <wk@gnupg.org>
* mpi-internal.h, mpi.h: Changed the way they are called and
diff --git a/src/ChangeLog b/src/ChangeLog
index 192a7a6d..7bb46a34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-19 Werner Koch <wk@gnupg.org>
+
+ Major change:
+ Removed all GnuPG stuff and renamed this piece of software
+ to gcrypt.
+
2000-11-14 Werner Koch <wk@gnupg.org>
* mpi.h: Moved to ../mpi.
diff --git a/src/gcrypt.h b/src/gcrypt.h
index dfce469c..4989e020 100644
--- a/src/gcrypt.h
+++ b/src/gcrypt.h
@@ -35,7 +35,7 @@ extern "C" {
* header matches the installed library.
* Note: Do not edit the next line as configure may fix the string here.
*/
-#define GCRYPT_VERSION "1.1.1b"
+#define GCRYPT_VERSION "1.1.2a"
#ifndef HAVE_BYTE_TYPEDEF