# HG changeset patch # User Mikael Berthe # Date 1448126121 -3600 # Node ID 5efdec0c45a0ddc7197691f6061f6a0a5fdeb21d # Parent 232c26383fc4f28cc63171b6d5ea8fac147f11c2 Update ChangeLog diff -r 232c26383fc4 -r 5efdec0c45a0 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Nov 21 17:44:59 2015 +0100 +++ b/mcabber/ChangeLog Sat Nov 21 18:15:21 2015 +0100 @@ -1,6 +1,18 @@ mcabber (1.0.1-dev) - * + * [PGP] Improved PGP-encryption support + * [PGP] Improved support for GnuPG v2+ + * [PGP] Encrypt messages with our own PGP key when carbons are enabled + * [PGP] New PGP options: 'gpg_path' and 'gpg_home' (Holger Weiß) + * Improved Carbons support (Holger Weiß) + * New option: 'clear_unread_on_carbon' (Holger Weiß) + * 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 -- Mikael, ?