Skip to content

Commit

Permalink
Item14281: Update releae notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jan 23, 2017
1 parent e193019 commit 01a2586
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
15 changes: 8 additions & 7 deletions UpdatesPlugin/data/System/UpdatesPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1437761267" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1485184197" format="1.1" version="1"}%
---+!! %TOPIC%
<img class="foswikiRight" src="%ATTACHURL%/logo.png">
%$SHORTDESCRIPTION%
Expand Down Expand Up @@ -66,6 +66,7 @@ to prevent disclosing them to the outside world.
This plugin was initially developed during a collaborative design and coding session at the 2011 Foswiki Camp.

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 1.02 (23 Jan 2017) | Foswikitask:Item14281: Cookie related changes. Inconsistent use of the domain and secure flags. |
| 1.01 (24 Jul 2015) | Foswikitask:Item13555: Compare VERSION not RELEASE strings.<br/>\
Foswikitask:Item13524: Plugin reports "0 extensions need update - too noisy |
| Dependencies: | %$DEPENDENCIES% |
Expand All @@ -76,12 +77,12 @@ This plugin was initially developed during a collaborative design and coding ses
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FIELD{name="Release" title="Release" value="%25$RELEASE%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; Foswiki Contributors 2011-2014"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; Foswiki Contributors 2011-2017"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/%25$ROOTMODULE%25"}%
%META:FILEATTACHMENT{name="logo.png" attr="h" comment="" date="1437761267" size="53676" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.js" attr="h" comment="" date="1437761267" size="2322" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.js.gz" attr="h" comment="" date="1437761267" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.uncompressed.js" attr="h" comment="" date="1437761267" size="4313" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Makefile" attr="h" comment="" date="1437761267" size="127" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="logo.png" attr="h" comment="" date="1485184197" size="53676" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.js" attr="h" comment="" date="1485184197" size="2322" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.js.gz" attr="h" comment="" date="1485184197" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.updates.uncompressed.js" attr="h" comment="" date="1485184197" size="4313" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Makefile" attr="h" comment="" date="1485184197" size="127" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions UpdatesPlugin/lib/Foswiki/Plugins/UpdatesPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# UpdatesPlugin is Copyright (C) 2011-2015 Foswiki Contributors
# UpdatesPlugin is Copyright (C) 2011-2017 Foswiki Contributors
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -20,8 +20,8 @@ use warnings;

use Foswiki::Func ();

our $VERSION = '1.01';
our $RELEASE = '1.01';
our $VERSION = '1.02';
our $RELEASE = '23 Jan 2017';
our $SHORTDESCRIPTION = 'Checks Foswiki.org for updates';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down
8 changes: 7 additions & 1 deletion core/data/System/ReleaseNotes02x01.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1482554511" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1485184197" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReleaseHistory"}%
---+!! Foswiki Release 2.1.3

Expand Down Expand Up @@ -103,6 +103,12 @@ would need to be changed to

See [[%BUGS%/Item14256][Item14256]] for more details.

---+++ Cookie changes

The optional configuration parameter ={Sessions}{CookieRealm}= now applies to all cookies generated by the Foswiki core. In addition, if your site is accessed
over HTTPS, all cooikes will now have the "Secure" flag set. In prior releases, only the Foswiki session cookie was covered. After upgrade to 2.1.3, users may
lose saved preferences if the cookie domain changes.

---+++ User Registration

The stored format of pending registrations has been changed to perl "Storable" in order to better support Unicode user names and other registration fields.
Expand Down

0 comments on commit 01a2586

Please sign in to comment.