diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
commit | 364d774ded1816523fb7ddcf5ca0ee6442612b2e (patch) | |
tree | b5ac4664d92806a20199a00c2ab7a0013a09425f /NEWS | |
parent | 6972b057d9fb640eead8231f695baf29d906674c (diff) | |
download | weechat-364d774ded1816523fb7ddcf5ca0ee6442612b2e.zip |
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== +* FlashCode, 2006-01-24 (draft) + + Important release notes for 0.1.8 (draft): + + - it is recommended for users of version 0.1.7 (or any older), to + replace values in setup file (~/.weechat/weechat.rc) : + - option: log_path: replace "~/.weechat/logs" by "%h/logs" + - option: plugins_path: replace "~/.weechat/plugins" by "%h/plugins" + "%h" is replaced by WeeChat home (default: ~/.weechat, may be overriden + by new command line arg --dir) + * FlashCode, 2006-01-14 WeeChat 0.1.7 released. |