diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 09:38:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-28 09:38:42 +0200 |
commit | 1b94010f54b7a424d1fae27ba93669281798456e (patch) | |
tree | 768b9f170d664042b273a656683eecc04fa94b00 | |
parent | 08d2b9aaeb1df836c91d2c6a14932907d39fba9e (diff) | |
download | weechat-1b94010f54b7a424d1fae27ba93669281798456e.zip |
core: add ChangeLog of version 1.0.1
-rw-r--r-- | ChangeLog.asciidoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index d511de407..4dc364ebe 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -28,6 +28,13 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === Bugs fixed +* core: fix translation of message displayed after /upgrade +* irc: fix translation of CTCP PING reply (closes #137) + +== Version 1.0.1 (2014-09-28) + +=== Bugs fixed + * core: fix crash on buffer close when option weechat.look.hotlist_remove is set to "merged" (closes #199) * core: fix highlight of IRC action messages when option irc.look.nick_mode is @@ -37,7 +44,6 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: fix window/buffer pointers used in command /eval * core: fix modifier "weechat_print": discard only one line when several lines are displayed in same message (closes #171) -* core: fix translation of message displayed after /upgrade * api: fix bug in function hdata_move when absolute value of count is greater than 1 * tests: fix build of tests when the build directory is outside source tree @@ -48,7 +54,6 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (closes #164, closes #165) * irc: fix type of value stored in hashtable when joining a channel (closes #211) -* irc: fix translation of CTCP PING reply (closes #137) * guile: fix compilation with Guile < 2.0.4 (closes #198) * perl: fix detection of Perl >= 5.20 with autotools * relay: fix send of signals "relay_client_xxx" (closes #214) |