diff options
author | taca <taca@pkgsrc.org> | 2015-01-23 16:14:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-01-23 16:14:35 +0000 |
commit | 9a8806834348f03c9f7f121cf5975aa448d3eb9f (patch) | |
tree | 831f7bd0190699577b1832a4ac79ef9124b000fb /www/contao | |
parent | 4cd816d67ebfe648757be2d9aade47a993b5c6d9 (diff) | |
download | pkgsrc-9a8806834348f03c9f7f121cf5975aa448d3eb9f.tar.gz |
Update contao32 pacakge to 3.2.17.
Version 3.2.17 (2015-01-22)
---------------------------
### Fixed
Romanize style sheet names (see #7526).
### Fixed
Add the username to the "account has been locked" log entry (see #7551).
### Fixed
Consider the suhosin.memory_limit when raising the PHP limits (see #7035).
### Fixed
Added two missing `exclude` flags in the `tl_page` data container (see #7522).
### Fixed
Send an UTF-8 charset header in the `die_nicely()` function (see #7519).
### Fixed
Correctly validate dates in the `Widget` class (see #7498).
### Fixed
Back port the fixes from #7475 and #7473.
### Fixed
Send the same cache headers for cached and uncached pages (see #7455).
### Fixed
Fix the `current() expects parameter 1 to be array` issue (see #6739).
### Fixed
Correctly replace the `*_teaser` insert tags (see #7488).
### Fixed
Adjust the last and previous login labels (see #7426).
### Fixed
Unset the `postUnsafeRaw` cache in `Input::setPost()` (see #7481).
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 059c1f364ff..8117acbdc5a 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.86 2014/11/26 09:26:26 taca Exp $ +# $NetBSD: Makefile.common,v 1.87 2015/01/23 16:14:35 taca Exp $ # # used by www/contao32/Makefile # used by www/contao33/Makefile # used by www/contao34/Makefile # current release -CT32_VERSION= 3.2.16 +CT32_VERSION= 3.2.17 CT33_VERSION= 3.3.7 CT34_VERSION= 3.4.0 |