Changes between Version 1 and Version 2 of release-notes/1.8
- Timestamp:
- Oct 11, 2011, 11:47:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
release-notes/1.8
v1 v2 16 16 17 17 * The default style now decorates unauthenticated zephyrgrams with the 18 string 'UNAUTH:'.18 string 'UNAUTH:'. 19 19 20 20 * Non-CC'd personals with multiple recipients now generate multiple 21 outgoing messages in the message list, thanks to new developer DD22 Liu.21 outgoing messages in the message list, thanks to new developer DD 22 Liu. 23 23 24 24 * Zephyr variables 'exposure' and 'default_exposure' have been added 25 to manipulate zephyr visibility.25 to manipulate zephyr visibility. 26 26 27 27 * Using more than 256 foreground/background color pairs in 256-color 28 mode no longer causes drawing artifacts.28 mode no longer causes drawing artifacts. 29 29 30 30 * The sepbar now shows how far you are in a truncated message. 31 31 32 * Our custom event loop has been replaced with the standard GMainLoop 33 used throughout the Linux desktop stack. This buys us better 34 interoperability with event-processing third-party code, some 35 thread-safety, and an event loop we don't have to write ourselves. 32 * Our custom event loop has been replaced with GLib's implementation. 33 This buys us better interoperability with third-party code, some 34 thread-safety, and an event loop we don't have to write ourselves. 36 35 37 * BarnOwl now enables AnyEvent's existing bridge to the Glib event 38 loop. This bridge (and thus the vast body of AnyEvent-based code on 39 CPAN) are now available to all perl modules. The existing timer and 40 io-dispatch APIs now backend onto AnyEvent. 36 * AnyEvent (and thus the vast body of AnyEvent-based code on CPAN) 37 is now available to perl modules. The existing timer and 38 io-dispatch APIs now backend onto it. 41 39 42 40 * The IRC module has been ported to AnyEvent::IRC which, among other 43 things, is not abandoned. The new module also fixes the44 long-standing reconnect bug.41 things, is not abandoned. The new module also fixes the 42 long-standing reconnect bug. 45 43 46 44 * Logging is now delegated to a background thread. This should greatly 47 improve responsiveness, especially for those on an AFS home48 directory.45 improve responsiveness, especially for those on an AFS home 46 directory. 49 47 50 48 * A new delete-and-expunge command (delx for short) has been added for 51 perl modules that wish to remove a message.49 perl modules that wish to remove a message. 52 50 53 51 The full Changelog is available online [3].