diff --git a/MailerContrib/data/System/MailerContrib.txt b/MailerContrib/data/System/MailerContrib.txt index dff347e364..3956e64693 100644 --- a/MailerContrib/data/System/MailerContrib.txt +++ b/MailerContrib/data/System/MailerContrib.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" comment="" date="1514044811" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" comment="" date="1515465502" format="1.1" version="1"}% %META:TOPICPARENT{name="Contribs"}% ---+!! Mailer Contrib @@ -274,10 +274,11 @@ Many thanks to the following sponsors for supporting this work: | Copyright ©: | 2004, Wind River Systems; 2009-2014 Foswiki Contributors | | Change History: | | -| 2.85 (23 Dec 2017) | Foswiki 2.1.5 Foswikitask:Item14554: remove link to unused wikiring.com domain.
\ +| 2.85 (8 Jan 2018) | Foswiki 2.1.5 Foswikitask:Item14554: remove link to unused wikiring.com domain.
\ Foswikitask:Item13350: Mailnotify appears to skip notification of some changes.
\ Foswikitask:Item14446: Unwritable =work_area= results in mega-spam.
\ - Foswikitask:Item14588: mailnotify fills debug log with errors about "surprising mapping" and "missing mapping". | + Foswikitask:Item14588: mailnotify fills debug log with errors about "surprising mapping" and "missing mapping".
\ + Foswikitask:Item14590: missing closing tag in html diff of mailnotify. | | 2.84 (8 Feb 2017) | Foswiki 2.1.3 Minor file permissions changes | | 2.83 (15 Nov 2016) | Foswikitask:Item13936: Allow From: address of emails to be separately configured
\ Foswikitask:Item14216: mailnotify fails with "Wide character in print" | @@ -323,5 +324,5 @@ Many thanks to the following sponsors for supporting this work: %META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}% %META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}% %META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}% -%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="" date="1514044811" size="11437" user="ProjectContributor" version="1"}% -%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1514044811" size="1343" user="ProjectContributor" version="1"}% +%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="" date="1515465502" size="11437" user="ProjectContributor" version="1"}% +%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1515465502" size="1343" user="ProjectContributor" version="1"}% diff --git a/MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm b/MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm index d91fec2000..5ed95ac279 100644 --- a/MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm +++ b/MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm @@ -30,7 +30,7 @@ use Foswiki::Contrib::MailerContrib::UpData (); # Also change Version/Release in Plugins/MailerContrib.pm our $VERSION = '2.85'; -our $RELEASE = '23 Dec 2017'; +our $RELEASE = '8 Jan 2018'; our $SHORTDESCRIPTION = 'Supports email notification of changes'; # PROTECTED STATIC ensure the contrib is internally initialised diff --git a/core/data/System/ReleaseNotes02x01.txt b/core/data/System/ReleaseNotes02x01.txt index d48a4293a7..8c8606d10a 100644 --- a/core/data/System/ReleaseNotes02x01.txt +++ b/core/data/System/ReleaseNotes02x01.txt @@ -1,6 +1,6 @@ -%META:TOPICINFO{author="ProjectContributor" date="1514044811" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1515465502" format="1.1" version="1"}% %META:TOPICPARENT{name="ReleaseHistory"}% ----+!! Foswiki Release 2.1.5-Beta2 +---+!! Foswiki Release 2.1.5-RC %TWISTY{showlink="Table of Contents..." hidelink="hide TOC"}% %TOC% @@ -56,7 +56,7 @@ Foswiki is released under the GNU General Public License. * Foswiki 2.1.2 was built on 02 May 2016. It is a release that contains 1 fix. * Foswiki 2.1.3 was built on 12 Feb 2017. It is a release that contains 68 fixes and 21 enhancements. * Foswiki 2.1.4 was built on 31 May 2017. It is a release that contains 31 fixes. - * Foswiki 2.1.5-RC was built on xx Dec 2017. It is a release that contains 39 fixes and 5 enhancements. + * Foswiki 2.1.5-RC was built on 9 Jan 2018. It is a release that contains 42 fixes and 5 enhancements. ---++ Pre-installed Extensions @@ -103,7 +103,7 @@ _agent_. This is only valid when using HTTP authentication. The REST and JSONRPC ---+++ Running Foswiki on a Windows based web server -This release fixes a critical error that prevented Foswiki from being installed on Windows. Foswiki mistakenly used a reserved filename for +This release fixes a critical error that prevented Foswiki from being installed on Windows. Foswiki mistakenly used a reserved filename for a module which blocked installaion on Windows. This has been corrected in this release. ---++ Important changes in Foswiki 2.1.3 @@ -585,6 +585,9 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel | [[%BUGS%/Item14584][Item14584]] | jquery.wikiword changed interpretation of source parameter in a incompatible way. | | [[%BUGS%/Item14586][Item14586]] | Blinking scrollbar in natedit caused by incorrect window height. | | [[%BUGS%/Item14588][Item14588]] | mailnotify fills debug log with errors about "surprising mapping" and "missing mapping". | +| [[%BUGS%/Item14589][Item14589]] | Invalid help link when editing topic preferences. | +| [[%BUGS%/Item14590][Item14590]] | Missing closing tag in html diff of mailnotify. | +| [[%BUGS%/Item14591][Item14591]] | Store fails to read old revisions with RcsWrap store, if .txt file is modified. | ---+++ Enhancements