- update to 0.8.17
+ Document that SSL connections aren't properly handled during /UPGRADE. See Github PR #39. + Synchronize scripts with scripts.irssi.org. + Performance enhancement of the nicklist as well as the window_item_find function. See Github PR #24. + Disallow unloading of static modules. + Allow UTF-8 characters in /bind. See Github PR #18. + Split overlong outgoing messages instead of silently truncating them. Adds two new options: 'split_line_end' and 'split_line_start'. - 'split_line_end' contains a string added to the end of line fragments. - 'split_line_start' contains a string added to the beginning of line fragments. See Github PR #29. + Added special /ignore NO_ACT level to ignore only activity (see /help ignore). + Support for 256 and true color terminals (see Github PR #48). + Support for italics (see Github PR #58). + Rewrote many help files. - Fixed various compiler warnings and use of deprecated functions. - Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size. - Fixed format_get_text Perl API. See Github PR #23. - Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22. - Fixed issue where UTF-8 characters was corrupted once for every 32k text. See Github PR #12. - Fixed redrawing issue with right-aligned statusbar. - Fixed use-after-free bug with cached settings values. See Github PR #147. - disable irssi-0.8.15_ssl_proxy.patch for now - disable irssi-0.8.15-ssl-passphrase.patch as it collides with the new upstream implementation. OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=58
This commit is contained in:
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 13:23:08 UTC 2014 - mrueckert@suse.de
|
||||
|
||||
- update to 0.8.17
|
||||
+ Document that SSL connections aren't properly handled during
|
||||
/UPGRADE. See Github PR #39.
|
||||
+ Synchronize scripts with scripts.irssi.org.
|
||||
+ Performance enhancement of the nicklist as well as the
|
||||
window_item_find function. See Github PR #24.
|
||||
+ Disallow unloading of static modules.
|
||||
+ Allow UTF-8 characters in /bind. See Github PR #18.
|
||||
+ Split overlong outgoing messages instead of silently truncating
|
||||
them.
|
||||
Adds two new options: 'split_line_end' and 'split_line_start'.
|
||||
- 'split_line_end' contains a string added to the end of line
|
||||
fragments.
|
||||
- 'split_line_start' contains a string added to the beginning
|
||||
of line
|
||||
fragments. See Github PR #29.
|
||||
+ Added special /ignore NO_ACT level to ignore only activity (see
|
||||
/help ignore).
|
||||
+ Support for 256 and true color terminals (see Github PR #48).
|
||||
+ Support for italics (see Github PR #58).
|
||||
+ Rewrote many help files.
|
||||
- Fixed various compiler warnings and use of deprecated
|
||||
functions.
|
||||
- Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce
|
||||
code size.
|
||||
- Fixed format_get_text Perl API. See Github PR #23.
|
||||
- Fixed gui_printtext_after and term_refresh_*() visibility. See
|
||||
Github PR #22.
|
||||
- Fixed issue where UTF-8 characters was corrupted once for every
|
||||
32k text. See Github PR #12.
|
||||
- Fixed redrawing issue with right-aligned statusbar.
|
||||
- Fixed use-after-free bug with cached settings values. See
|
||||
Github PR #147.
|
||||
- disable irssi-0.8.15_ssl_proxy.patch for now
|
||||
- disable irssi-0.8.15-ssl-passphrase.patch as it collides with the
|
||||
new upstream implementation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 4 15:31:08 UTC 2014 - mrueckert@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user