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 | |
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')
-rw-r--r-- | www/contao/Makefile.common | 4 | ||||
-rw-r--r-- | www/contao211/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/www/contao211/distinfo b/www/contao211/distinfo index 38321cca719..42c352ae41a 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2012/11/30 03:37:26 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/01/07 14:30:30 taca Exp $ -SHA1 (contao-2.11.7.tar.gz) = f5558232042b90173c6c609a92edcf06a42c08d5 -RMD160 (contao-2.11.7.tar.gz) = 3572f149dc4a49be891430aa44025e6ba4f84391 -Size (contao-2.11.7.tar.gz) = 5332877 bytes +SHA1 (contao-2.11.8.tar.gz) = a4470185cfa5f842e2288ed1f86c22dc0fc9c702 +RMD160 (contao-2.11.8.tar.gz) = 62e6422c2f503dca916e9aa076953c48209c5c3b +Size (contao-2.11.8.tar.gz) = 5330929 bytes SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a |