summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-12 18:36:40 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-12 18:36:40 +0000
commit3ce836e2e205cc4dc74b073f43c9e47b1fb4fb54 (patch)
treef8bd890d06b0774560a5ec59cb11871ee804bde8 /CHANGELOG.txt
parent6ea4bc6caa1fe80081324f5d49e9990e57b5ce7d (diff)
downloadbrdo-3ce836e2e205cc4dc74b073f43c9e47b1fb4fb54.tar.gz
brdo-3ce836e2e205cc4dc74b073f43c9e47b1fb4fb54.tar.bz2
- Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database backend for use with PHP5 and MySQL 4.1 and above.
NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1f62bcdfd..3f4e13fb1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -31,6 +31,7 @@ Drupal x.x.x, xxxx-xx-xx (development version)
* added support for theme-specific block regions.
- syndication:
* made the aggregator module parse Atom feeds.
+ * made the aggregator generate RSS feeds.
- XML-RPC:
* replaced the XML-RPC library by a better one.
- performance:
@@ -40,6 +41,7 @@ Drupal x.x.x, xxxx-xx-xx (development version)
- internationalization:
* improved Unicode string handling API.
* added support for PHP's multibyte string module.
+- added support for PHP5's 'mysqli' extension.
Drupal 4.6.3, 2005-08-15
------------------------