diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-25 08:14:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-25 08:14:33 +0100 |
commit | adbfda00f5a4329c84a1b92b71d3e045af4e076e (patch) | |
tree | cc77f6541015df517981ad58e80c9853ce12968b /ChangeLog | |
parent | d654fca853d844762845a7fe740cdc7e34699d63 (diff) | |
download | weechat-adbfda00f5a4329c84a1b92b71d3e045af4e076e.zip |
script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter)
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
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.4.1-dev, 2013-03-24 +v0.4.1-dev, 2013-03-25 This document lists all changes for each version. @@ -84,6 +84,7 @@ Version 0.4.1 (under dev!) "irc_message_auth") * ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050) +* script: fix compilation on GNU/Hurd (patch #7977) * script: create "script" directory on each action, just in case it has been removed (bug #38472) * script: add option script.scripts.autoload, add options "autoload", |