diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-25 12:54:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-25 12:54:26 +0200 |
commit | 95c5ca9a96554e747f39f880d5c295e79cbcece7 (patch) | |
tree | 25b6bdc9b0c814edb3bf73929870ba22bc3951e3 /ChangeLog | |
parent | b153d82b78a011776dcef4d20987d39b1f58f279 (diff) | |
download | weechat-95c5ca9a96554e747f39f880d5c295e79cbcece7.zip |
Fix import of certificates created by openssl >= 1.0.0 (bug #30316)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.3-dev, 2010-07-18 +v0.3.3-dev, 2010-07-25 Version 0.3.3 (under dev!) @@ -25,6 +25,7 @@ Version 0.3.3 (under dev!) * api: add function "string_expand_home", fix bug with replacement of home in paths * irc: add new option irc.look.nick_color_stop_chars +* irc: fix import of certificates created by openssl >= 1.0.0 (bug #30316) * irc: fix display of local SSL certificate when it is sent to server (patch #7218) * irc: improve lag indicator: two colors (counting and finished), update item |