* Mon Dec 04 2000 Philip Copeland <bryce@redhat.com>
    * Fixed silly error in the display of the netmask in the
      debugging output
    * Fixed up the web pages to reflect the current changes
      (doc's change)

* Fri Nov 17 2000 Philip Copeland <bryce@redhat.com>
    * Fixed the timeout >= 20 seconds causing nanny to core dump
    * Fixed silliness of disabling interface (ifconfig up -> down)
    * Migrated remaining php panels from ha1.2 to ha2.0
    * Added a small extra to the --version infomation to let people
      know what version of piranha that component was built for.
      (should have had that months ago)

* Thu Nov 09 2000 Philip Copeland <bryce@redhat.com>
    * Made the 0.5.X RH7 capable

* Thu Aug 17 2000  Lars Kellogg-Stedman <lars@larsshack.org>
    * Fixed uninitialized size variable in heartbeat

* Wed Aug 16 2000 Keith Moore <keith.moore@renp.com>
    * Fixed memory use in persistence timeout parameter

* Fri Aug 4 2000 Philip Copeland <copeland@redhat.com>
    * Added the following directives
      debug_level = {MAX|NONE}
      vip_nmask = {a.b.c.d|0.0.0.0} (0.0.0.0 = disabled)
      nmask = {a.b.c.d|0.0.0.0} (0.0.0.0 = disabled)
    * No code associated with thes directives as yet. Quite simply
      the lvs parser is capable of handling them
    * Altered the web pages to provide values for the above
      directives (global.php3 and virtual_edit_real_edit.php3)
    * Altered the web parser (parse.php3) to handle the directives
    * Bumped the release number to 0.5.2-2
    * At this point the program suit will build compile and run
      however the new features are 'paint' until I get some code
      around them

2000-07-28  Keith Barrett <kbarrett@redhat.com>
    * Updated How-to docs

2000-07-21  Keith Barrett <kbarrett@redhat.com>
    * Fixed UDP logic in nanny. Updated man page.
    * Daemons now pass udp flag to children
    * Pulse now passed debug flag to children
    * Read TMO no longer occurs on port 80 if no expect_str specified.
    * Added Bryce's CFGFILE usage

2000-07-14  Philip Copeland <copeland@redhat.com>
    * Moved the position of the configuration file from
      /etc/lvs.cf -> /etc/sysconfig/ha/lvs.cf
    * Modified the web interface to reflect the same
    * Moved the installclass.py file to a misc directory and
      altered the makefile so that 'make rpms/dist' does not
      suck up that file for distribution purposes
    * Added empty directory /etc/sysconfig/ha/logs for
      the web server to write out the pid info
    * Added the ability of the 0.5.X rpms to migrate
      the config from 0.4.X to the noew /etc/sysconfig/ha
      location

2000-07-11  Philip Copeland <copeland@redhat.com>
    * Major restructuring of the install areas.
      the html pages now exists under /etc/sysconfig/ha/html
    * The web server configuration file now exists in
      /etc/sysconfig/ha/conf/httpd.conf
    * The pid file used for start/stopping of the piranha httpd
      is in /etc/sysconfig/ha/logs/piranha-httpd.pid
    * The logs files of web server activity are now to be found
      in /var/log/httpd/piranha*.log (error/access)
    * The password file for access to the web pags has moved to
      /etc/sysconfig/ha/conf/piranha.passwd (root.piranha 640)
    * The piranha.spec.in file has been updated to reflect the
      above changes.
    * fixed silly mistake that copied in all the html to
      /usr/doc/piranha-gui-0.5.0 (cosmetic)
    * The web server is still accessable as
      http://localhost:3636/ and runs as user piranha which
      allows it to be seperate from the main web site if one exists
    * bumped the release to 0.5.0-2
    * Added piranha-gui.init script (start/stop) to the gui rpm

2000-06-19  Philip Copeland <copeland@redhat.com>
    * Wensongs documentation added

2000-06-19  Philip Copeland <copeland@redhat.com>
    * Removed ipvsadm from piranha's src tree
    * ipvsadm-1.11 is now a dependancy
    * Made cvs tag for with-own-ipvs before committing
      the above changes

2000-06018  Keith Barrett <kbarrett@redhat.com>
    * Added heartbeat debug logic

2000-06-12  Keith Barrett <kbarrett@redhat.com>
    * Updated doc files

2000-06-06  Philip Copeland <copeland@redhat.com>
    * Minor eyecandy tidyup
    * Updated the error messages for a not so uncommon
      situation regarding groups

2000-05-31  Philip Copeland <copeland@redhat.com>
    * Various window dressing and tidyups

2000-04-26  Philip Copeland <copeland@redhat.com>
    * The design of the initial presentation of the package
      has been changed so that it no longer lets people in
      to play with the GUI without a password being entered.
    * The password facility has been ripped out totally and now
      becomes the system administrators responsibility to enable
      before use of the GUI

2000-04-23  Philip Copeland <copeland@redhat.com>
    * Fixed security exposure in the gui passwd.php3 file
    * Rebuilt packages and generated errata

2000-03-05  Mike Wangsmo <wanger@redhat.com>
    * added killapache to send a SIGKILL to httpd

2000-02-29  Keith Barrett <kbarrett@redhat.com>
    * Added failover services (fos.*) and fos changes to pulse

2000-02-15  Keith Barrett <kbarrett@redhat.com>
    * Added persistent netmask
    * Added protocol = (tcp, udp) parsing
    * Added routing methods tunnel,dr
    * Updated doc files everywhere

2000-02-14  Keith Barrett <kbarrett@redhat.com>
    * added generic services to lvsconfig,  nanny.c and nanny.8

2000-02-11  Mike Wangsmo <wanger@redhat.com>
    * added uid/gid piranha to setup (233)

2000-02-09  Philip Copeland <copeland@redhat.com>
    * Added NAT/direct routing/tunneling to the web interface

2000-02-07  Keith Barrett <kbarrett@redhat.com>
    * Changed pulse call to send_arp to /usr/sbin

2000-02-04  Phil "Bryce" Copeland <copeland@redhat.com>
    * Added web GUI system

1999-09-25  Mike Wangsmo <wanger@redhat.com>
    * added the HOWTO

1999-09-24  Mike Wangsmo <wanger@redhat.com>
    * added KDE desktop entry
    * fixed *tons* of lvs <-> gui glue problems

1999-09-21  Mike Wangsmo <wanger@redhat.com>
    * added a send_arp tool to the package
    * added nanny to package
    * added pulse init script

1999-09-09  Mike Wangsmo <wanger@redhat.com>
    * added the documents package

1999-07-25  Mike Wangsmo <wanger@redhat.com>
    * initial build
