diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-01-30 22:49:06 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-01-31 15:26:17 +0100 |
commit | 3611363725b7dc2f3e8f7cfa7509926c4230646e (patch) | |
tree | 140c04305be5b1b12580cad83446ee412db90141 | |
parent | 319aa9234542873faf8a0ca3381758728ac5cd0a (diff) | |
download | php-debian/5.3.9-6.tar.gz |
prepare 5.3.9-6 releasedebian/5.3.9-6
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8e9703bb2..694d55d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +php5 (5.3.9-6) unstable; urgency=low + + * Build MySQL extensions with Native Driver as an alternative + (Closes: #576412) + * Set default mysql socket location to /var/run/mysqld/mysqld.sock + * Move php5-sqlite postinst code to postinst.extra + * Cherry-pick patches from Fedora: + + Fix mysqlnd socket location fix + + Define _GNU_SOURCE in the configure.in + + Typing fixes in dba extension + + Don't add RPATH to extensions + * Add missing check for dpkg-maintscript-helper in sqlite preinst + and postrm + * Add code to specify priority of modules to load mysqlnd.so before + mysql.so and mysqli.so in php5-mysqlnd package + * Alter version in rm_conffile call to 5.3.9~ to handle all possible + versions due binNMUs (Closes: #656495) + * Add more condition when to remove empty postinst script + + -- Ondřej Surý <ondrej@debian.org> Tue, 31 Jan 2012 15:25:57 +0100 + php5 (5.3.9-5) unstable; urgency=low * Use DEB_HOST_ARCH, not DEB_HOST_ARCH_OS to check where to build |