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