/[echolot]/trunk/NEWS
ViewVC logotype

Contents of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 245 - (hide annotations) (download)
Mon Aug 12 03:28:06 2002 UTC (10 years, 9 months ago) by weasel
File size: 6423 byte(s)
Have --quiet
1 weasel 232 Changes in version
2     * Fix a few typos in the echolot.html template.
3 weasel 234 * Added /etc/echolot/pingd.conf to the list of configfiles.
4 weasel 239 * Have a debian/ directory to build a Debian package.
5 weasel 240 * Config option mailindir was renamed to mailin. You now
6     can also point it to a mbox format mailbox.
7 weasel 245 * Have --quiet.
8 weasel 232
9 weasel 230 Changes in version 2.0beta25 - 2002-08-10
10     * Produce echolot.html, an index file for echolot results.
11    
12 weasel 227 Changes in version 2.0beta24 - 2002-08-10
13     * Remove »x« from end of pubring.mix summary lines.
14    
15 weasel 225 Changes in version 2.0beta23 - 2002-08-07
16     * Unlinking Thesaurus files works now.
17     * Detach correctly now.
18    
19 weasel 222 Changes in version 2.0beta22 - 2002-08-05
20     * Actually use the sane basedir. *sigh*
21    
22 weasel 221 Changes in version 2.0beta21 - 2002-08-05
23     * Using a sane basedir by default. You no longer need to specify
24     it in pingd.conf.
25    
26 weasel 220 Changes in version 2.0beta20 - 2002-08-02
27     * Added pingctl wrapper to tools.
28     * echolot --help now gives a brief list of commands.
29     * Added acknowledgements.
30    
31 weasel 219 Changes in version 2.0beta19 - 2002-07-29
32 weasel 217 * Build keyrings in results.private too
33    
34 weasel 216 Changes in version 2.0beta18 - 2002-07-23
35 weasel 215 * Allow for inclusion of broken chain reports and same operator/machine
36     lists in stats pages. Broken chain reports are not generated
37     automatically; this is planned for a later release. For now you need
38     to supply this information in the files broken1.txt, broken2.txt, and
39     sameop.txt.
40    
41 weasel 216 Changes in version 2.0beta17 - 2002-07-22
42 weasel 212 * You no longer need an extra Mixmaster installation for your pinger.
43     Echolot can make use of any Mixmaster binary you alread have
44     installed.
45     * The config hash »Pinger::Mix« is obsolete now. Please set
46     »mixmaster« to the path of your mix executeable. Echolot now
47     uses its own mix directory below echolothome by default (config
48     option mixhome).
49     * The default gnupghome has changed from »gnupg« to »gnupghome«.
50     * New config option »gnupg«.
51 weasel 211 * Not the current time but the scheduled start time is used when
52     deciding which remailers to ping. This is nice if we get delayed for
53     whatever reason.
54 weasel 210 * Changed URL in templates to point to www.palfrader.org/echolot
55     instead of the savannah page.
56 weasel 212
57     How to upgrade (assuming you have a default configuration):
58     ./pingd stop
59     mv gnupg gnupghome
60     vi pingd.conf (remove Pinger::Mix, set mixmaster;
61     cf. pingd.conf.sample )
62     ./pingd [...] start
63 weasel 210
64 weasel 209 Changes in version 2.0beta16 - 2002-07-17
65 weasel 199 * Do not send all pings for the same remailer at the same time
66 weasel 202 * The cheap hashing function that was used for determining when to ping
67     was replaced by md5. The local secret also is an input to the
68     function so not all echolot pingers ping the same remailer at the
69     same time.
70 weasel 204 * In the distribution the pingd.conf file has been renamed to pingd.conf.
71     So it should be possible to just untar the new tar.gz over the old
72     installation (you have a backup anyway, don't you?).
73 weasel 206 * The getkeyconf command takes optional addresses to request config
74     data from.
75     * The getkeyconf config option was replaced by getkeyconf_interval and
76     getkeyconf_every_nth_time. Not all requests are sent at the same time
77     any more.
78 weasel 207 * Stats can be sorted by latency rather than nick. Set
79     stats_sort_by_latency if you want that.
80 weasel 199
81 weasel 195 Changes in version 2.0beta15 - 2002-07-16
82 weasel 187 * Have echolot version in stats HTML pages
83 weasel 190 * Random documentation fixes
84 weasel 198 * Make it runs with older perls (5.005_03 is tested)
85 weasel 194 - always pass two arguments to mkdir()
86     - import SEEK_ constants from POSIX rather than Fcntl
87     - do not use warnings
88 weasel 187
89 weasel 184 Changes in version 2.0beta14 - 2002-07-16
90 weasel 172 * Added commands buildstats buildkeys and buildthesaurus
91 weasel 176 * Added legend to templates (Orange)
92 weasel 177 * Thesaurus building failed when an id did not return a
93 weasel 187 valid remailer. A check was there bug it was wrong
94     * Have pingd.conf.5 manpage documenting all options
95 weasel 172
96 weasel 173 Changes in version 2.0beta13 - 2002-07-13
97 weasel 162 * Have correct title tags and some layout changes in the HTML templates
98 weasel 171 * Encode HTML Entities in HTML Stats
99     * Only show valid remailers in Thesaurus
100     * Support »not a remailer« reply to remailer-xxx
101     * Make sure only the right keys are exported to the pgp keyrings
102     * Do not skip key if GnuPG returns something in stderr with
103     remailer-key replies
104 weasel 162
105 weasel 161 Changes in version 2.0beta12 - 2002-07-11
106     * Cut strings when they do not fit in the table formats
107     * Sort type2.list/pubring.mix
108    
109 weasel 158 Changes in version 2.0beta11 - 2002-07-11
110     * Don't run in Taint mode anymore per default.
111     If you still want it, trimm your PATH to something acceptable
112     for perl and add »-T« to the first line of pingd.
113    
114 weasel 157 Changes in version 2.0beta10 - 2002-07-11
115     * Don't reset PATH to /usr/bin:/bin any more (Yes, again)
116     * Documentation updates
117    
118 weasel 153 Changes in version 2.0beta9 - 2002-07-11
119 weasel 150 * Don't reset PATH to /usr/bin:/bin any more
120 weasel 153 * Use confess or cluck instead of croak in some places.
121 weasel 150
122 weasel 153 Changes in version 2.0beta8 - 2002-07-10
123 weasel 148 * Fix public clist.
124    
125 weasel 153 Changes in version 2.0beta7 - 2002-07-10
126 weasel 143 * fixed a stupid syntax bug.
127    
128 weasel 153 Changes in version 2.0beta6 - 2002-07-10
129 weasel 141 * Did away with Mail::Internet. Using local sendmail binary only.
130     This also means the smarthost config option is obsolete and there
131     is a sendmail config option now.
132    
133 weasel 140 Changes in version 2.0beta5 - 2002-07-10
134 weasel 137 * Thesaurus filenames changed from nn-foo to nn.foo.
135     Use the change-thesaurus-filenames script in the tools
136     directory to convert your current thesaurus if you wish
137     to keep the data.
138 weasel 138 * Seperate rlists for rsa, dsa and plaintext pings are
139     supported now. Enable seperate_rlists in pingd.conf.
140 weasel 139 * Have a combined list. Enable with combined_list in pingd.conf.
141 weasel 137
142 weasel 140 Changes in version 2.0beta4 - 2002-07-10
143 weasel 134 * Minor documentation fixes
144     * Added --process switch
145     * Die if metadata or conf data cannot be parsed
146     * Build manpage into extra file
147    
148 weasel 140 Changes in version 2.0beta3 - 2002-07-10
149 weasel 124 * Fixed a small bug with writing the metadata so that it could not be
150     parsed again
151    
152 weasel 140 Changes in version 2.0beta2 - 2002-07-10
153 weasel 123 * Moved from XML to Data::Dumper
154     Use convert-xml-to-datadumper in the tools directory to
155     convert your setup:
156     pingd stop
157     mv pingd.conf pingd.conf.old
158     mv data/metadata data/metadata.old
159     convert-xml-to-datadumper CONFIG < pingd.conf.old > pingd.conf
160     convert-xml-to-datadumper METADATA < data/metadata.old > data/metadata
161     pingd start
162    
163 weasel 140 Changes in version 2.0beta1 - 2002-07-07
164 weasel 123 * Initial public beta test

  ViewVC Help
Powered by ViewVC 1.1.5