From 173d69aedef600915b4cb9ae0cb4161f04368435 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 7 Jan 2013 14:30:30 +0000 Subject: Update contao211 to 2.11.8, LTS release. Version 2.11.8 (2013-01-07) --------------------------- ### Fixed Make sure entered dates map to an existing date (see #5086). ### Fixed Fixed the MySQLi field count (see #5182). ### Fixed The Date class should return `00:00` for `Date(0)->time` (see #4249). ### Reverted Handle dependencies when updating extensions (see #3804). ### Fixed Fixed the unprefixed CSS gradient output (see #4569). ### Fixed Fixed a small formatting issue in the Music Academy theme (see #5160). ### Fixed Show all extensions in the log when updating multiple at once (see #5144). ### Fixed Standardize RSS feed aliases (see #5096). ### Fixed Make the `FileUpload` constructor public (see #5054). ### Fixed Use `isset()` in the `Database::fetch*()` methods (see #4990). ### Fixed Changed the `System::getReadableSize()` algorithm to powers of two (see #4283). ### Fixed Removed Tahiti and the Netherlands Antilles from the countries list (see #3791). ### Fixed Also adjust the `be_navigation.html5` template to the new "getUserNavigation" hook changes (see #3411). --- www/contao/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/contao') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 80acb2eda1a..d115d73da99 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2012/11/30 03:36:44 taca Exp $ +# $NetBSD: Makefile.common,v 1.24 2013/01/07 14:30:30 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -6,7 +6,7 @@ # # current release -CT211_VERSION= 2.11.7 +CT211_VERSION= 2.11.8 CT300_VERSION= 3.0.1 CT_VERS?= 211 -- cgit v1.2.3