summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-18 22:05:11 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-18 22:05:11 +0000
commitaea3b66f17d9bcb81c1e9af3490aa354016f1fd5 (patch)
tree48b030a7a65e5e1c891e94b5119de0a882644605
parent61d4c25ee8c5c48cc68ff79ce6293da84b798634 (diff)
downloadgnutls-aea3b66f17d9bcb81c1e9af3490aa354016f1fd5.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7897a61fc6..6ef2dd5e6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2002-09-17 17:57 nmav <nmav@gnutls.org>
+
+ * lib/Makefile.am, lib/defines.h, lib/gnutls.h.in.in,
+ lib/gnutls_algorithms.c, lib/gnutls_algorithms.h, src/cli.c,
+ src/serv.c, lib/gnutls_compress_int.c, lib/gnutls_errors.c,
+ lib/gnutls_errors_int.h, lib/gnutls_handshake.c, lib/gnutls_int.h:
+
+ Added support for the LZO compression library in gnutls-extra. Some
+ fixes in the hello message parsing.
+
+2002-09-16 17:03 nmav <nmav@gnutls.org>
+
+ * lib/: gnutls.h.in.in, gnutls_buffers.c, gnutls_handshake.c,
+ gnutls_int.h, gnutls_int_compat.c, gnutls_state.c:
+
+ replaced gnutls_handshake_get_direction() with
+ gnutls_record_get_direction().
+
+2002-09-16 17:03 nmav <nmav@gnutls.org>
+
+ * doc/tex/: appendix.tex, certificate.tex, library.tex:
+
+ updated documentation
+
2002-09-13 09:09 nmav <nmav@gnutls.org>
* README, lib/gnutls.h.in.in, lib/gnutls_alert.c: