summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGu1ll4um3r0m41n <aeroxteam@gmail.com>2011-03-02 15:20:36 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-03-02 15:20:36 +0100
commitc265cad1c95b84abfd4e8d861f25926ef13b5d91 (patch)
tree6b6ca77a11d230b3220c16edfbd1ed6e4e15a3d3 /ChangeLog
parentbf2f7d33ef7c906142a839ad97bb81d8f13b0c6f (diff)
downloadweechat-c265cad1c95b84abfd4e8d861f25926ef13b5d91.zip
Fix verification of SSL certificates by calling gnutls verify callback (patch #7459)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f730681..c0205494f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.5-dev, 2011-03-01
+v0.3.5-dev, 2011-03-02
Version 0.3.5 (under dev!)
--------------------------
+* core: fix verification of SSL certificates by calling gnutls verify callback
+ (patch #7459)
* core: remember scroll position for all buffers in windows (bug #25555)
* core: fix crash when using column filling in bars with some empty items
(bug #32565)