From 7b721558aa650573691e311b8f589058e5fb7a92 Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Sun, 28 Dec 2008 22:40:15 +0000 Subject: [PATCH] Item590: Preparing 1.0.0 beta2 git-svn-id: http://svn.foswiki.org/trunk@1633 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- core/data/System/ReleaseNotes01x00.txt | 7 ++++--- core/lib/Foswiki.pm | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/data/System/ReleaseNotes01x00.txt b/core/data/System/ReleaseNotes01x00.txt index cceb40ade3..d14b489da6 100755 --- a/core/data/System/ReleaseNotes01x00.txt +++ b/core/data/System/ReleaseNotes01x00.txt @@ -5,12 +5,14 @@ ---++ Introduction -Foswiki Release 1.0.0 - Beta 1. +Foswiki Release 1.0.0 - Beta 2. ----- -*Note this is the first beta release of Foswiki 1.0.0. It is not recommended for production use* +*Note this is the second beta release of Foswiki 1.0.0. It is not recommended for production use* + +Beta 1 had a couple of severe bugs and one security issue (A newly registered user had his password copied to his home page). Therefore this beta 2 so shortly after. The purpose of this beta is @@ -293,7 +295,6 @@ Since the fork of Foswiki happened while TWiki 4.2.3 was the current release, we | [[%BUGS%/Item6108][Item6108]] | add docco for customising the registration emails. | | [[%BUGS%/Item67][Item67]] | Any topic that contains a webform that does not exist, causes the topic to be uneditable. | | [[%BUGS%/Item94][Item94]] | SubscribePlugin trips up on missing _alert() | - ---++ Enhancements diff --git a/core/lib/Foswiki.pm b/core/lib/Foswiki.pm index cc6177925c..b8b9f4e13c 100644 --- a/core/lib/Foswiki.pm +++ b/core/lib/Foswiki.pm @@ -161,7 +161,7 @@ BEGIN { # DO NOT CHANGE THE FORMAT OF $VERSION # Automatically expanded on checkin of this module $VERSION = '$Date$ $Rev$ '; - $RELEASE = 'Foswiki-1.0.0-beta1'; + $RELEASE = 'Foswiki-1.0.0-beta2'; $VERSION =~ s/^.*?\((.*)\).*: (\d+) .*?$/$RELEASE, $1, build $2/; # Default handlers for different %TAGS%