source: doc/CHANGES @ 8045d37

Last change on this file since 8045d37 was 43e3368, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-23T17:35:18Z

Little code cleanup in Jabber module, added support for Jabber headline messages.

  • Property mode set to 100644
File size: 25.0 KB
Line 
1Version 1.0:
2- Removed some crashy debugging code.
3- QUIT command now works before logging in. (Mainly an RFC-compliancy fix.)
4- Hopefully slightly clearer handling of buddy add requests.
5- set buddy_sendbuffer_delay now also supports milisecond precision.
6- Renamed #bitlbee to &bitlbee to avoid confusion with the channel on OFTC.
7- Reviewed the xinetd file and installation instructions.
8- HTML stripping is configurable again.
9- Quit messages (at least on crashes) should appear again.
10- Cleaned up some unnecessary code in the Jabber module, and implemented
11  handlers for headline messages (which allows you to use RSS-to-Jabber
12  gateways).
13
14Finished ...
15
16Version 0.99:
17- Fixed memory initialization bug in OSCAR module that caused crashes on
18  closing the connection.
19- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
20  some situations.
21- Outgoing MSN typing notifications are now understood correctly by the
22  orignal MS Mac/Windows clients (again).
23- Added "account add $protocol" to the documentation, got rid of a lot
24  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
25- Small changes to help.xsl to fix small flaws in the help.txt formatting.
26- Messaging yourself now doesn't make irssi or mIRC crash anymore.
27
28Finished 3 Nov 2005
29
30Version 0.93:
31- &quot; is now correctly converted to " instead of '.
32- Code cleanup in OSCAR module.
33- Some changes for better RFC-compliancy.
34- It's now possible to specify an alternate Jabber server.
35- bitlbee_save() now also checks the return value of fclose(), which might
36  solve more problems with lost account data.
37- Fixed a file descriptor leak in bitlbee.c.
38- Signedness fixes (mainly to keep GCC4 happy).
39- Away messages are now sent correctly to most ICQ clients.
40- BitlBee knows now which connection sends HTML, so it will strip HTML
41  automatically, "set html strip" is no longer necessary. Also, outgoing HTML
42  is escaped correctly.
43- info-command works for AIM-connections too now.
44- /notices to users will be sent as auto-away replies.
45- Messages about a connection now also mention a handle, for people who have
46  multiple accounts in use of the same protocol.
47- Examples are back in help.txt.
48
49Finished 31 Oct 2005
50
51Version 0.92:
52- Fixed some formatting issues with the help.txt XSL-sheet.
53- Moved the polling of the IRC connections to glib instead of a separate
54  select().
55- Added ctags generation to the Makefiles.
56- Sending a CTCP TYPING message to a user in your buddy list now sends a
57  typing notification to that person, if the protocol supports it. You
58  probably want to write/use a script for your IRC client to do this.
59- A dash is no longer considered a lowercase underscore in nicknames.
60- CTCP's to buddies no longer alter their private/non-private state.
61- Clean shutdown (with saving settings) on SIGTERM.
62- Fixed a crash on connecting to unreachable Jabber/SSL servers.
63- On ICQ, offline messages are now requested after receiving the buddy
64  list. This should get rid of the "Message from unknown OSCAR handle"
65  messages on login.
66- The linked list of buddies/nicks is now always sorted, which makes the
67  blist output a bit more useful.
68- Fixed a crash on renaming NickServ. (There's no reason to do this, but
69  still crashing isn't really how BitlBee should tell you that. ;-)
70- Now the message about the "new" ICQ server-side buddy lists is only
71  displayed when the server-side list is still empty.
72- The Yahoo! markup language stripper is now less likely to strip things
73  that shouldn't be stripped.
74- Working around a shortcoming in the Yahoo! cleanup code that didn't
75  cause any serious problems in previous versions, but got pretty nasty
76  (100% CPU time usage) now with everything in the glib main loop.
77- Fixed a bug in http_encode that might have caused buffer overflows
78  (although not likely to be exploitable) when trying to encode strings
79  with non-ASCII characters.
80- Fixed AIM screenname handling on ICQ connections.
81- When blocking someone, the MSN module now closes the conversation you're
82  having with him/her (if any) so he/she can't continue talking to you
83  (for as long as the conversation lasts).
84- Away messages are only sent when messaging someone outside the control
85  channel. (And now also when the user is offline instead of just away.)
86- Moved charset conversion in serv_buddy_rename() to the right place so
87  bogus changes are always detected now.
88- iso8859-1 is now the default charset because -15 caused some problems
89  and because -1 is enough for most people anyway.
90- Fixed crashes on attempting to add a buddy (or do other things) on
91  connections that are still initializing.
92- Added support for server-side notifies using the WATCH command.
93- IRC_MAX_ARGS is dead, at least for IRC commands.
94- Fixed a bug that made BitlBee crash on failing fresh MSN switchboard
95  connections.
96- Fixed an invisibility bug in the MSN code that handled transfers to
97  other servers in the middle of a session.
98- Newline stripping added to prevent newline-in-friendlyname attacks.
99  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
100
101Finished 23 Feb 2005
102
103Version 0.91:
104- Full support for ICQ server-side contact lists!
105  NOTE: BitlBee now ignores your client-side contact list. If you want to
106        import your ICQ contact list, use the import_buddies command.
107- Added the import_buddies command for upgrading purposes.
108- Added support for OpenSSL.
109- Fixed one major problem with the daemon mode by getting rid of the global
110  IRC structure.
111- Documentation fixes. help.txt is now generated from XML. Also updated the
112  installation manual.
113- Made the quickstart up-to-date. (By Elizabeth Krumbach)
114- Some bitlbeed additions. (By Marcus Dennis)
115- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
116  for ICQ. (By Frank Thieme)
117- Support for Jabber over SSL.
118- nick_get() appends a _ on duplicates instead of chopping off the last
119  character.
120- Got rid of an unused piece of code that caused crashes.
121  (oscar.c:gaim_parse_clientauto)
122- When splitting long messages into 450-char chunks, BitlBee now tries not
123  to cut off in the middle of a line.
124- Added a warning when the user specifies an unknown OSCAR server.
125- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
126- Improved strip_html(), now less likely to strip non-HTML things.
127- An invalid account-command will now display an error message.
128- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
129- Hopefully better Unicode/non-ASCII support for ICQ.
130- Fixed MSN connection crash on non-ASCII characters in screenname.
131- Added some missing charset conversion calls. (serv_got_crap,
132  serv_buddy_rename)
133- "account off" without extra arguments now logs off all connections.
134- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
135  connected.
136- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
137  mode.
138- block and allow commands work with just a nick as an argument again.
139- Working around a crash on some probably invalid Yahoo! packets.
140- Fixed a possible double free() on shutdown in irc_free().
141- Talking to ICQ people on AIM and vice versa and talking to people with
142  @mac.com accounts now possible.
143- Low ASCII chars are now stripped from away-messages so the Jabber module
144  won't barf on BitchX and lame-script away messages anymore.
145
146Finished 25 Sep 2004
147
148Version 0.90a:
149- Fixed the Yahoo! authentication code.
150
151Finished 28 Jun 2004
152
153Version 0.90:
154- A complete rewrite of the MSN module. This gives BitlBee the following
155  new features/improvements:
156  * You can now start groupchats with MSN people without having to send them
157    a bogus message first.
158  * People who are in your MSN block/allow list, but not in your contact
159    list, shouldn't show up in your BitlBee buddy lists anymore.
160  * Passport authentication shouldn't lock up the whole program for a couple
161    of seconds anymore. Additionally, it should also work behind proxies now.
162  * Better recognition of incoming file transfers; they're now recognized
163    when coming from non-English MS Messenger clients too.
164  * Fixed a problem with MSN passwords with non-alphanumeric characters.
165  * Mail notification support (also for Yahoo!)...
166  * Parsing of maintenance messages (ie "Server is going down in x minutes").
167  * Hopefully more stability.
168- Changes in the OSCAR module:
169  * Better reading of ICQ-away-states.
170  * Lots of cleanups.
171- Yahoo! module:
172  * Fixed authentication on 64-bit machines. (Patch from Matt Rogers)
173  * Better stripping of markup tags.
174- Lots of cleanup in all IM-modules.
175- Added support for using libnss instead of libgnutls.
176- Reverse hostname lookups work on IPv6 sockets too now. (And don't crash
177  the program anymore.)
178- Fixed a little problem with identifying right after registering a nick.
179- Restored complete proxy support and added a proxy setting to the conffile.
180- BitlBee can now tell you when people in your buddy list change their
181  "friendly name".
182- Instead of an account number, you can also specify the protocol name or
183  (part of) the username as an account identification with commands like
184  "account on", "add", etc.
185- BitlBee remembers what connection a question (i.e. authorization request)
186  belongs to and cleans it up when the connection goes down; this fixes
187  (one of) the last known crash bugs.
188- Plus some other changes in question management. (The query_order setting
189  is one of them. The default behaviour changed a bit, for more information
190  please read "help set query_order".)
191- Also fixed a memory management bug in the question code which caused some
192  crashes.
193- Optimized some nick handling functions and added a hash of all the users
194  to speed up user_find() a bit (especially good for people with large
195  buddy and notify lists).
196- Lots of changes for the Win32 port (see http://jelmer.vernstok.nl/).
197- Added the drop-command.
198- Fixed small problem with versions of sed which don't support the +
199  "operator" (the BSD version, for example, even though the operator is
200  documented properly in the re_format manpage...).
201- Added the default_target setting.
202- Added a CenterICQ2BitlBee conversion script.
203- Put back the evaluator for "set charset" (which got lost somewhere between
204  0.84 and 0.85), so an incorrect charset will be rejected again.
205- ISON now (A) gives one single reply and (B) also replies when none of the
206  persons asked for are on-line.
207- Using GConv instead of iconv now.
208- Incoming messages larger than 450 characters are now split into parts
209  before sending them to the user.
210- Fixed a bug in irc_exec() which could crash the program when some commands
211  were called with too little arguments.
212- Fixed a dumb NULL pointer dereference in the JOIN command.
213- Added rate limiting to bitlbeed. (Against server hammering)
214- Added handling of CTCP PINGs (yet another self-ping used by some IRC
215  clients...)
216- Added bitlbee_tab_completion.pl.
217- Removed the vCard handling code from Jabber because it's (A) not used and
218  (B) had a possible format string vulnerability.
219- Got rid of strcpy() in account.c. (Thanks to NETRIC for reporting these two
220  problems.)
221- ISO8859-15 is now the default charset.
222
223Finished 21 May 2004
224
225Version 0.85a:
226- Fixed an authentication problem with logging into some MSN accounts.
227- Removed a non-critical warning message from the ICQ servers when logging
228  in with an empty contact list.
229- Fixed reading the [defaults] section of bitlbee.conf.
230- The last newline in outgoing messages when using the buddy_sendbuffer is
231  now removed correctly.
232- Yahoo! colour/font tag stripping now actually works.
233- Fixed compilation on *BSD and some Linux architectures.
234
235Finished 24 Mar 2004
236
237Version 0.85:
238- Users can specify alternate configuration files/directories at runtime
239  now.
240- Rename now doesn't choke on name changes with only case changes anymore.
241- Imported the daemon patch into the main source tree. The daemon mode is
242  still experimental, this just eases maintenance. This daemon patch brings
243  a lot of features, including (as the name says) a real daemon mode and
244  also buffering of the data sent to the user, and flood protection.
245- Strips font and colour codes from Yahoo! messages.
246- Support for groupchats on Yahoo!
247- Fixed removing Yahoo! buddies from a different group than "Buddies".
248- Jabber presence packets with error messages are interpreted correctly now.
249  (They used to be parsed as a signin.)
250- bitlbee_save() checks return values from fprintf() and writes to tempfiles
251  first to make sure no old files get lost when there's a write error.
252- ICQ buddies are added all at once instead of once at a time. This should
253  solve problems with huge buddy lists.
254- Made the client pinging timings configurable. (Without requiring
255  recompilation)
256- MSN and Yahoo flag the connection as "wants_to_die" when they're logged
257  off because of a concurrent login. This means reconnection will be disabled
258  on concurrent logins.
259- BitlBee can now buffer the messages sent to someone before they're actually
260  sent, and wait for a specified number of seconds for more lines to be added
261  to the buffer before the message will really be sent.
262- Renamed the reconnect_delay setting to auto_reconnect_delay.
263- Unknown settings aren't saved anymore.
264
265Finished 13 Mar 2004
266
267Version 0.84:
268- Removed the libsoup dependency.
269- Fixed AuthMode=Registered: It will now restore your accounts when
270  identifying.
271- Fixed Yahoo! support.
272- Fixed a little memory leak in user.c.
273- Fixed a security bug in unused code in proxy.c, only people who use
274  the HTTP proxy support and an untrusted proxy might need this. We
275  haven't done an emergency release for this fix because proxy support
276  is disabled by default.
277- Fixed some memory leaks in IM-code.
278
279Finished 13 Feb 2004
280
281Version 0.83:
282- Fixed a crash bug on connecting to unsupported accounts.
283- Fixed a problem with connecting to MSN accounts with empty buddy
284  lists.
285- Fixed another inifite-loop bug in nick_get() and added a piece
286  of code which detects the infinite loop and asks the user to send
287  a bug report.
288- Fixed iconv-Solaris linking issues.
289- Fixed all the problems with spaces in AIM screennames now, we hope.
290- Fixed a buffer overflow in the nick handling code. Buffers are
291  overflowed with static data (nulls), so we don't think it's exploitable.
292- Added server-client pinging, useful for remote servers.
293- Added the hostname setting.
294- Some bitlbeed changes.
295- Added a little part to the on-line quickstart about the settings and
296  other help topics, this hopefully answers a lot of FAQ's.
297- Fixed the signal handler to re-raise the signal after the handler quits.
298  This makes sure the default handler is called after our handler sends
299  the user a bye-message, so core dumps are created and the parent will
300  get more useful information back from wait().
301- Added support for ICQ URL messages.
302- Fixed strip_html() behaviour on unknown &entities;.
303- Fixed a possible problem with Yahoo!
304- Fixed a problem with logging into more than one MSN account at once.
305
306Finished 31 Dec 2003
307
308Version 0.82:
309- Fixed a little bug in nick.c which could cause a complete hang for
310  some tricky buddylists. (Thanks to Geert Hauwaerts for helping with
311  fixing this bug)
312- Fixed MSN support. (Lots of thanks to Wouter Paesen!)
313- Removed the old login/logout commands.
314- Added the qlist command.
315- Fixed a buffer overflow in the nick checking code. (Thanks to Jon
316  Åslund for pointing us at this problem)
317- Adds the add_private and add_channel options for set handle_unknown.
318- Some documentation updates.
319- Added two small utilities to encode/decode BitlCrypted files.
320
321Finished 31 Oct 2003
322
323Version 0.81a:
324- This version just fixes some small things we should've fixed before
325  releasing 0.81:
326- Fixed a small bug in the auto-reconnect cleanup code.
327- Fixed the Makefile: Now it doesn't just overwrite your etc files when
328  installing.
329- Fixed the Makefile: $prefix/etc/bitlbee/ is the default etcdir now.
330- Disabling MSN by default, now that it doesn't work. It'll be back on
331  as soon as we get the module working again.
332
333Finished 16 Oct 2003
334
335Version 0.81:
336- Added a configuration file.
337- Added support for the PASS command to restrict access to the daemon to
338  only the people who know this password.
339- Only allowing registered people to use the daemon is possible too.
340- In case you, at some time, need to check the currently running BitlBee
341  version, just CTCP-VERSION someone in the channel.
342- Added the auto_connect setting for people who don't want the program
343  to connect to IM-networks automatically.
344- Extended the blist command.
345- Applied the auto-reconnect patch from G-Lite.
346- Applied the iconv patch from Yuri Pimenov.
347- Imported the MSN-friendlyname patch from Wouter Paesen.
348- Away-message aliasing code now just parses the beginning of the string,
349  not the whole string. This allows you to have a more descriptive away
350  message like "Busy - Fixing bugs in BitlBee" and all the IM connections
351  will have a busy-like away-state.
352- Added some information about away states to the help system.
353- MSN file transfers aren't silently ignored anymore.
354- Integrated the Yahoo protocol fix from Cerulean Studios (Trillian).
355  (Thanks to Tony Perrie!)
356- Made all protocol plugins optional. (Patch from Andrej Kacian/Ticho)
357
358Finished 15 Oct 2003
359
360Version 0.80:
361- Fixed a very stupid bug in the MSN away-state reading.
362- nick_cmp() now actually works, RFC-compliant.
363- Fixed and cleaned up the away-state handling, there were some very
364  weird things in the original Gaim code base which broke this completely
365  all the time.
366- The daemon prevents you from using root/NickServ as your nick now,
367  previous versions crashed on that.
368- At last ... GROUP CHAT SUPPORT! :-D
369- People who are *not* away get mode +v in #bitlbee now, so you can see
370  in /names who's away and who's not.
371- Crashing BitlBee by using the NICKSERV command without any arguments
372  is impossible now.
373- Added some notes about Darwin/OSX portability.
374- Separated connections from accounts. This means restoring a lost
375  connection can be done using a simple "account on <number>" command.
376  See "help account" for more information.
377  *** For now this won't cause problems when upgrading because the login
378  command still exists (as an alias for "account add"). This alias will
379  not stay forever, though.
380- irc_process() now makes sure it reads the whole available buffer before
381  executing the commands. Previous versions were very bad at handling
382  long floods from non-floodprotected clients. The code is still not
383  perfect, but good enough for local links.
384- Allow/Deny questions from msn.c now also mention your own screenname.
385  This is useful for people who run two (or even more) MSN accounts in
386  one BitlBee.
387- Fixed a little bug in the helpfile-changed-check code.
388- A little trick in "make install" makes sure the help function in running
389  sessions doesn't break while upgrading.
390- Added a nifty (and editable) MOTD.
391- Added IRIX to the compatibility list.
392- Added support for Cygwin.
393- Better HTML-stripping, it also handles &entities; correctly now.
394- Fixed some problems to make it compile on Solaris.
395- Added support for messages from Miranda/Mac ICQ. (Code port from Gaim 0.59)
396- Fixed the crash problem when removing yahoo buddies.
397- Added the handle_unknown setting.
398- Did some editing on a few docs.
399- Added a FAQ.
400- Added the daemon-patch by Maurits Dijkstra which adds stand-alone daemon
401  support to BitlBee.
402- Jabber now doesn't barf on high ASCII characters in away messages anymore.
403  (Thanks to Christian Häggström <chm@c00.info>)
404
405Finished 24 Jun 2003
406
407Version 0.74a:
408- The music-festivals-are-bad-for-your-mind release.
409- This one actually contains the fix for the bug 0.74 claimed to have.
410
411Finished 11 Jun 2003
412
413Version 0.74:
414- Fixed a security leak, where using a / in the nickname causes the saved
415  settings and account information to be stored in undesirable places.
416
417Finished 10 Jun 2003
418
419Version 0.73:
420- Fixed the unable-to-remove-icq-users (actually users from any *local*
421  contact list) bug.
422- Fixed away bug in aim protocol.
423- Fixed the 'statistics' under the blist command output.
424- Removed the commands from the XML documentation because they're 'on-line'
425  already.
426- Added some signal handling; ignoring SIGPIPE should als get rid of some
427  crashes (for some weird reason this has to be done). Also, crashes because
428  of things like segfaults are a bit more verbose now. ;-)
429- Changed the select() timeout in main(), this might improve some latencies.
430  (At leasts it speeds up signing on (especially for ICQ) a lot!)
431- Made the own-QUIT messages more compliant, probably.
432- Fixed some memory-bugs, thanks to valgrind.
433- irc_write() now checks the write() return value, and tries to send the rest
434  of the string, if it could not write it completely the first time.
435- Hostname lookups also work on NetBSD now.
436  (Thanks to David.Edmondson*sun*com (hi spambot))
437- At last, a new protocol. Welcome to ... YAHOO!
438- Documentation and code cleanup. Somehow the helpfile documented register
439  and identify twice, now that's what I call over-documenting.. :-/
440- Added the rename command to the helpfile, somehow I forgot that one.
441- Been a bit pedantic about compiler warnings. They're all dead now.
442- Fixed a small Makefile problem which gave an error when a clean tree was
443  "made distclean"
444- Fixed a (possible) memory leak in nogaim.c:proto_away()
445- Fixed the way proto_away() calls proto_away_alias_find(), now it gives
446  the *whole* list of away states
447- proto_away() doesn't give a NULL message anymore because AIM didn't like
448  that
449- Got rid of the last goto in my code (without ruining the code)
450- Created a more samba-like compiling process (without the complete command
451  lines, just a simple echo)
452- "help set ops" works now too, without quoting the "set ops"
453- Trying to log in with a protocol without a prpl (ICQ and TOC, for example)
454  made previous versions crash
455
456Finished 13 Apr 2003
457
458Version 0.72:
459- Updated the documentation.
460- Improved the MSN friendlyname code. (Although it doesn't seem to be perfect
461  yet..)
462- info-command added to get more information about ICQ users.
463- blist-command added to get a complete buddy list.
464- Fixed a bug which broke the AIM code when adding a screenname with a space
465  in it.
466- Added the NS alias for the NICKSERV command (Tony Vroon).
467- Fixed the USERHOST command implementation (Tony Vroon).
468- /me from IM-networks is now converted to a CTCP ACTION correctly.
469- Added an utils/ directory with some misc toys and handy things.
470- Added a /notice to the on_typing event. Don't use it though, the /notice
471  flood will just be a big annoyance. ;-)
472- Some people like root and themself to be ops, some don't. Now it's
473  configurable. (set ops)
474- Now the umode stuff actually works. Next step: Use those modes... (How?)
475
476Finished 19 Dec 2002
477
478Version 0.71:
479- Fixed the help command output layout (alignment)
480- Added a sample xinetd file
481- Cleaned up, 0.70 released with a build-stamp and DEADJOE file (oops)..
482- Messages can be sent like '<user>, <message>' in the control channel now,
483  instead of just '<user>: <message>'
484- Added a debug setting boolean: Set it to true for some debugging crap
485  which used to be on by default..
486- Changed the /whois reply: In the server section you now see the
487  connection this user belongs to.
488- Added some root/permission checks.
489- configure script works correctly when the terminating / is forgotten for
490  a directory.
491- Fixed format string bug in protocols/oscar/meta.c (Hmm, what's the use of
492  that file?)
493- Added '#include "crypting.h"' to commands.c to get rid of stupid warnings
494- Fixed crash-bug (SIGSEGV when adding an @-less contact to MSN/Jabber)
495- Added to_char setting
496- Fixed bug in set.c: It ignored the new value returned by the evaluator
497  :-(
498- Removed protocol tag from 'hostname' in user hostmask because this info
499  is in /whois' server section now
500- Added the GPL. Somehow 0.7 released without a COPYING file.. :-/
501- Enhanced the root_command() parser, you can 'quote' "arguments" now so
502  arguments can be strings with spaces
503- Debugging versions have True as the default value for set debug
504- NICKSERV is now an alternative for PRIVMSG root. This does not affect
505  functionality of current NICKSERV commands, but does allow people to just
506  do identify <pass> in channel.
507- NICKSERV REGISTER now doesn't try to log you in (to check if the user
508  exists) but checks for the existence of the user-configuration files.
509- NICKSERV SET password now works (as does set password in channel). This
510  makes changing your password possible.
511- NICKSERV password now stored in irc_t.
512- ./configure now only bugs you about possible problems with strip if it's
513  actually going to strip (wooohoooo! _sexy_ :)
514- Fixed a load of warnings in oscar.c, irc.c, nick.c and set.c
515- Split up root_command() into a version which eats raw strings and one
516  which eats split strings
517- New help system: Help available for most (all?) commands, all read from
518  an external help-file.
519- Changed the maximum message length in irc_usermsg() from IRC_MAX_LINE to
520  1024 (for loooong help messages..).
521- Only allow user to set supported umodes.
522- Fixed a memory leak in crypting.c (Thanks to Erik Hensema.)
523- Added a send_handler callback to user_t. Needed for the following entry:
524- Added the NickServ user as a root-clone.
525- Disabled tcpd by default because it's just a PITA for a lot of systems
526  and because you can use /usr/sbin/tcpd as well.
527- The root user can be renamed now.
528
529Finished 16 Sep 2002
Note: See TracBrowser for help on using the repository browser.