Version: 4.0                        Release Date: 10/10/2000
============================================================
* Relicensed the library under the GPL
* Added in App::on_load/end_handle to add pre/post
  handler functionality
* Added in PPIM
  (prometheus personal information manager support)
* Sessions database
   - refactored to use sqlutil
   - cleaned out some of the cruft
   - added more debugging messages
   - fixed the issues with sessions "loosing" the registered
     variables when a get was called post the register call
* Object path cleanup, moved any and all database related
  objects into the db/.../ subtree...
* Fixed a bug with the database Install script not creating
  the database, and not creating the mysql user
* Added the ability to TemplateObject to do (scoped bindings) :
  $template_obj->ParseTemplate(
      './my.inc',
      Array(
         'foo'       => $bar,
         'bar'       => $foo
      )
   );
* Added Net::Http module to perform http requests, includes
  basic http 1.1 support with the Host: directive and such,
  GET, HEAD methods are supported
* Added Net::HttpCache to cache the Http returns localy on
  disk
* Added debugging support to the Net module
* Fixed small AA mispelling within the autoload.lib
* Fixed the DumpVars function within the User object to
  properly dump the vars
* Refactored the database design to implement more clean 
  remote references via :
  id -> table_name reference in the tables
* Added the ability to create the tables into a existant
  database.
* Fixed a small bug within the transparent http client
  support
* Added output buffering caching to the AppHandler to
  create a caching environment for the App server
* Added Xml manipulation object
* Added SiteServer object
* Added SiteServer->Passthrough so that images and other
  data can be served without interupption
* MailMessage fix for smtp sending, missing a : on the 
  MAIL FROM: directive breaking strict rfc822 compliance
* Fixed a small issue within the Mysql_Db object not returning
  false/true upon subsequent calls to Open()

Version: 3.1                        Release Date: 05/26/2000
============================================================
* Added folder support to the MailImap object,
  add, subscribe, delete, unsubscribe, move message
* Added move message to MailFolder object
* Fixed WebClient issue, always detected ie as netscape.
  - Thanks to: Liz Kimber <liz@xcalibur.co.uk>
* PHP4 Support

Version: 3.0                        Release Date: 05/13/2000
============================================================
* Added the ability to change the charset for MailMessage
* Fixed the perl installer to be in sync with the php one.
* Fixed a bug with the RegisterFile within the TemplateObject
  object
* Fixed a multiple inclusion of autoload.lib problem
* Added functions for Install::Install_Mysql_Db to be able
  to create the prouser

Version: 2.9                        Release Date: 04/29/2000
============================================================
* Fixed the major spelling error of Privlages -> Privileges
* Enhanced the User* Objects to allow for crypting of the
  passwords.
* MailMessage can now send messages via smtp instead of 
  wrappering sendmail.
* Removed the objects/Html* they were crufty and not 
  maintained
* Added user theme table and user theme objects

Version: 2.81                       Release Date: 04/17/2000
============================================================
* Fixed a install problem that created all prometheus tables 
  under the mysql administration db.

Version: 2.80                       Release Date: 04/14/2000
============================================================
* Added Install::Install_Mysql_Db
* Added PhpCapabilities
* Fixed a debug message outputting all of the time within
  the Postgres_Db object

Version: 2.75                       Release Date: 03/31/2000
============================================================
* autoload.lib recieved some customizations to optimize its
  load times and such for cached objects. Three passes at 
  refactoring it to be as simple as possible. 
* Fixed the duplicate function RegisterFile within the 
  Template object
* Fixed an autoload optimize issue
* UserTheme database creation

Version: 2.51                       Release Date: 03/21/2000
============================================================
* Release for promtheus-all to work correctly (2.0)
* Added more verbosity to the autoload.lib debug mode
* Added TextObject::PhpOptimize
* Updates to the customer information database
* Completed CustomerAddress
* Completed CustomerPhoneNumber

Version: 2.5                        Release Date: 03/05/2000
============================================================
* Started the flesh out of the customer information database
* Moved the server settings database into the mainline
* Fixed a issue within HtmlBody not autoloading all of it's
  components
* Debuged a issue within defaultapp handlers
* Added AdminPrivlages_db to the prometheus-library
* Fixed a bug within the handling of applicaiton names within
  the app handlers.
* Fixed a bug that wouldn't allow the TemplateObject to return
  the parsed template properly.
* Added the ability to unload a TemplateObject variable.
* Added the ability to tag a file for including in a 
  TemplateObject
* Corrected a slight oversight in promethues-lib.path fuxoring
  the $PROMETHEUS_LIBRARY_BASE 

   (Gawd i hope this is the last round of ./prometheus-library
   magically showing up in people's configs)


Version: 2.0                        Release Date: 02/19/2000
============================================================
* Added the Util::DataValueObject
* Starting to flesh out some of the CustomerInformation 
  database work i'm doing
* Added the beginnings of the AppServer components
* Added the abilty to provide a default handler for both
  the appserver and app
* Fixed some buglet's within handling defualt handlers for
  apps.
* Added a description field for the App object
* Fixed a small buglet within the handling of mysqlshow
  during install time within the create_dbs.pl script
* Fixed a bug that caused additional mail headers within MailMessage
  to forget about doing a new line
* Fixes a small bug that caused a error within the AppHandler
* Added the ability to specify multiple objects to AutoLoad
  at one time. Added the ability to specify more than one
  search path to add at a time.

Version: 1.53                       Release Date: 01/30/2000
============================================================
* Added a session debug flag, and verbose debug info for 
  the Session object
* Added Session::Expire
* Modified FileSizeObject to not postfix the size in bytes
* Modified autoload.lib to use isset instead of the improper
  ! defined
* Fixed a bug with the autoload.lib not setting the defaults

Version: 1.52                       Release Date: 01/22/2000
============================================================
* Fixed a bug within the MailMessage object not setting
  the To: field explicitly
* Fixed a bug in CreateSessionId not returning the expected 
  values all of the time.
* Fixed a bug in User_Domain Autoload not loading the
  User_Domain_Db
* DEVEL - Added the MailFolderMessage object for testing

Version: 1.51                       Release Date: 01/13/2000
============================================================
* Fixed mistake within create_dbs.pl, prevents overloading
  of the mysqlshow command flag
* Small bug within the create_dbs.pl script not knowing 
  about the % sign on some versions of mysql
* Small bug within the Session.object causing it to
  not keep state of the session_id
* Fixed a bug that caused the path to be redefined within
  the all.lib
* Made prometheus-lib.path use the AutoLoadAddPath function
* Made autoload.lib able to be included / required multiple
  times without burping this is already defined errors
* Fixed a unitialized variable error for the TimeObject
* Fixed a unitialized variable error for the autoload.lib
* Fixed a unitialized variable error for the Session object

Version: 1.50                       Release Date: 01/13/2000
============================================================
* Benchmarking, added a stack tracing utility
* AutoLoad, added the ability to dealocate or cleanup the
  autoloading processes mess.
* Added TemplateObject
* Mysql_Db           - Modified instanciator to reflect the 
                       config object passing
* Postgres_Db - BETA - Port (Some functions still dont work)
* Oracle_Db   - BETA - Port (Some functions still dont work)
* Util/TextObject added a text wrapping utility

Version: 1.04                       Release Date: 11/21/1999
============================================================
* SessionsElement (Thaw) - Wasn't handling quotes within
  serialized data very well.
* Added some verbosity in the Database driver (Mysql)
* Added the ability to override a filename with another
  within sending messages (i.e. sending from a temp file,
  but i need it named foo.c, for the output file)
* Added FetchMessageBody - Mail::Imap
* Made MailMesage wasn't setting the from header
* Added the HtmlObjects (Utility) Warning may change
* Fixes to the MailImap object so that it will actually do
  remote servers (dumb mistakes)
* Added support for mime fetching of multipart mime messages
* Added support for message structures
* Turned off debug for User_Db (stable)
* Turned off debug for Domain_Db (stable)
* Turned off debug for Session_Db (stable)
* Turned off debug for MailImap (stable)
* Added comment stripping to autoloader actually able to use 
  it with the prometheus-apl now

Version: 1.03                       Release Date: 12/14/1999
============================================================
* Mail object updates (more imap fun)
* UrlObject (utility)
* MimeObject (utility)
* MailMessage with mime attatchment support

Version: 1.02                       Release Date: 12/09/1999
============================================================
* PageNavigator object
* FileSizeObject object
* Mail object updates (Imap is shaping up)
* Fixes for Sessions when storing and manipulating arrays

Version: 1.01                       Release Date: 12/02/1999
============================================================
* unix util objects

Version: 1.0                        Release Date: 11/29/1999
============================================================
* WebClient object
* Code freeze

Version: 0.75                       Release Date: 11/21/1999
============================================================
* small bugs with the SqlUtil class
* added virtual domain support

Version: 0.51                       Release Date: 11/04/1999
============================================================
* BenchMark class
* Cleanup of the database driver code (documentation also)

Version: 0.50                       Release Date: 10/30/1999
============================================================
* Cleanup of the major classes
* Fixes the issues within the database drivers
* Fixes the autoload issues

Version: 0.01                       Release Date: 10/27/1999
============================================================
* Inital public release, contains most of the base classes
