[Pkg-mysql-commits] r1618 - mysql-dfsg-5.1/branches/experimental/debian
Christian Hammers
ch at alioth.debian.org
Sun Jul 5 22:39:17 UTC 2009
tags 447028 pending
tags 447713 pending
tags 450535 pending
tags 470854 pending
tags 508406 pending
tags 515145 pending
tags 526254 pending
tags 533999 pending
thanks
Author: ch
Date: 2009-07-05 22:39:17 +0000 (Sun, 05 Jul 2009)
New Revision: 1618
Modified:
mysql-dfsg-5.1/branches/experimental/debian/changelog
Log:
Worked through the 5.0 bugs and added some Closes: statments
Modified: mysql-dfsg-5.1/branches/experimental/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-05 22:38:21 UTC (rev 1617)
+++ mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-05 22:39:17 UTC (rev 1618)
@@ -1,9 +1,30 @@
mysql-dfsg-5.1 (5.1.36-1) experimental; urgency=low
+ [TODO]
+ * Link libmysqlclient.so to libmysqlclient_r.so to help applications
+ like Apache where some modules, like libaprutil, want to use the thread
+ safe library and some, like PHP, do not. As the client library just copies
+ data between client and server, we do not expect significant performance
+ losses. (thanks to Stefan Fritsch). Closes: #450535
+
+ Add the following to libmysqlclient16.links:
+ usr/lib/libmysqlclient_r.so.16.0.0 usr/lib/libmysqlclient.so.16.0.0
+
* Ex-maintainer upload :)
- * New upstream release.
+ * New upstream release.
+ * SECURITY: Upstream fix for "mysql client does not escape strings in
+ --html mode." (CVE-2008-4456) Closes: #526254
+ * Upstream fixes REPEAT() function. Closes: #447028
+ * Upstream fixes problems when mixing ORDER and GROUP BY. Closes: #470854
+ * There were many innodb fixes in the last two years, probably
+ also for this unreproducible crash. CLoses: #447713
+ * Removed amd64 specific -fPIC compiler option that was introduced
+ especially for building the NDB cluster module which is no longer
+ part of this package (thanks to Modestas Vainius). Closes: #508406
+ * Put /etc/mysql/conf.d to mysql-server-5.1.dirs (thanks to Alexander
+ Gerasiov). Closes: #515145
* Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
- It now passes 100% of the tests again.
+ It now passes 100% of the tests again. Also Closes: #533999
* Preinst now prevents Installation if NDB configuration is detected.
* Applied Ubuntu patch that fixes privilege bootstrapping in postinst
(thanks to Mathias Gug). Closes: #535492
More information about the Pkg-mysql-commits
mailing list