summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--NEWS7
-rw-r--r--README2
-rw-r--r--TODO2
-rw-r--r--cipher/ChangeLog9
-rw-r--r--jnlib/ChangeLog10
-rw-r--r--mpi/ChangeLog9
-rw-r--r--src/ChangeLog19
-rw-r--r--tests/ChangeLog16
9 files changed, 83 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce807489..f98515a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -568,3 +568,14 @@ Fri Feb 13 19:43:41 1998 Werner Koch (wk@isil.d.shuttle.de)
* configure.in : Fixed zlib stuff
* Makefile.am: Likewise
+
+ Copyright 1998,1999,2000,2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
diff --git a/NEWS b/NEWS
index a0825a55..b99516f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
+Noteworthy changes in version 1.1.5 ()
+------------------------------------------------
* gcry_{cipher,md}_map_name are now able to map stringified object IDs.
+ * New functions gcry_sexp_canon_len and gcry_cipher_mode_from_oid.
+
+ * Closed some memory leaks.
+
+
Noteworthy changes in version 1.1.4 (2001-08-03)
------------------------------------------------
diff --git a/README b/README
index 6590e9ee..f9ec4a23 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ This is a development version, the first stable version will be 1.2.0.
If you are using the CVS version, make sure that you have the latest
automake (I am using Debian Sid). Ignore the make warnings about
-overriding old rules. I had to include lsmain.sh two times due to
+overriding old rules. I had to include ltmain.sh two times due to
autoconf/libtool mismatches.
diff --git a/TODO b/TODO
index f3cc8bc1..e22b101f 100644
--- a/TODO
+++ b/TODO
@@ -3,4 +3,4 @@
Wouldn't it be better if we have a reste function or integrate that
with setkey?
* add more tests. Even basic is very minimal.
-* udiv-qrnbd.o sollte als *.lo gebaut werden (HPUX) \ No newline at end of file
+* udiv-qrnbd.o should get build as *.lo [HPUX]
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index b174db32..8f0536d1 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -960,3 +960,12 @@ Mon Feb 16 10:08:47 1998 Werner Koch (wk@isil.d.shuttle.de)
(digest_algo_to_string): New.
+ Copyright 1998,1999,2000,2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog
index 0ff858eb..5b2b6507 100644
--- a/jnlib/ChangeLog
+++ b/jnlib/ChangeLog
@@ -24,3 +24,13 @@ Mon Jan 24 13:04:28 CET 2000 Werner Koch <wk@gnupg.de>
(log_printf): New.
(do_logv): Add kludge to insert LFs.
+
+ Copyright 2000,2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/mpi/ChangeLog b/mpi/ChangeLog
index 0b23e268..89384b08 100644
--- a/mpi/ChangeLog
+++ b/mpi/ChangeLog
@@ -371,3 +371,12 @@ Mon Feb 16 13:00:27 1998 Werner Koch (wk@isil.d.shuttle.de)
* config.links : Add detection of m68k cpus
+ Copyright 1998,1999,2000,2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/src/ChangeLog b/src/ChangeLog
index b4230642..4a80c55c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-18 Werner Koch <wk@gnupg.org>
+
+ * sexp.c: Removed the commented test code becuase we now have a
+ text in ../tests/
+
+2001-12-17 Werner Koch <wk@gnupg.org>
+
+ * sexp.c (gcry_sexp_canon_len): New.
+
2001-12-11 Werner Koch <wk@gnupg.org>
* gcrypt.h: Fixed AES128 macro, add enum for OFB mode.
@@ -205,3 +214,13 @@ Tue Dec 8 13:15:16 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
* gcrypt.h: New
* mpiapi.c: New
+
+ Copyright 1998,1999,2000,2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index e69de29b..a1838254 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -0,0 +1,16 @@
+2001-12-18 Werner Koch <wk@gnupg.org>
+
+ * tsexp.c: New.
+
+
+ Copyright 2001 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
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+