X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=ChangeLog;h=244824f03e443c1b73c8add0aee446ddd6ca9780;hp=562928d0bab549e260c71179352201ddd19675ad;hb=ca04128aa626927f949538cc980143e4aec332e4;hpb=c65e576b83a32248c7692893ae440cc02348926d diff --git a/ChangeLog b/ChangeLog index 562928d0..244824f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,33 @@ changes, the git history at is your friend. Without further ado, let's start: +Version 0.12.2 (2015-04-23) +=========================== + +* Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422 from the dead) +* Remove warning on startup due to a change in Kdelibs4ConfigMigrator + +Version 0.12.1 (2015-04-21) +=========================== + +* Emergency fix for behavior change in Qt5's psql driver regarding timezones + +Version 0.12.0 (2015-04-15) +=========================== + +* Full support for KDE Frameworks +* Properly split messages with multi-byte encodings and/or encryption +* Improve core password hashing algorithm + NOTE: This upgrades the database schema, so no downgrades are possible! +* Remote password change +* Core connection improvements +* Build system improvements +* PostgreSQL connection improvements +* Improve Qt5 support +* Qt 4.8+ or Qt 5.2+ now required +* Several tweaks and fixes +* Translation updates + Version 0.11.0 (2014-09-23) ===========================