From 76eb7eb7bc27d8aaddfc7b1203f94e130d8385f9 Mon Sep 17 00:00:00 2001 From: MichaelDaum Date: Fri, 1 Jul 2022 10:58:54 +0200 Subject: [PATCH] Item13883: updated release notes --- core/data/System/ReleaseHistory.txt | 4 ++-- core/data/System/ReleaseNotes02x01.txt | 3 ++- core/lib/Foswiki.pm | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/data/System/ReleaseHistory.txt b/core/data/System/ReleaseHistory.txt index 1f99112ac..73cc30e72 100644 --- a/core/data/System/ReleaseHistory.txt +++ b/core/data/System/ReleaseHistory.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1655897630" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1656665895" format="1.1" version="1"}% %META:TOPICPARENT{name="AdminDocumentationCategory"}% %STARTINCLUDE% @@ -10,7 +10,7 @@ The complete timeline of Foswiki Releases. Foswiki was forked from TWiki 4.2.4 a ---++ Foswiki Release 2.1.8 - XX XXX 2022 -Foswiki 2.1.8 contains 25 fixes, including 1 critical security related fix. +Foswiki 2.1.8 contains 26 fixes, including 1 critical security related fix. ---++ Foswiki Release 2.1.7 - 28 Mar 2022 diff --git a/core/data/System/ReleaseNotes02x01.txt b/core/data/System/ReleaseNotes02x01.txt index e20ec5386..9fe01041b 100644 --- a/core/data/System/ReleaseNotes02x01.txt +++ b/core/data/System/ReleaseNotes02x01.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1655897553" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1656665895" format="1.1" version="1"}% %META:TOPICPARENT{name="ReleaseHistory"}% ---+!! Release Notes 2.1.x @@ -846,6 +846,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel | [[%BUGS%/Item15147][Item15147]] | in spec files, all {Module} settings are expert level | | [[%BUGS%/Item15148][Item15148]] | core's RELEASE and VERSION scheme should follow standards established in skins and extensions | | [[%BUGS%/Item15149][Item15149]] | improve perl doc renderer | +| [[%BUGS%/Item15153][Item15153]] | report version numbers not release strings exploring installed extensions in configure | | [[%BUGS%/Item9012][Item9012]] | make TwistyPlugin's =mode= attributes more meaningful | diff --git a/core/lib/Foswiki.pm b/core/lib/Foswiki.pm index 085457c2e..63b6ebccb 100644 --- a/core/lib/Foswiki.pm +++ b/core/lib/Foswiki.pm @@ -212,7 +212,7 @@ BEGIN { # DO NOT CHANGE THE FORMAT OF $VERSION. # Use $RELEASE for a descriptive version. use version 0.77; $VERSION = version->declare('v2.1.8'); - $RELEASE = '17 Jun 2022'; + $RELEASE = '01 Jul 2022'; # Default handlers for different %TAGS% # Where an entry is set as 'undef', the tag will be demand-loaded