Resolved local info with IDENTIFY in connecting.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index eef3eac51e28357a34ef6d8742ec72fb0d9b95c2..7f37de795d86f6e3bf8cf6f2dd043b0699b8a0c6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,17 @@ Sat Sep  7 16:02:09 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
          server (asserts client->channels).  Affected file is
          silcd/packet_receive.c.
 
+       * From now on distribution versions are used as protocol versions
+         instead of by default using the Toolkit base version as protocol 
+         version.  Affected file prepare.
+
+       * Do not set the locally resolved hostname for local client
+         entry but take what server sends.  This way the real hostname
+         is showed in WHOIS for yourself.  Affected file is
+         lib/silcclient/idlist.c and lib/silcclient/client.c.
+
+       * Resolve local info with IDENTIFY when connecting to server.y
+
 Sat Sep  7 14:22:43 CEST 2002 Lubomir Sedlacik <salo@silcnet.org>
 
        * Rewritten check for POSIX threads.  Use --with-pthreads[=DIR]