| 1 |
weasel |
143 |
Changes in version 2.0beta7 - 2002-07-10 |
| 2 |
|
|
* fixed a stupid syntax bug. |
| 3 |
|
|
|
| 4 |
weasel |
142 |
Changes in version 2.0beta6 - 2002-07-10 |
| 5 |
weasel |
141 |
* Did away with Mail::Internet. Using local sendmail binary only. |
| 6 |
|
|
This also means the smarthost config option is obsolete and there |
| 7 |
|
|
is a sendmail config option now. |
| 8 |
|
|
|
| 9 |
weasel |
140 |
Changes in version 2.0beta5 - 2002-07-10 |
| 10 |
weasel |
137 |
* Thesaurus filenames changed from nn-foo to nn.foo. |
| 11 |
|
|
Use the change-thesaurus-filenames script in the tools |
| 12 |
|
|
directory to convert your current thesaurus if you wish |
| 13 |
|
|
to keep the data. |
| 14 |
weasel |
138 |
* Seperate rlists for rsa, dsa and plaintext pings are |
| 15 |
|
|
supported now. Enable seperate_rlists in pingd.conf. |
| 16 |
weasel |
139 |
* Have a combined list. Enable with combined_list in pingd.conf. |
| 17 |
weasel |
137 |
|
| 18 |
weasel |
140 |
Changes in version 2.0beta4 - 2002-07-10 |
| 19 |
weasel |
134 |
* Minor documentation fixes |
| 20 |
|
|
* Added --process switch |
| 21 |
|
|
* Die if metadata or conf data cannot be parsed |
| 22 |
|
|
* Build manpage into extra file |
| 23 |
|
|
|
| 24 |
weasel |
140 |
Changes in version 2.0beta3 - 2002-07-10 |
| 25 |
weasel |
124 |
* Fixed a small bug with writing the metadata so that it could not be |
| 26 |
|
|
parsed again |
| 27 |
|
|
|
| 28 |
weasel |
140 |
Changes in version 2.0beta2 - 2002-07-10 |
| 29 |
weasel |
123 |
* Moved from XML to Data::Dumper |
| 30 |
|
|
Use convert-xml-to-datadumper in the tools directory to |
| 31 |
|
|
convert your setup: |
| 32 |
|
|
pingd stop |
| 33 |
|
|
mv pingd.conf pingd.conf.old |
| 34 |
|
|
mv data/metadata data/metadata.old |
| 35 |
|
|
convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf |
| 36 |
|
|
convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata |
| 37 |
|
|
pingd start |
| 38 |
|
|
|
| 39 |
weasel |
140 |
Changes in version 2.0beta1 - 2002-07-07 |
| 40 |
weasel |
123 |
* Initial public beta test |