Some of the changes:
o More small bugs quashed. New /clearall command.
o Small bugs quashed in buddy offline acknowledgement and
queued message forwarding.
o Speed-ups in the playback procedures.
o General clean-ups for cross-platform compiles.
o On Tuesday, October 1, AOL's TOC servers began
periodically sending packets with a previously unused
frame type. naim does not know how to decipher these
packets, but version 0.11.4 was released with code
changes to simply ignore unknown frame types.
Changes :
- #514237 - The PluginLoader no longer requires a '.py'
extension on plugins. This should allow plugins to be written
in any language for which Python can load a module, and as
long as the file is named with the right convention they will
be picked up and loaded. (The source of this change request
was the maintainers of the PLD Linux Distribution.)
- Resolved defect #513850, where output was written to the wrong
place when the -d option was used.
- Resolved defect #510447, a problem with escaping special
characters in HTML output. Text enclosed in single quotes
is now not escaped in output so that HTML text can be
passed directly to the output file.
- Fixed a problem with Windows installation using 'setup.py'.
- Minor tweaks to the build and test tools.
our last version was 0.84).
* Update documentation.
* Move Bayes stuff into its own file.
* Fix NaN exception: if list is empty, use zero for probability.
* Make extrema array (keepers) variable size. Needs more work.
* Add SYSLIBS to the makefile.
* Fix gcc-ism in dbg.c (ptr arithmetic on void*).
* Fix off-by-one in html tag check.
* Fix unaligned access in libdb.
* Fix bug in -d handling for text and libdb.
* Autodetect mailbox type and deprecate the -m option.
* Ditch the builtin libdb locks, use fcntl instead.
* Fix memory leak in dbtext.
* Fix some trivial issues with the lexer:
- Be more strict about recognizing IP addresses.
- Do case-insensitive header name comparisons.
* Fix multiple database closure with mbox format.
* Fix a bogus assert in passthrough.
* Add heap checking in debug mode.
* Fix bug in -N mode which made it act the same as -S.
* Support maildir style folders.
* Fix bug in multiple message registration.
* Improve error reporting and clarify some messages.
* Package preformatted manpage instead of XML.
* Remove single message per invocation restriction.
Changes since version 1.0.0
Many bug fixes
Some portability fixes
New functionality:
(user_commands): new command "license"
Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
(user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
(update_last_access): new function
(find_last_frame): likewise
(x11_mask_to_rp_mask): new function
(rp_mask_to_x11_mask): likewise
(user_command): new command "focuslast"
(find_frame_up): new function
(find_frame_down): likewise
(find_frame_left): likewise
(find_frame_right): likewise
(user_commands): new commands "focusup" "focusdown" "focusright"
"focusleft" "startup_message" "restart".
(show_last_message): new function
(user_commands): new "unsetenv" command
(user_commands): new commands deffgcolor, defbgcolor.
(update_gc): new function
(init_defaults): new function
(init_screen): initialize the screen's fg_color to black and
bg_color to white.
(user_commands): New commands defbarloc, defbartimeout, defborder,
deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
defwaitcursor, defwinfmt, defwinname, defwinpos.
Changes since version 1.0.0
Many bug fixes
Some portability fixes
New functionality:
(user_commands): new command "license"
Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.
(user_command): new command 'link'
(find_command_by_keydesc): new function
(resolve_command_from_keydesc): likewise
(cmd_link): likewise
(update_last_access): new function
(find_last_frame): likewise
(x11_mask_to_rp_mask): new function
(rp_mask_to_x11_mask): likewise
(user_command): new command "focuslast"
(find_frame_up): new function
(find_frame_down): likewise
(find_frame_left): likewise
(find_frame_right): likewise
(user_commands): new commands "focusup" "focusdown" "focusright"
"focusleft" "startup_message" "restart".
(show_last_message): new function
(user_commands): new "unsetenv" command
(user_commands): new commands deffgcolor, defbgcolor.
(update_gc): new function
(init_defaults): new function
(init_screen): initialize the screen's fg_color to black and
bg_color to white.
(user_commands): New commands defbarloc, defbartimeout, defborder,
deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos,
defwaitcursor, defwinfmt, defwinname, defwinpos.