From 777ee84f9e4156ec900e417428827599be09156c Mon Sep 17 00:00:00 2001 From: George Clark Date: Wed, 11 Nov 2015 23:17:00 -0500 Subject: [PATCH] Item12813: Update release notes --- core/data/System/ReleaseHistory.txt | 6 +++- core/data/System/ReleaseNotes01x01.txt | 43 ++++++++++++++++++++++++-- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/core/data/System/ReleaseHistory.txt b/core/data/System/ReleaseHistory.txt index efbea49ae0..cfb6e61e3e 100644 --- a/core/data/System/ReleaseHistory.txt +++ b/core/data/System/ReleaseHistory.txt @@ -1,9 +1,13 @@ -%META:TOPICINFO{author="ProjectContributor" date="1382154996" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1447301815" format="1.1" version="1"}% %META:TOPICPARENT{name="ReferenceManual"}% %STARTINCLUDE% ---+ Appendix A: Foswiki Development Time-line %TOC% +---++ Foswiki Release 1.1.10 - 14 Nov 2015 + +Foswiki 1.1.10 was built 14 Nov 2015. It is a release that contains 7 fixes and 8 enhancements. + ---++ Foswiki Release 1.1.9 - 19 Nov 2013 Foswiki 1.1.9 was built 18 Nov 2013. It is a release that contains 43 fixes and 4 enhancements. diff --git a/core/data/System/ReleaseNotes01x01.txt b/core/data/System/ReleaseNotes01x01.txt index ac66f6f967..fb2efcab2a 100644 --- a/core/data/System/ReleaseNotes01x01.txt +++ b/core/data/System/ReleaseNotes01x01.txt @@ -1,3 +1,4 @@ +%META:TOPICINFO{author="ProjectContributor" date="1447301815" format="1.1" version="1"}% %META:TOPICPARENT{name="ReleaseHistory"}% ---+!! Foswiki Release 1.1.9 @@ -40,7 +41,8 @@ Foswiki is released under the GNU General Public License. * Foswiki 1.1.6 was built 02 Dec 2012. It is a release that fixes some important issues including some minor security related issues. It contains 94 fixes and 27 enhancements. * Foswiki 1.1.7 was built 01 Feb 2013. It is a release that fixes *CVE-2012-6329* and *CVE-2012-6330*. It contains 20 fixes and 4 enhancements. * Foswiki 1.1.8 was built 28 Feb 2013. It is a release that fixes *CVE-2013-1666*. It contains 4 fixes. - * Foswiki 1.1.9 was built 18 Nov 2013. It is a release that contains 44 fixes and 4 enhancements.. + * Foswiki 1.1.9 was built 18 Nov 2013. It is a release that contains 44 fixes and 4 enhancements. + * Foswiki 1.1.10 was built 14 Nov 2013. It is a release that contains 7 fixes and 8 enhancements. ---++ Pre-installed Extensions @@ -52,7 +54,19 @@ Foswiki 1.1 ships with the following: * *Compatibility support* - !TWikiCompatibilityPlugin #Release01x01Changes ----++ Important changes in Foswiki 1.1.9 (This release) +---++ Important changes in Foswiki 1.1.10 (This release) + +Foswiki 1.1.10 is a compatibility release for sites unable to upgrade to Foswiki 2.0. It contains fixes for Perl and CPAN compatibility issues that can +arise after a system upgrade. It also contains backports of important Foswiki 2.0 features necessary for compatibility with extensions released for Foswiki +2.0. + +This release refreshes all default extensions to the version shipped with +Foswiki 2.0, with the exception of TopicUserMappingContrib and PatternSkin. +The new version of these extensions are not compatible with Foswiki 1.1. + +Foswiki 1.1.10 does *not* contain fixes for other known security issues. Upgrade to the latest Foswiki release is strongly recommended. + +---++ Important changes in Foswiki 1.1.9 Release 1.1.9 fixes a number of important bugs. Several are security related and we strongly recommend that sites upgrade to this release. * The =%TOPICLIST%= macro now omits topics that cannot be read by the user. Foswiki should not reveal the presence of topics to users who don't have the authority to view the topic. @@ -1956,6 +1970,31 @@ to your =bin/LocalLib.cfg=. | [[%BUGS%/Item12518][Item12518]] | add support for jquery-2.x without disturbing oldIEs. | | [[%BUGS%/Item12519][Item12519]] | upgrade superfish to latest version. | | [[%BUGS%/Item12600][Item12600]] | minor changes to jquery components. | + +#Rel01x01x10Details +---++ Foswiki Patch Release 1.1.10 Details + +---++ Fixes + +| [[%BUGS%/Item12001][Item12001]] | Configure installs extension multiple times. | +| [[%BUGS%/Item12832][Item12832]] | Unhelpful error message for app using save script | +| [[%BUGS%/Item13775][Item13775]] | CGI::Param called in list context - Workaround for Foswiki 1.1. | +| [[%BUGS%/Item13776][Item13776]] | Perl 5.20 - 5.23 compatibility fixes for Fosiwiki 1.1. | +| [[%BUGS%/Item13778][Item13778]] | CGI -any pragma deprecated. Backport fixes to Foswiki 1.1 | +| [[%BUGS%/Item13786][Item13786]] | Implemement wildcard ACLs into 1.1.10. | +| [[%BUGS%/Item13789][Item13789]] | Backport CLI fix for 1.1.x, AllowLoginName blocks admin CLI access. | + +---++ Enhancements + +| [[%BUGS%/Item13777][Item13777]] | Backport URLPARAM encode and SEARCH decode changes from Foswiki 2.0. | +| [[%BUGS%/Item13790][Item13790]] | Backport i18n for extensions to 1.1.x. | +| [[%BUGS%/Item13791][Item13791]] | Backport CSS classes in script/link/style elements in zones for 1.1.x. | +| [[%BUGS%/Item13792][Item13792]] | Backport profiling api in Request.pm to 1.1.x. | +| [[%BUGS%/Item13793][Item13793]] | backport %CALCULATE macro and other SpreadSheetPlugin features for 1.1.x | +| [[%BUGS%/Item13794][Item13794]] | Backport fix to REST not to try to strike-one-validate when called from CLI. | +| [[%BUGS%/Item13842][Item13842]] | Backport Foswiki::Tables::* modules into Release 1.1. | +| [[%BUGS%/Item13844][Item13844]] | Sync master branch extensions into Release01x01 branch. | +