Backed out changeset 1bb9002801e5
[mcabber.git] / mcabber / NEWS
blobfd72a7abe23626db67c83dd9e74ceb422343021d
1 mcabber (0.10.2)
3  * The FIFO and url_regex systems have been modularized.
4    Load the appropriate modules if you want these features
5    (the sample configuration file has been updated).
7  -- Mikael, 2012-07-28
9 mcabber (0.10.0)
11  * MCabber now uses the Loudmouth library (version 1.4.3 or greater).
12  * The JID should be provided in the configuration file, the variable
13    'username' has been replaced with 'jid'.
14  * The SSL/TLS-related options have changed; please check the new
15    sample configuration file.
16  * The UNREAD events now passes more data to the external script
17    (including the number of buffers with the attention sign,
18    the number of unread MUC buffers, and the number of unread MUC
19    buffers with the attention sign).
21  -- Mikael, 2010-04-11
23 mcabber (0.9.10)
25  * The spell checking related options have changed, please
26    check your configuration file.
28  -- Mikael, 2009-10-11
30 mcabber (0.9.5)
32  * The option 'otr' must now be set in the configuration file in
33    order to be able to use the OTR (Off-The-Record messaging)
34    support.
36  -- Mikael, 2007-11-19
38 mcabber (0.9.4)
40  * The option 'hide_offline_buddies' is deprecated, the new option
41    roster_display_filter should be used instead.
43  -- Mikael, 2007-10-27
45 mcabber (0.9.1)
47  * The Ctrl-q binding is not hardcoded anymore and should be set in the
48    configuration file.
50  -- Mikael, 2007-02-10
52 mcabber (0.8.0)
54  * Mcabber now does SSL server certificate verification, and it is enabled
55    by default.  You can disable the certificate verification with the
56    'ssl_verify' option.  See the sample configuration file for details.
58  -- Mikael, 2006-08-13
60 mcabber (0.7.5)
62  * History log files are now stored using UTF-8 format.
63    If you have enabled history logging, you need to convert your existing
64    logfiles.  For example, you can use the following command to convert
65    all ISO-8859-15 files in directory $histodir to UTF-8:
66    $ recode iso-8859-15..utf-8 $histodir/*
67    (There are other tools: convmv, utrac...)
68  * The names of the color options have changed, please check your
69    configuration file if you have customized your colors.
70    The sample config. file has been updated.
72  -- Mikael, 2006-04-03
74 mcabber (0.6.5)
76  * The "debug" option has been replaced with the tracelog_level and
77    tracelog_file options.  The sample config. file has been updated,
78    so you should have a look at it if you want to use advanced logging.
80  -- Mikael, 2005-07-25
82 mcabber (0.6.4)
84  * The configuration file format has changed.  Options need to be set using
85    the "set" keywords.  The sample config. file has been updated.
87  -- Mikael, 2005-07-18
89 mcabber (0.6.2)
91  * Support for old style (i.e. < 0.6.1) history logfiles has been removed.
92    You can upgrade your logfiles with the script "contrib/conv_log_dates.pl"
93    if you haven't already done it.
94  * The colors option names have changed (and they aren't mandatory anymore).
95    Please look at the sample config. file to update your mcabberrc.
97  -- Mikael, 2005-07-11