summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2016-06-16 11:05:15 -0500
committerGary Kramlich <grim@reaperworld.com>2016-06-16 11:05:15 -0500
commitdf55c160234e15a8edb37c25d935bfea64b58ab8 (patch)
treef52e7b976e6b94b92cf69f3e92245902d83e159d /ChangeLog
parente8cc66064d53626355b0cfc7c01ab16ddb263a45 (diff)
parentc17901ccf0ca508bcea7538adf6130a047253f1d (diff)
downloadpidgin-df55c160234e15a8edb37c25d935bfea64b58ab8.tar.gz
Merged in xhaakon/pidgin/release-2.x.y (pull request #52)
Backport of media patches from 3.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc0ccac328..6164931e0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,11 @@ version 2.10.13 (MM/DD/YY):
Bonjour
* Fixed building on Mac OSX (Patrick Cloke) (#16883)
+ ICQ:
+ * Stop truncating passwords to 8 characters like old ICQ clients did.
+ (#16692). If you actually needed this, truncate your password
+ manually by pressing backspace a few times.
+
version 2.10.12 (12/31/15):
General:
* purple-url-handler now works with Python 3.x (Daniƫl van Eeden)