[Lurker-users] Lurker 0.1d released
Brought to you by:
terpstra
|
From: Wesley W. T. <we...@te...> - 2002-08-12 23:29:42
|
Lurker 0.1d can now be found at: http://sourceforge.net/projects/lurker/ There are also debian/sid packages sitting in incoming based off of Jonas' latest patch. This is mainly a checkpoint release since there were a few bad bugs in 0.1c. Little has been changed as far as UI / interface from 0.1c except that the config file is now more intuitive. The changelog for v0.1d: Fixed an off by one error in btree.c (could assert-fail) Kap allowed wbuffers w/o append, which could consume a lot of RAM during the backup script Fixed a free(0) in mbox.c Quatered the cache given to a write buffer Quadrupled the cache dump frequency Added command-line option for disabling import Added command-line option for disabling service Made the splash page display only list names in four column mode Made the AVL trees reentrant Reintegrated the read buffer into libkap -> faster searches mmap is used for .append files to allow async writes Fallback when out of address space to read()/write() added We preallocate storage for append to prevent wasted writes Threads can span 3 months instead of 1 No longer require numeric id tags for lists Mboxs can be given arbitrary strings for tags Automatically detect unconfigured mboxs Load config files more cleanly -- will facilitate config reloading Mailing lists are refered to by name in the UI instead of ID Include version information in pages Added command-line option to output import speed statistics Made error message about direct CGI invocation more informative URLs like www.debian.org with http:// are now non-relative Fixed the search algorithm which was broken since libkap read cache was implemented; now we get all hits again. Fixed a bug where adjacent list items in the expiry heap led to a SIGBUS error on swap --=20 Wesley W. Terpstra <we...@te...> |