diff options
author | taca <taca@pkgsrc.org> | 2013-01-07 14:30:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-07 14:30:30 +0000 |
commit | 173d69aedef600915b4cb9ae0cb4161f04368435 (patch) | |
tree | 3dc744c1dd16a1a2d1ae01eae0bc0d3c8b2ed51b /www/contao | |
parent | 36f650af6a2dca235c3a37f59788ac2cc6ff09ca (diff) | |
download | pkgsrc-173d69aedef600915b4cb9ae0cb4161f04368435.tar.gz |
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).
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |