1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

Fixed crash with IRC JOIN malformed message (bug #19891)

This commit is contained in:
Sebastien Helleu
2007-05-18 09:13:25 +00:00
parent 5e29f17620
commit 5787acad2c
24 changed files with 3050 additions and 3036 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2007-05-11
ChangeLog - 2007-05-18
Version 0.2.5 (under dev!):
* fixed crash with IRC JOIN malformed message (bug #19891)
* fixed bug with nick prefixes on some IRC servers (bug #19854)
* improved setup file save: now writes temporary file, then rename it
(task #6847)