updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 17 Jan 2002 21:06:22 +0000 (21:06 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 17 Jan 2002 21:06:22 +0000 (21:06 +0000)
TODO
prepare
scripts/silcdoc/silcdoc

diff --git a/TODO b/TODO
index f8d1309493020cbb3792549138aca5564c2abd79..562d198a6ece29f74a223b5412e6994a9a516156 100644 (file)
--- a/TODO
+++ b/TODO
@@ -35,6 +35,9 @@ TODO/bugs in Irssi SILC client
 TODO/bugs In SILC Client Library
 ================================
 
+ o Having @ in nickname will crash the client after changing the nickname
+   back without the @.
+
  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
    though).  This should be added and perhaps new client operation
    should be added to notify application that it was received and
diff --git a/prepare b/prepare
index db3d2eb83c883b0fb7b1432979174e4e12dec60c..68c4a428f17597e69942f3d5358823704560e4ea 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -37,7 +37,7 @@
 # SILC Distribution versions. Set here or give the version on the command
 # line as argument.
 #
-SILC_VERSION=0.7.1                     # Base version
+SILC_VERSION=0.7.2                     # Base version
 
 #############################################################################
 
index 66f0c040a4e45b7630a09e3e27d9f833fc7fda26..32001a707bcb607958cbc5f61e4e56fc756c5e54 100755 (executable)
@@ -38,9 +38,9 @@ headers=`find $SRC -name "silc*.h"`
 #
 # ASCII documentation
 #
-if [ "$TYPE" = "ASCII" ]; then
-
-fi
+#if [ "$TYPE" = "ASCII" ]; then
+#
+#fi
 
 #
 # HTML documentation