/[echolot]/trunk/NEWS
ViewVC logotype

Contents of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 206 - (hide annotations) (download)
Wed Jul 17 17:53:44 2002 UTC (10 years, 11 months ago) by weasel
File size: 3908 byte(s)
getkeyconf command takes optional addresses
getkeyconf config option was replaced by getkeyconf_interval and getkeyconf_every_nth_time
Not all requests are sent at the same time
Scheduler takes argument to pass to functions
1 weasel 199 Changes in version
2     * Do not send all pings for the same remailer at the same time
3 weasel 202 * The cheap hashing function that was used for determining when to ping
4     was replaced by md5. The local secret also is an input to the
5     function so not all echolot pingers ping the same remailer at the
6     same time.
7 weasel 204 * In the distribution the pingd.conf file has been renamed to pingd.conf.
8     So it should be possible to just untar the new tar.gz over the old
9     installation (you have a backup anyway, don't you?).
10 weasel 206 * The getkeyconf command takes optional addresses to request config
11     data from.
12     * The getkeyconf config option was replaced by getkeyconf_interval and
13     getkeyconf_every_nth_time. Not all requests are sent at the same time
14     any more.
15 weasel 199
16 weasel 195 Changes in version 2.0beta15 - 2002-07-16
17 weasel 187 * Have echolot version in stats HTML pages
18 weasel 190 * Random documentation fixes
19 weasel 198 * Make it runs with older perls (5.005_03 is tested)
20 weasel 194 - always pass two arguments to mkdir()
21     - import SEEK_ constants from POSIX rather than Fcntl
22     - do not use warnings
23 weasel 187
24 weasel 184 Changes in version 2.0beta14 - 2002-07-16
25 weasel 172 * Added commands buildstats buildkeys and buildthesaurus
26 weasel 176 * Added legend to templates (Orange)
27 weasel 177 * Thesaurus building failed when an id did not return a
28 weasel 187 valid remailer. A check was there bug it was wrong
29     * Have pingd.conf.5 manpage documenting all options
30 weasel 172
31 weasel 173 Changes in version 2.0beta13 - 2002-07-13
32 weasel 162 * Have correct title tags and some layout changes in the HTML templates
33 weasel 171 * Encode HTML Entities in HTML Stats
34     * Only show valid remailers in Thesaurus
35     * Support »not a remailer« reply to remailer-xxx
36     * Make sure only the right keys are exported to the pgp keyrings
37     * Do not skip key if GnuPG returns something in stderr with
38     remailer-key replies
39 weasel 162
40 weasel 161 Changes in version 2.0beta12 - 2002-07-11
41     * Cut strings when they do not fit in the table formats
42     * Sort type2.list/pubring.mix
43    
44 weasel 158 Changes in version 2.0beta11 - 2002-07-11
45     * Don't run in Taint mode anymore per default.
46     If you still want it, trimm your PATH to something acceptable
47     for perl and add »-T« to the first line of pingd.
48    
49 weasel 157 Changes in version 2.0beta10 - 2002-07-11
50     * Don't reset PATH to /usr/bin:/bin any more (Yes, again)
51     * Documentation updates
52    
53 weasel 153 Changes in version 2.0beta9 - 2002-07-11
54 weasel 150 * Don't reset PATH to /usr/bin:/bin any more
55 weasel 153 * Use confess or cluck instead of croak in some places.
56 weasel 150
57 weasel 153 Changes in version 2.0beta8 - 2002-07-10
58 weasel 148 * Fix public clist.
59    
60 weasel 153 Changes in version 2.0beta7 - 2002-07-10
61 weasel 143 * fixed a stupid syntax bug.
62    
63 weasel 153 Changes in version 2.0beta6 - 2002-07-10
64 weasel 141 * Did away with Mail::Internet. Using local sendmail binary only.
65     This also means the smarthost config option is obsolete and there
66     is a sendmail config option now.
67    
68 weasel 140 Changes in version 2.0beta5 - 2002-07-10
69 weasel 137 * Thesaurus filenames changed from nn-foo to nn.foo.
70     Use the change-thesaurus-filenames script in the tools
71     directory to convert your current thesaurus if you wish
72     to keep the data.
73 weasel 138 * Seperate rlists for rsa, dsa and plaintext pings are
74     supported now. Enable seperate_rlists in pingd.conf.
75 weasel 139 * Have a combined list. Enable with combined_list in pingd.conf.
76 weasel 137
77 weasel 140 Changes in version 2.0beta4 - 2002-07-10
78 weasel 134 * Minor documentation fixes
79     * Added --process switch
80     * Die if metadata or conf data cannot be parsed
81     * Build manpage into extra file
82    
83 weasel 140 Changes in version 2.0beta3 - 2002-07-10
84 weasel 124 * Fixed a small bug with writing the metadata so that it could not be
85     parsed again
86    
87 weasel 140 Changes in version 2.0beta2 - 2002-07-10
88 weasel 123 * Moved from XML to Data::Dumper
89     Use convert-xml-to-datadumper in the tools directory to
90     convert your setup:
91     pingd stop
92     mv pingd.conf pingd.conf.old
93     mv data/metadata data/metadata.old
94     convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf
95     convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata
96     pingd start
97    
98 weasel 140 Changes in version 2.0beta1 - 2002-07-07
99 weasel 123 * Initial public beta test

  ViewVC Help
Powered by ViewVC 1.1.5