This file describes the changes that have taken place between different
versions of The Board.

Current verion is 0.1.2


Changes Since 0.1.1

- TBServer now forks off and runs as a daemon.  You will no long have to
  call it like tbserver&.  This is credited to Michael Stowe for submiting
  the code.
- Added support to tbserver to receive global messages.
- Added command to tbsystem to turn chat status on and off.
- Fixed some installation problems in the makefile.  Aparently I forgot to
  finish this in the last version.  Should install correctly now.
- Added a little to the menu.txt and forum.txt files to help sysops in
  adding new forums and menus.

Changes Since 0.1.0

- Just setup a cvs server to manage the development of the software.
- Changed TBSystem to a prompt type interface.  This is alot more practical
  forwhat it will be used for.  Also added a few commands like who's online
  and the shout command.  Still haven't added support to recieve global
  messages from within tbsystem yet.
- Changed output of who command to give a simple output of only those nodes
  with users in them.(Only within TBSystem)
- Removed ncurses completely.  We no longer needed ncurses because we have
  replaced all of the needed functions with our own.  This will fix
  compilation problems people were having with newer versions of ncurses plus
  it also fixes several bugs in the terminal settings.
- Remove all hardcoded entries for the base directory which is by default
  /theboard.  This should allow you to place the software in any directory
  you would like.  Some of the subdirectories still can't  be changed yet,
  but we will be addressing this for the next version.
  ***NOTE: We haven't done much testing of this to see if it works in a
           directory other than /theboard, so there might still be a few
	   problems.

Changes Since 0.0.1


- Removed the addecho entries from the makefile.  This was an old utility
  that I did not include in the distibution.
- Added A few more files in the doc directory.  This was a needed item since
  the last version did not even say how to start The Board.  Much less how to
  configure it.
- Made the page sysop command log an entry in the correct log file.
- Fixed the display problem with tbsystem.  It was displaying a ansi file
  for a 135x45 charachter screen.
- Did some major work on the makefiles.  There is now a makefile in the root
  directory.  All compiling can be done from there.  We have also added some
  user definable settings in the root makefile.  You can chage the
  installation directory in the makefile but the root directory still needs
  to be '/theboard' in order to run.  This will be fixed soon.

