1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Fix bug with perl script filename when multiplicity is disabled (bug #29530)

This commit is contained in:
Sebastien Helleu
2010-04-13 00:02:07 +02:00
parent acca17d142
commit aeee1856eb
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
v0.3.2-dev, 2010-04-12
v0.3.2-dev, 2010-04-13
Version 0.3.2 (under dev!)
@@ -59,6 +59,7 @@ Version 0.3.2 (under dev!)
(bug #29018)
* perl: fix crash on /quit or unload of plugin under FreeBSD and Cygwin
(bug #29467)
* perl: fix bug with script filename when multiplicity is disabled (bug #29530)
* irc: add SASL authentication, with PLAIN and DH-BLOWFISH mechanisms
(task #8829)
* irc: fix crash with SSL connection if option ssl_cert is set (bug #28752)