Morten Brix Pedersen 25 лет назад
Родитель
Сommit
5ef5a5f61d
3 измененных файлов с 6 добавлено и 4 удалено
  1. 2 3
      CREDITS
  2. 3 0
      Changelog
  3. 1 1
      Makefile

+ 2 - 3
CREDITS

@@ -24,8 +24,6 @@ And all the other contributors:
    | xchat logfiles request/help
    | xchat logfiles request/help
  * Martin Poulsen <xact@mail.dk>
  * Martin Poulsen <xact@mail.dk>
    | Suggestions and moral support
    | Suggestions and moral support
- * Vetinary <iranitev@gmx.net>
-   | Lots of feature additions and code cleanups, thanks!
  * Laocius <irish@rook.lug.usf.edu>
  * Laocius <irish@rook.lug.usf.edu>
    | The features 'most used words' and 'most referenced nicks'
    | The features 'most used words' and 'most referenced nicks'
  * Luca (eni) <adsl.help@dada.it>
  * Luca (eni) <adsl.help@dada.it>
@@ -51,7 +49,8 @@ And all the other contributors:
    | Compressed files, and addition of --prefix
    | Compressed files, and addition of --prefix
  * JaMiR0W <jamirow@ig.com.br>
  * JaMiR0W <jamirow@ig.com.br>
    | Portugese translation
    | Portugese translation
- * Hanno Hecker <hanno-pisg@bee.de>
+ * Hanno Hecker (Vetinari) <hanno-pisg@bee.de>
+   | Lots of feature additions and code cleanups, thanks!
    | Updates to German translation, some patches for words and the feature
    | Updates to German translation, some patches for words and the feature
    'most words'.
    'most words'.
  * Pyrofikiemaan <gassman65@hotmail.com>
  * Pyrofikiemaan <gassman65@hotmail.com>

+ 3 - 0
Changelog

@@ -1,6 +1,9 @@
 pisg (0.20) 
 pisg (0.20) 
    * Add 'bgpic' config setting for the possibility to add a userdefined
    * Add 'bgpic' config setting for the possibility to add a userdefined
      background picture to the page (Vetinari)
      background picture to the page (Vetinari)
+   * If pisg can't find the config file in the current directory (when running
+     from crontab), then try opening the config file in which pisg.pl resides
+     instead..
 
 
 pisg (0.19) - Tue, Aug 7th 2001
 pisg (0.19) - Tue, Aug 7th 2001
    * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.
    * Fix critical bug where <channel="#chan"> in pisg.cfg didn't work at all.

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 # Simple Makefile to make new releases of pisg (newreleases dir must exist)
 # Simple Makefile to make new releases of pisg (newreleases dir must exist)
 
 
-VERSION = 0.18
+VERSION = 0.20
 
 
 DIRNAME = pisg-$(VERSION)
 DIRNAME = pisg-$(VERSION)