* Added global variable silc_log_timestamp that tells silclog
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 49296c2a916b40159caf9e929441e66c0f161d31..3c734fc7f25d965fff9a012be1dee2c9849acc93 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,33 @@
+Mon Sep  2 23:00:30 CEST 2002 Johnny Mnemonic <johnny@themnemonic.org>
+
+       * Added global variable silc_log_timestamp that tells silclog
+         wether to print or not the timestamp in the logging files.
+         Affected file lib/silcutil/silclog.[ch].
+
+       * Added silcd configuration option Timestamp in the Logging
+         section.  Affected file silcd/serverconfig.[ch],
+         doc/example_silcd.conf.in.
+
+Fri Aug 30 08:57:33 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed fingerprint checking to check for entirely empty
+         fingerprint instead of two first bytes when determining
+         if it is set.  Bug #18.  Affected file silcd/command.c.
+
+       * Fixed duplicate PKCS name registering to not allow it.
+         Bugs #17.  Affected file lib/silccrypt/silcpkcs.c.
+
+Sun Aug 25 08:02:04 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>
+
+       * Conditionalize non-gcc compiler optimizations for various
+         platforms, enable those commented out.  Cleanups.
+         Affected file lib/silcmath/mpi/configure.in
+
 Sat Aug 24 15:11:32 EEST 2002 Timo Sirainen <tss@iki.fi>
 
        * silc_rng_exec_command() left zombie processes if command
-         didn't generate any output.
+         didn't generate any output.  Affected file
+         lib/silccrypt/silcrng.c
 
 Fri Aug 23 22:05:44 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>