Changes in release 0.9.7:

1999-03-10      Attempt to fix a problem with domains like xxx.com 
	        and xxxx.com in domainfiles. Pre 0.9.7 may not find
		the url http://aaa.xxx.com/ (leh)
1999-03-09	domain/url files can have trailing spaces (leh)
1999-03-08      Any lines in domainfile or urlfile can have an optional 
		redirect field after the key (separted by space or tab). (leh) 
1999-03-08	A dest block can now take redirect and rewrite 
		directive as in the acl block. If both redirect and
		rewrite is defined only redirect will be used. Both
		directives will be triggered if one of domainlist, urllist
		or expressionlist matches whith the destination url (leh)
1999-03-08	squidGuard -v shows, beside the squidGuard version,
		the BerkleyDB version (leh)
1999-03-08	sgDbLoadTextFile and sgDestExpressionList now removes ^M 
		from end of line (leh)

Changes in release 0.9.6:

1999-02-24	Fixed bugs in sgLog.c (leh)
1999-02-23	Fixed bug in configure.in checking db_version. (leh)
1999-02-23	default location of configfile is now 	
		prefix/squidGuard/squidGuard.conf. You can change this  
		--with-sg-config= argument to configure. (leh)

Changes in release 0.9.5:

1999-02-22	Fixed  a bug in our reverse-string-compare functions
		Thanks to Gary Lindstrom (gplindstrom@exodus.nnc.edu)
		for the patch (leh)
1999-02-22	Now with configure script. Removed regex-0.12
		distribution. Using native regexlib instead.
1999-02-22	Changes in the directory structure (leh)
1999-02-22	Fixed a couple of compiler warnings (leh)

Changes in release 0.9.4:

1999-02-01	Some minor changes in the README file (pb)
1999-02-01	Somewhat stronger check of lines from squid (leh)
1999-02-01	Db and Lines from squid is convertet to lowercase (leh)
1999-02-01	Support for db-2.6.4 (leh)

Changes in release 0.9.3:

1999-01-04	Updated the sample adult database and README (pb)
1998-12-18	Added Lex/Flex choice in the Makefile (pb)

Changes in release 0.9.2:

1998-12-07	Removed unnecessary lib dependencies from the Makefile (pb)
		Added a more useful sample adult database (pb)
		Changed sample.conf accordingly (pb)

1998-10-18	Changed the sgLog time format to "%Y-%m-%d %T" (pb)

Changes in release 0.9.1:

1998-10-12	Fixed problems with db 2.4.14 (leh)
		Added version.h (pb)
		Added -v option to print version number and exit (pb)
