From: Pekka Riikonen Date: Thu, 17 Jan 2002 21:06:22 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.7.2 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=1b66810cc106b005a3600ee7304a25725b4b72fc updates. --- diff --git a/TODO b/TODO index f8d13094..562d198a 100644 --- 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 db3d2eb8..68c4a428 100755 --- 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 ############################################################################# diff --git a/scripts/silcdoc/silcdoc b/scripts/silcdoc/silcdoc index 66f0c040..32001a70 100755 --- a/scripts/silcdoc/silcdoc +++ b/scripts/silcdoc/silcdoc @@ -38,9 +38,9 @@ headers=`find $SRC -name "silc*.h"` # # ASCII documentation # -if [ "$TYPE" = "ASCII" ]; then - -fi +#if [ "$TYPE" = "ASCII" ]; then +# +#fi # # HTML documentation