summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkylev <kylev@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2010-06-17 07:03:34 +0000
committerkylev <kylev@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2010-06-17 07:03:34 +0000
commit54cc6fda9c496b633c506c7fd14a0d6f268f3a23 (patch)
tree6f1973d4b9bee03e13994bd202c6b560e1683a9e
parenta6882d1768df3ff6c7c4039a4ff2b3634e55c5a8 (diff)
downloadmysqldb1-54cc6fda9c496b633c506c7fd14a0d6f268f3a23.tar.gz
Add some 1.2.3 notes
-rw-r--r--MySQLdb/HISTORY16
1 files changed, 16 insertions, 0 deletions
diff --git a/MySQLdb/HISTORY b/MySQLdb/HISTORY
index e7de68b..4ca7e5a 100644
--- a/MySQLdb/HISTORY
+++ b/MySQLdb/HISTORY
@@ -1,4 +1,20 @@
=====================
+ What's new in 1.2.3
+=====================
+
+ez_setup.py has been update to include various fixes that affect the build.
+
+Better Python version and dependency detection as well as eliminate exception
+warnings under Python 2.6.
+
+Eliminated memory leaks related to Unicode and failed connections.
+
+Corrected connection .escape() functionality.
+
+Miscellaneous cleanups and and expanded testing suite to ensure ongoing release
+quality.
+
+=====================
What's new in 1.2.2
=====================