History
-----------------
xx June 1999: v2.1
	
	* IMPORTANT! Database structure has been modified. Please apply
	create/alter20-21.txt SQL script to make changes.

	* Added support for templates to easily customize search results
	appearance. See doc/README.templates for details.

	* Added support for different word forms.
	UdmSearch use Ispell affixes and dictionaries.
	For example ff you are searching the word 'test'. 
	tested, tester, testers, testing, testings, tests will be 
	found as well. Several languages are supported at the same time.
	Currently tested for English and Russian, but it should be extremely
	easy for other languages too. Ispell is suppoted in both search.cgi
	and morph.php3 frontends. search.php3 works without ispell support.

	* Added support for external parser programs (e.g. programs which can
	convert different [propertiary] formats to plain text or html).
	Tested with .sgml, MS WORD .doc, man files. Adding your own
	parsers is extremely easy.

	* indexer now uses syslog for logging its messages by default.

	* MD5 hash of every document is stored in database. This is used by
	search to show document clones, well, documents with the same contents
	but different locations. It is also used by indexer itself to deside
	whether to parse document again or not, which further improves indexing
	speed. UdmSearch can show clones in search results.
	If you are upgrading from previous verion, please use 
	'indexer -a -m' to reindex proper all documents. Key -m prevent
	indexer from sending 'If-Modified-Since' HTTP header.

	* Various improvements and bugfixes.

21 Apr 1999: v2.0

	Uncompatible changes!!!!! Changed structure of table "url".
	Check 'create/alter19-20.txt' script to fix structure.

	* Added configure script to easy installation on different platforms.

	* Added robots.txt and <META Name="robots"...> support.

	* Added META keywords and description processing.
	Now UdmSearch will find document first by default
	if there given words are found in keywords or description.
	UdmSearch stores keywords and description in database.
	One can easy add it into search result.

	* Added many new indexer.conf file commands

	* Added some nice command line arguments to indexer
	- Now one could easy reindex only subsection of database with given 
	filter(s): tag, URLs those match given patern (sql LIKE wildcards)
	or URLs with given HTTP status code.
	- One could easy reindex URLs even if not expired yet.
	- Now indexer can show some statistics of whole/part database.
	- One could easy delete URLs with given filter(s) or clear whole
	database.

	* Some fixes and nice changes in search.cgi and search.php3

29 Dec 1998: v1.9
	* Added basic http authorization (base64-encodes login:passwd)
	* Fixed some problems with FTP via proxy
	* Added automatic reconnect to mysql server

17 Dec 1998: v1.8
	* Added proxy support. 
	* Added FTP via proxy support
	* Added User-Agent in HTTP header

3 Dec 1998: v1.7
	* Added PHP3 frontend
	Thanks for Mustapha MOUGHIT <emoughit@cie.fr> for porting it from php2
	* Added If-Modified-Since in HTTP header
	* Best documents were not found first in search.cgi. Fixed.
	* search.cgi now reports count of found documents

19 Nov 1998: v1.6 
	* Added C cgi program to use it instead php/fi embedded html.
	It does not support advanced search with boolean query language yet.

18 Nov 1998: v1.5
	* Initial public release.
