2010-02-27  Version: 1.7.2

 * Added $remote_fs to init script to make it compliant with LSB and Debian.
   This adjust will avoid the init script run before /usr be mounted or after
   it be unmounted. See more datails in http://wiki.debian.org/LSBInitScripts.
   (ERI)

2010-02-09  Version: 1.7.1

 * added CODE_REVISION macro in hlbr.h and updated hlbr.c to show it when
   PrintVersion() is called (PAJ)
 * added a -t option in scripts/hlbr.rotate to create a empty events log file
   after the rotate (HLBRW needs it!) (ERI)
 * added new rules (ERI)
 * BUGFIX in decoders/decode_ip_defrag.c: solved another race condition bug in
   IPDefrag (PAJ)
 * new rules (ERI)
 * updated engine/cache.{c,h} with functionalities needed to solve the
   IPDegrag's race condition bug (PAJ)
 * updated manpage and READMEs (ERI)

2009-12-07  Version: 1.7

 * decoders/decode_ip_defrag.c: solved a race condition bug in IPDefrag (PAJ)
 * README.tcpdump: changed '-s 1500' to '-s0' (ERI)
 * init script:
    - removed bashism in start option (thanks to Raphael Geissert /
      Debian BTS) (ERI)
    - changed 'exit 1' to 'exit 0' in start option and added '--oknodo' in stop
      option to avoid problems when replacing old version (thanks to Michal
      Politowski / Debian BTS) (ERI)
    - added the PATCH environment variable (ERI)
 * packets/packet_linux_raw.c: turned off the message 'Failed to write packet
   to interface X' (ERI)
 * README.{en,pt_BR}: added Debian Squeeze as tested with HLBR (ERI)
 * removed the TODO file (ERI)
 * fixed a little mistake: in engine/hlbr.c changed from 'recieved' to
   'received'. Thanks to Debian lintian.
 * rules/www.rules: changed from 'tcp nocase' to 'tcp regex' in www-2 (ERI)

2008-07-24  Version: 1.6

 * added README.tcpdump (ERI)
 * improved pid file process (ABA)
 * added pid file (PAJ)
 * rebuilt init.d script to make it compliant with Debian
   (using start-stop-daemon, if it exists, to stop HLBR) (ERI)

2008-07-18  Version: 1.6 RC1

 * BUGFIX: IPDefrag now working! (PAJ)
 * BUGFIX: JTree issues (PAJ)
 * added decoder especific memory deallocation functions (PAJ)
 * added install-daemon in Makefile.in (for tests only) (ERI)
 * changed some rules (ERI)
 * revision and tests (ABA,ERI)

2008-06-18  Version: 1.5 RC2

 * uri test moved to http test (still testing) (PAJ)
 * added test: http method (PAJ)
 * added uri decoder to engine (PAJ)
 * now decoders may have config options (PAJ)
 * new (and more efficient!) http header detection (PAJ)
 * updated test_ethernet_{src,dst}.c (PAJ)
 * updated README.{en,pt_BR} (ERI)
 * changed tcpdump header from /var/lib/hlbr to /usr/lib/hlbr (ERI)
 * added description and force-reload option in init.d to make it compliant
   with Debian and LSB (ERI)
 * new rules (ERI)
 * revision and tests (ABA,ERI)

2008-05-29  Version: 1.5 RC1

 * new rules (ERI)
 * the POSIX REGEX was replaced by Perl REGEX (PAJ)
 * officialy we support GNU/Linux only now (ERI)
 * added the COPYING file (ERI)
 * removed the LICENSE.{en,pt_BR} files (ERI)
 * changed man/hlbr.8.gz file to man/hlbr.8 (ERI)
 * fixed a bug in Makefile: the manpage is being installed now
 * optimized the Makefile.in (ERI)
 * little updates and fixies in manpage (ERI)
 * removed CHANGELOG.pt_BR and TODO.pt_BR files (ERI)
 * moved {CHANGELOG,TODO}.en files to CHANGELOG and TODO (ERI)
 * the changelog format was remade (ERI)
 * new detection test: tcp uri (in testing phase...) (PAJ)
 * updated README.{en,pt_BR} and TEAM files (ERI)

2006-05-18  Version: 1.1

 * new rules (ERI)

2006-03-05  Version: 1.0

 * new tests: implementation of regular expressions with tcp regex and
   udp regex (MOR,ROV)
 * new tests: tcp listcontent and tcp listnocase (to read files lists) (ABA)
 * new rules using regular expressions (ERI)
 * corrected bug: nocase and content had detection fails (ABA)

2006-02-09  Version: 0.2

 * corrected bug: HLBR didn't start correctly out of the directory of
   configurations and rules (GAB)
 * corrected bug: .dump files getting corrupted (ABA,ERI)
 * on-line manual created (ERI)
 * new rules created (ERI)
 * new log rotating system (ERI)
 * installation system altered (ERI)

2005-12-16  Version: 0.1

 * retreat some of the comments let into the code (ABA)
 * created one action and one log only for e-mail virus (ABA)
 * new rules and "tunning" of some rules already existing (ERI)
 * implementation of initialization by files in /etc/init.d (ERI)
 * log rotate implementation (ERI)

2005-12-05  Version: 0.1 RC2

 * hlbr.config revised (ERI)
 * README.pt_BR revised and more stuff added (ERI)
 * README.en created (ABA,ERI)
 * hlbr.config.en created (ABA,ERI)
 * created: make install, installen and uninstall (ERI)
 * first source code standard revision (ABA)
 * new rules (ERI)

2005-11-29  Version: 0.1 RC1

 * initial version (from Hogwash - hogwash.sf.net) (ABA)

------------------
(ABA) - Andre Bertelli - Brazil
(ERI) - Eriberto - Brazil
(GAB) - Gabriel Arellano - Argentina
(MOR) - Morpheuz - Brazil
(PAJ) - Pedro Arthur - Brazil
(ROV) - Rodrigo Vivi - Brazil
