dbanner-1.02b5
  Diff from previous:
  - Now dbanner really recognizes chars with ascii code up to 255. The problem 
    was I was using char instead of unsigned char (thanks to Kitya Karlson for
    pointing me this error). I just did a quick fix (also called "hack" :-)), 
    "#define char unsigned char" ... Someday I should make it the right way, 
    defining as unsigned char only the relevant vars
  - Added to contrib/ dir (and to "make install" on Makefile) the man page 
    sent by Jim Jackson <jj@scs.leeds.ac.uk>

dbanner-1.02b4
  Diff from previous:
  - Russian Language support by Kitya Karlson
  - Little bugfix on contrib/dbanner.irc (set lib=/usr/local/lib/dbanner 
    instead of /usr/local/lib/dban)
  - Created a file called version.h with the macro #define VERSAO "blah blah"
    (this macro used to be in banner.c)

dbanner-1.02b3
 Diff from previous:
 - Patches to bubble font and irc script sent to me by Dawid Kuroczo. 

dbanner-1.02b2
 Differences from previous version:
 - Added patches sent by Dawid Kuroczo <dark@pipeta.krakow.linux.org.pl>, with
   changes to irc script, polish suport, and 2 more fonts.
 - Create a new file called lang.h, with the #defines for messages and helps 
   in various languages (this code used to be in banner.c)

dbanner-1.02b1
 Differences from previous version:
 - Adeedd a contrib/ directory, with contributions 
    (IRC Script and Fonts from Dawid Kuroczo <dark@pipeta.krakow.linux.org.pl>)
 - Now it exits 0 if sucessfull and 1 in error (like all other normal unix
   programs :-))
 - Some modifications to source to be more portable (thanks to Christoph Tietz
   <Christoph.Tietz@mch.sni.de> for pointing them out)
     * Included a #ifdef unix 
     * Changed int chr; to char chr; in read_font()
     * added CC=gcc to Makefile (I forgot! :-)
 - Change in Makefile: create_config_file to ./create_config_file
 - Changed the default directories and config file names:
     * /usr/local/lib/dban/ is now /usr/local/lib/dbanner/
     * The config file:  .dbanrc is now .dbannerrc
 - Added one more option to the config file: If there is any environment 
   variable called DBANNER_CONFIG_FILE, it is interpreted as an possible 
   config file, and will try to open this (That must be usefull to the DOS
   lusers ;-))))

