diff options
author | taca <taca> | 2011-11-08 12:11:42 +0000 |
---|---|---|
committer | taca <taca> | 2011-11-08 12:11:42 +0000 |
commit | 9ede812a5a917185c7156645d9f65cd2670fe195 (patch) | |
tree | f28582c3b7c48b0d4c5e0cc090dc8cd424e71b88 /www/contao | |
parent | 563e3b59d0e08df88d434b7a335e27133e0eb9c5 (diff) | |
download | pkgsrc-9ede812a5a917185c7156645d9f65cd2670fe195.tar.gz |
Update www/contao210 and www/contao210-example package to 2.10.3.
Version 2.10.3 (2011-11-07)
---------------------------
- Fixed: the postLogin/Logout hooks broke the save() method of the model
(#3545)
- Fixed: the style sheet editor did not handle font-family/size:inherit
correctly (#3531)
- Fixed: MooTools changed the default wMode settings for Swiff (#3540)
- Fixed: the style sheet importer did not handle
border-color:transparent/inherit (#3480)
- Fixed: do not index empty news/event/FAQ/newsletter reader pages (#3511)
- Fixed: group labels were not always loaded correctly (#3591)
- Fixed: added a rename() workaround for Windows to the FileCache class (#3390)
- Fixed: the site structure was not ordered properly for non-admins (#3423)
- Fixed: custom layout sections were not displayed in "override all" mode
(#3460)
- Fixed a few minor issues
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 619ca49e115..79e4c0ba8b7 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2011/10/10 16:32:59 taca Exp $ +# $NetBSD: Makefile.common,v 1.5 2011/11/08 12:11:42 taca Exp $ # # used by www/contao29/Makefile # used by www/contao29-example/Makefile @@ -10,7 +10,7 @@ # current release CT29_VERSION= 2.9.5 -CT210_VERSION= 2.10.2 +CT210_VERSION= 2.10.3 CT_VERS?= 210 |