Przeglądaj źródła

release, bump version number

Morten Brix Pedersen 24 lat temu
rodzic
commit
f06e1bed1b
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 3 1
      docs/Changelog
  2. 1 1
      modules/Pisg.pm

+ 3 - 1
docs/Changelog

@@ -1,4 +1,4 @@
-pisg (0.35)
+pisg (0.35) - Sat Jan, 26th 2002
    * Translate mouse-over items (eg. "Open in new window: URL")
    * Translate mouse-over items (eg. "Open in new window: URL")
    * Support for oer bot logfiles (thanks to EQU <equ@equnet.org>)
    * Support for oer bot logfiles (thanks to EQU <equ@equnet.org>)
    * Support for perlbot logfiles (thanks to Travis Roy <travis@scootz.net>)
    * Support for perlbot logfiles (thanks to Travis Roy <travis@scootz.net>)
@@ -14,6 +14,8 @@ pisg (0.35)
      people had
      people had
    * Fix bug in documentation, which said nicktracking was enabled by default,
    * Fix bug in documentation, which said nicktracking was enabled by default,
      but it really isn't.
      but it really isn't.
+   * The addalias.pl script is no longer case sensitive when updating nicks
+     already in the config file
 
 
 pisg (0.34) - Tue, Jan 8th 2002
 pisg (0.34) - Tue, Jan 8th 2002
    * New option 'show_topics', to enable/disable 'last topics'
    * New option 'show_topics', to enable/disable 'last topics'

+ 1 - 1
modules/Pisg.pm

@@ -186,7 +186,7 @@ sub get_default_config_settings
 
 
         # Developer stuff
         # Developer stuff
 
 
-        version => "0.35-cvs",
+        version => "0.36-cvs",
     };
     };
 
 
     # Parse the optional overriden configuration variables
     # Parse the optional overriden configuration variables