| 1 |
Changes in version 2.0beta14 - 2002-07-16
|
| 2 |
* Added commands buildstats buildkeys and buildthesaurus
|
| 3 |
* Added legend to templates (Orange)
|
| 4 |
* Thesaurus building failed when an id did not return a
|
| 5 |
valid remailer. A check was there bug it was wrong.
|
| 6 |
* Have pingd.conf.5 manpage documenting all options.
|
| 7 |
|
| 8 |
Changes in version 2.0beta13 - 2002-07-13
|
| 9 |
* Have correct title tags and some layout changes in the HTML templates
|
| 10 |
* Encode HTML Entities in HTML Stats
|
| 11 |
* Only show valid remailers in Thesaurus
|
| 12 |
* Support »not a remailer« reply to remailer-xxx
|
| 13 |
* Make sure only the right keys are exported to the pgp keyrings
|
| 14 |
* Do not skip key if GnuPG returns something in stderr with
|
| 15 |
remailer-key replies
|
| 16 |
|
| 17 |
Changes in version 2.0beta12 - 2002-07-11
|
| 18 |
* Cut strings when they do not fit in the table formats
|
| 19 |
* Sort type2.list/pubring.mix
|
| 20 |
|
| 21 |
Changes in version 2.0beta11 - 2002-07-11
|
| 22 |
* Don't run in Taint mode anymore per default.
|
| 23 |
If you still want it, trimm your PATH to something acceptable
|
| 24 |
for perl and add »-T« to the first line of pingd.
|
| 25 |
|
| 26 |
Changes in version 2.0beta10 - 2002-07-11
|
| 27 |
* Don't reset PATH to /usr/bin:/bin any more (Yes, again)
|
| 28 |
* Documentation updates
|
| 29 |
|
| 30 |
Changes in version 2.0beta9 - 2002-07-11
|
| 31 |
* Don't reset PATH to /usr/bin:/bin any more
|
| 32 |
* Use confess or cluck instead of croak in some places.
|
| 33 |
|
| 34 |
Changes in version 2.0beta8 - 2002-07-10
|
| 35 |
* Fix public clist.
|
| 36 |
|
| 37 |
Changes in version 2.0beta7 - 2002-07-10
|
| 38 |
* fixed a stupid syntax bug.
|
| 39 |
|
| 40 |
Changes in version 2.0beta6 - 2002-07-10
|
| 41 |
* Did away with Mail::Internet. Using local sendmail binary only.
|
| 42 |
This also means the smarthost config option is obsolete and there
|
| 43 |
is a sendmail config option now.
|
| 44 |
|
| 45 |
Changes in version 2.0beta5 - 2002-07-10
|
| 46 |
* Thesaurus filenames changed from nn-foo to nn.foo.
|
| 47 |
Use the change-thesaurus-filenames script in the tools
|
| 48 |
directory to convert your current thesaurus if you wish
|
| 49 |
to keep the data.
|
| 50 |
* Seperate rlists for rsa, dsa and plaintext pings are
|
| 51 |
supported now. Enable seperate_rlists in pingd.conf.
|
| 52 |
* Have a combined list. Enable with combined_list in pingd.conf.
|
| 53 |
|
| 54 |
Changes in version 2.0beta4 - 2002-07-10
|
| 55 |
* Minor documentation fixes
|
| 56 |
* Added --process switch
|
| 57 |
* Die if metadata or conf data cannot be parsed
|
| 58 |
* Build manpage into extra file
|
| 59 |
|
| 60 |
Changes in version 2.0beta3 - 2002-07-10
|
| 61 |
* Fixed a small bug with writing the metadata so that it could not be
|
| 62 |
parsed again
|
| 63 |
|
| 64 |
Changes in version 2.0beta2 - 2002-07-10
|
| 65 |
* Moved from XML to Data::Dumper
|
| 66 |
Use convert-xml-to-datadumper in the tools directory to
|
| 67 |
convert your setup:
|
| 68 |
pingd stop
|
| 69 |
mv pingd.conf pingd.conf.old
|
| 70 |
mv data/metadata data/metadata.old
|
| 71 |
convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf
|
| 72 |
convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata
|
| 73 |
pingd start
|
| 74 |
|
| 75 |
Changes in version 2.0beta1 - 2002-07-07
|
| 76 |
* Initial public beta test
|