| 1 |
Changes in version 2.0beta10 - 2002-07-11
|
| 2 |
* Don't reset PATH to /usr/bin:/bin any more (Yes, again)
|
| 3 |
* Documentation updates
|
| 4 |
|
| 5 |
Changes in version 2.0beta9 - 2002-07-11
|
| 6 |
* Don't reset PATH to /usr/bin:/bin any more
|
| 7 |
* Use confess or cluck instead of croak in some places.
|
| 8 |
|
| 9 |
Changes in version 2.0beta8 - 2002-07-10
|
| 10 |
* Fix public clist.
|
| 11 |
|
| 12 |
Changes in version 2.0beta7 - 2002-07-10
|
| 13 |
* fixed a stupid syntax bug.
|
| 14 |
|
| 15 |
Changes in version 2.0beta6 - 2002-07-10
|
| 16 |
* Did away with Mail::Internet. Using local sendmail binary only.
|
| 17 |
This also means the smarthost config option is obsolete and there
|
| 18 |
is a sendmail config option now.
|
| 19 |
|
| 20 |
Changes in version 2.0beta5 - 2002-07-10
|
| 21 |
* Thesaurus filenames changed from nn-foo to nn.foo.
|
| 22 |
Use the change-thesaurus-filenames script in the tools
|
| 23 |
directory to convert your current thesaurus if you wish
|
| 24 |
to keep the data.
|
| 25 |
* Seperate rlists for rsa, dsa and plaintext pings are
|
| 26 |
supported now. Enable seperate_rlists in pingd.conf.
|
| 27 |
* Have a combined list. Enable with combined_list in pingd.conf.
|
| 28 |
|
| 29 |
Changes in version 2.0beta4 - 2002-07-10
|
| 30 |
* Minor documentation fixes
|
| 31 |
* Added --process switch
|
| 32 |
* Die if metadata or conf data cannot be parsed
|
| 33 |
* Build manpage into extra file
|
| 34 |
|
| 35 |
Changes in version 2.0beta3 - 2002-07-10
|
| 36 |
* Fixed a small bug with writing the metadata so that it could not be
|
| 37 |
parsed again
|
| 38 |
|
| 39 |
Changes in version 2.0beta2 - 2002-07-10
|
| 40 |
* Moved from XML to Data::Dumper
|
| 41 |
Use convert-xml-to-datadumper in the tools directory to
|
| 42 |
convert your setup:
|
| 43 |
pingd stop
|
| 44 |
mv pingd.conf pingd.conf.old
|
| 45 |
mv data/metadata data/metadata.old
|
| 46 |
convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf
|
| 47 |
convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata
|
| 48 |
pingd start
|
| 49 |
|
| 50 |
Changes in version 2.0beta1 - 2002-07-07
|
| 51 |
* Initial public beta test
|