diff options
author | taca <taca@pkgsrc.org> | 2013-08-22 17:10:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-22 17:10:04 +0000 |
commit | aff3b0a03133cbf547c13b6796347c4ec717326e (patch) | |
tree | 2b72aeff5a9c62a1605271b5c16b9dc0f3cd065f /www/contao | |
parent | 817f049127bc539f95c233345675fc713c7655cd (diff) | |
download | pkgsrc-aff3b0a03133cbf547c13b6796347c4ec717326e.tar.gz |
Note update of contao211 to 2.11.12.
Version 2.11.12 (2013-08-22)
----------------------------
### Fixed
Allow to paste into the root page in "edit multiple" mode (see #5620).
### Updated
Updated TCPDF to version 6.0.010 (see #5676).
### Fixed
Backported the changes from e44864d2 (see #5683).
### Fixed
Handle all possible errors when uploading files (see #5934).
### Improved
Improved the memory footprint of the search index rebuild (see #5681).
### Fixed
Do not trigger the "setNewPassword" hook twice (see #5247).
### Updated
Updated SimplePie to version 1.3.1 (see #5604).
### Fixed
Delete the `pathconfig.php` file in the install tool (see #5536).
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 6b09e6cf981..760d5a0cb84 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2013/06/27 16:17:55 taca Exp $ +# $NetBSD: Makefile.common,v 1.38 2013/08/22 17:10:04 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -7,7 +7,7 @@ # # current release -CT211_VERSION= 2.11.11 +CT211_VERSION= 2.11.12 CT300_VERSION= 3.0.6 CT310_VERSION= 3.1.1 |