# HG changeset patch # User Mikael Berthe # Date 1453885111 -3600 # Node ID 45bab5858d81c02db1bf70a47f70f9d2d244c887 # Parent 7625a42eb8a94555b35fd2324ff5e33c9d16da36 Update ChangeLog diff -r 7625a42eb8a9 -r 45bab5858d81 mcabber/ChangeLog --- a/mcabber/ChangeLog Tue Nov 24 18:58:45 2015 +0100 +++ b/mcabber/ChangeLog Wed Jan 27 09:58:31 2016 +0100 @@ -1,20 +1,24 @@ -mcabber (1.0.1-dev) +mcabber (1.0.1) * [PGP] Improved PGP-encryption support * [PGP] Improved support for GnuPG v2+ - * [PGP] Encrypt messages with our own PGP key when carbons are enabled + * [PGP] Encrypt messages with our own PGP key and decrypt our own + encrypted messages when Carbons are enabled * [PGP] New PGP options: 'gpg_path' and 'gpg_home' (Holger Weiß) + * [PGP] Check all signatures and stop immediately if one could be verified (Sven Gaerner) * Improved Carbons support (Holger Weiß) * New option: 'clear_unread_on_carbon' (Holger Weiß) - * Display the server SSL fingerprint when we connect + * Improve SSL fingerprint management; + Display the server SSL fingerprint when we connect * Use XDG configuration directory if it contains a configuration file * Fix a few memory leaks * Fix external password support (especially on OS X) * Fix resizing when mcabber is built with --enable-sigwinch * Fix reading of history log files w/o LF character (Sam Whited) - * Other misc. bugfixes + * Minor documentation updates + * Other misc. bugfixes and cleanups - -- Mikael, ? + -- Mikael, 2016-01-27 mcabber (1.0.0)