updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 84e615f0b08832a96adc14e8de88ce1539f1007e..88a533cf149eb42d052030fba6d31f9de096ee3d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+Sat Dec  1 12:52:39 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Memory leak fixes in:
+
+         lib/silcutil/silcsockconn.c
+         lib/silcske/silcske.c
+         lib/silcske/groups.c
+         lib/silccrypt/rsa.c
+         lib/silccrypt/silcpkcs.c
+         lib/silccore/silccommand.c
+         lib/silccore/silcidcache.c
+         silcd/idlist.c
+         silcd/packet_send.c
+         silcd/command.c
+
+       * ROBOdoc documented the lib/silcske/groups.h file and a
+         bit changed the interface for better.
+
+Thu Nov 29 22:12:50 EET 2001  Pekka Riikonen <priikone@silcnet.org>'
+
+       * Update the client entry context in the ID cache after
+         nick change.  Affected file lib/silcclient/command.c.
+         Fixes the CUMODE command when regaining founder privileges,
+         and a little WHOIS problem.
+
+       * Fixed silc_net_gethostbyname to correctly call the
+         inet_ntop.  Affected file lib/silcutil/silcnet.c.
+
 Thu Nov 29 19:31:23 EET 2001  Pekka Riikonen <priikone@silcnet.org>'
 
        * Added IPv6 support checking to the configure.in.pre, added
@@ -5,7 +33,7 @@ Thu Nov 29 19:31:23 EET 2001  Pekka Riikonen <priikone@silcnet.org>'
          file configure.in.pre.
 
        * The silc_thread_create now calls the start function
-         directly if threads support is not compiled in.  Removes
+         directly if threads support is not compiled in.  Removes
          ugly #ifdef's from generic code.  Affected files are
          lib/silcutil/unix/silcunixthread, win32/silcwin32thread.c.