summaryrefslogtreecommitdiff
path: root/NEWS
blob: f6a006aff9d2f6b88c6ecd4556457081a8de7b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Changes in
	* Thesaurus filenames changed from nn-foo to nn.foo.
	  Use the change-thesaurus-filenames script in the tools
	  directory to convert your current thesaurus if you wish
	  to keep the data.
	* Seperate rlists for rsa, dsa and plaintext pings are
	  supported now. Enable seperate_rlists in pingd.conf.
	* Have a combined list. Enable with combined_list in pingd.conf.

Changes in version 2.0 beta4 - 2002-07-10
	* Minor documentation fixes
	* Added --process switch
	* Die if metadata or conf data cannot be parsed
	* Build manpage into extra file

Changes in version 2.0 beta3 - 2002-07-10
	* Fixed a small bug with writing the metadata so that it could not be
	  parsed again

Changes in version 2.0 beta2 - 2002-07-10
	* Moved from XML to Data::Dumper
	  Use convert-xml-to-datadumper in the tools directory to
	  convert your setup:
	    pingd stop
	    mv pingd.conf pingd.conf.old
	    mv data/metadata data/metadata.old
	    convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf
	    convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata
	    pingd start

Changes in version 2.0 beta1 - 2002-07-07
	* Initial public beta test