| 1 |
|
Changes in version 2.0.6 - 2002-12-18 |
| 2 |
|
* Have support for translated templates |
| 3 |
|
* The templates now make use of CSS. |
| 4 |
|
* Minor documentation fixes by Colin Tuckley |
| 5 |
|
* thesaurusindexfile and indexfilebasename config values should no |
| 6 |
|
longer have the extension (.html) in them |
| 7 |
|
* Fix v2 stats for cypherpunk remailers by using right column title. |
| 8 |
|
* Use '(no subject)' instead of '' as a subject if none is |
| 9 |
|
otherwise chosen. |
| 10 |
|
|
| 11 |
|
Changes in version 2.0.5 - 2002-10-25 |
| 12 |
|
* Only take default parameters if they are not set in |
| 13 |
|
pingd.conf (as opposed to set to undef). |
| 14 |
|
* Also support setups without user defined mailboxes |
| 15 |
|
(recipient_delimiter set to ''). |
| 16 |
|
|
| 17 |
|
Changes in version 2.0.4 - 2002-10-16 |
| 18 |
|
* Fix pingd.conf(5) manpage a bit (indention levels). |
| 19 |
|
|
| 20 |
|
Changes in version 2.0.3 - 2002-10-12 |
| 21 |
|
* Set program name according to current action. |
| 22 |
|
* Fix a typo that showed up in perl 5.0005_02 (had a , instead of a . |
| 23 |
|
in an open() when reading mboxen as input). |
| 24 |
|
|
| 25 |
|
Changes in version 2.0.2 - 2002-09-21 |
| 26 |
|
* Die immeditatly if there is no Version information in metadata. |
| 27 |
|
* Make regular backups of metadata and rotate them properly. |
| 28 |
|
|
| 29 |
|
Changes in version 2.0.1 - 2002-09-21 |
| 30 |
|
* Store unkown fields from mix summary lines and put them in keyrings. |
| 31 |
|
|
| 32 |
|
Changes in version 2.0 - 2002-09-17 |
| 33 |
|
* New version number, this is 2.0, really! |
| 34 |
|
* Minor spelling fixes. |
| 35 |
|
|
| 36 |
|
Changes in version 2.0rc3 - 2002-09-12 |
| 37 |
|
* Write SENDMAIL to mix.cfg |
| 38 |
|
* Add sendpings command. |
| 39 |
|
* Only decrease a remailer's ttl during requesting -conf if |
| 40 |
|
it was requested by the usualy timer run and not by the |
| 41 |
|
user. |
| 42 |
|
* Template cleanup: fix a link and add links to .txt versions |
| 43 |
|
to front page. |
| 44 |
|
* Have install-perl-modules tool. |
| 45 |
|
* Spelling fixes. |
| 46 |
|
* seperate_rlists was renamed to separate_rlists. |
| 47 |
|
* README was improved. |
| 48 |
|
|
| 49 |
|
Changes in version 2.0rc2 - 2002-09-08 |
| 50 |
|
* Reopen stdin to /dev/null instead of closing it to avoid |
| 51 |
|
perl 5.8 warnings. |
| 52 |
|
|
| 53 |
|
Changes in version 2.0rc1 - 2002-09-05 |
| 54 |
|
* new version number. |
| 55 |
|
* Random spelling fixes. |
| 56 |
|
* Do not show hidden remailers in thesaurus. |
| 57 |
|
|
| 58 |
|
Changes in version 2.0beta34 - 2002-09-04 |
| 59 |
|
* Make ping/request time more random. |
| 60 |
|
* Encrypt pings (symmetrically), so that dup detection of some |
| 61 |
|
remailers (austria) fails and pings get processed. |
| 62 |
|
* Write total number of unique remailers to echolot.html. |
| 63 |
|
|
| 64 |
|
Changes in version 2.0beta33 - 2002-08-23 |
| 65 |
|
* Scheduler fixes (inserted jobs for one time processing got requeued |
| 66 |
|
over and over again according to their interval). |
| 67 |
|
* Give a short summary about current stats on index page. |
| 68 |
|
|
| 69 |
|
Changes in version 2.0beta32 - 2002-08-23 |
| 70 |
|
* Fix a major bug introduced in 2.0beta31 that resulted in no |
| 71 |
|
remailer-xxx queries beeing sent out. |
| 72 |
|
|
| 73 |
|
Changes in version 2.0beta31 - 2002-08-21 |
| 74 |
|
* Have a consistent name for the ~/echolot directory in README. |
| 75 |
|
* If you request keyconf from only a few remailers, more requests could |
| 76 |
|
have been sent. Fixed that. |
| 77 |
|
* Write REMAIL n to mix.cfg - apparently it defaults to yes, which |
| 78 |
|
means Mixmaster will want to create keys. |
| 79 |
|
* Fix random typos. |
| 80 |
|
* Fix pingctl script. |
| 81 |
|
|
| 82 |
|
Changes in version 2.0beta30 - 2002-08-15 |
| 83 |
|
* Write NAME and ADDRESS to mix.cfg - mix cannot figure it out |
| 84 |
|
if detached. |
| 85 |
|
|
| 86 |
|
Changes in version 2.0beta29 - 2002-08-14 |
| 87 |
|
* Create .meta files with the expiry date of pages. |
| 88 |
|
* Also put the expiry date in HTML meta headers. |
| 89 |
|
* Make indexfilebasename a configure option. |
| 90 |
|
* Code cleanup: renamed some functions. |
| 91 |
|
|
| 92 |
|
Changes in version 2.0beta28 - 2002-08-13 |
| 93 |
|
* Write a standard mix.cfg configuration file for mixmaster. |
| 94 |
|
It only sets PUBRING and TYPE2LIST. Needed for systems where |
| 95 |
|
those values are overriden by systemwide defaults. |
| 96 |
|
|
| 97 |
|
Changes in version 2.0beta27 - 2002-08-13 |
| 98 |
|
* Some small fixes to the Debian Package |
| 99 |
|
|
| 100 |
|
Changes in version 2.0beta26 - 2002-08-12 |
| 101 |
|
* Fix a few typos in the echolot.html template. |
| 102 |
|
* Added /etc/echolot/pingd.conf to the list of configfiles. |
| 103 |
|
* Have a debian/ directory to build a Debian package. |
| 104 |
|
* Config option mailindir was renamed to mailin. You now |
| 105 |
|
can also point it to a mbox format mailbox. |
| 106 |
|
* Have --quiet. |
| 107 |
|
* Stricter permissions for most newly created directories (go-rwx). |
| 108 |
|
|
| 109 |
|
Changes in version 2.0beta25 - 2002-08-10 |
| 110 |
|
* Produce echolot.html, an index file for echolot results. |
| 111 |
|
|
| 112 |
|
Changes in version 2.0beta24 - 2002-08-10 |
| 113 |
|
* Remove »x« from end of pubring.mix summary lines. |
| 114 |
|
|
| 115 |
|
Changes in version 2.0beta23 - 2002-08-07 |
| 116 |
|
* Unlinking Thesaurus files works now. |
| 117 |
|
* Detach correctly now. |
| 118 |
|
|
| 119 |
|
Changes in version 2.0beta22 - 2002-08-05 |
| 120 |
|
* Actually use the sane basedir. *sigh* |
| 121 |
|
|
| 122 |
|
Changes in version 2.0beta21 - 2002-08-05 |
| 123 |
|
* Using a sane basedir by default. You no longer need to specify |
| 124 |
|
it in pingd.conf. |
| 125 |
|
|
| 126 |
|
Changes in version 2.0beta20 - 2002-08-02 |
| 127 |
|
* Added pingctl wrapper to tools. |
| 128 |
|
* echolot --help now gives a brief list of commands. |
| 129 |
|
* Added acknowledgements. |
| 130 |
|
|
| 131 |
|
Changes in version 2.0beta19 - 2002-07-29 |
| 132 |
|
* Build keyrings in results.private too |
| 133 |
|
|
| 134 |
Changes in version 2.0beta18 - 2002-07-23 |
Changes in version 2.0beta18 - 2002-07-23 |
| 135 |
* Allow for inclusion of broken chain reports and same operator/machine |
* Allow for inclusion of broken chain reports and same operator/machine |
| 136 |
lists in stats pages. Broken chain reports are not generated |
lists in stats pages. Broken chain reports are not generated |