Archive for February, 2012
Wednesday, February 22nd, 2012
Redis 2.4.8 has been released with these changes :
[BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
[BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
[BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
[BUGFIX] Now HINCRBY can detect overflows too. Fix for ...
Posted in Redis | 2 Comments »
Tuesday, February 14th, 2012
A quick note to announce that Percona toolkit 2.0.3 is now available on Dotdeb for Debian 6.0 “Squeeze” on both amd64 and i386 architectures. You'll find its Changelog here.
Posted in MySQL | No Comments »
Thursday, February 9th, 2012
The packages of MySQL 5.5.20 are now available for Debian 6.0 "Squeeze" on both amd64 and i386 architectures, with the following changes :
the mysql-common package should now work with MySQL 5.1 packages without any problem (unknown configuration variables in /etc/mysql/my.cnf have been commented out)
mysql-server-5.5 now supports Linux native asynchronous IO
As usual, please ...
Posted in MySQL | 35 Comments »
Tuesday, February 7th, 2012
Nginx 1.0.12 packages are now available for Debian 6.0 "Squeeze" on both amd64 and i386 architectures.
Here are the changes on the Dotdeb side :
Add the Cache purge module in nginx-full and nginx-extras
Use "default_server" instead of "default" in sites-available/default
Please take a look at Nginx' Changelog before upgrading.
Posted in Nginx | 15 Comments »
Tuesday, February 7th, 2012
Redis 2.4.7 has been released with these changes :
[BUGFIX] Fixed false positive in issue #141 regression test.
[BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
[BUGFIX] Don't increment stats for key misses / hits when key is written.
[BUGFIX] sds.c library now don't allocate more than 1MB ahead.
32 ...
Posted in Redis | No Comments »
Friday, February 3rd, 2012
A few hours ago, PHP 5.3.10 has been released by the PHP Group. It's an important security update for PHP 5.3.9 users : Stefan Esser discovered a remotely exploitable bug, introduced with PHP 5.3.9's max_input_vars directive (CVE-2012-0830). You really should upgrade as soon as possible.
Packages of PHP 5.3.10 are now available ...
Posted in PHP | 70 Comments »