From b5486f776f14873f499da7130e4277b418f4eb41 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 6 Sep 2004 23:29:28 +0000 Subject: [PATCH] preparing for 6.2.2 bugfix cycle --- docs/changelog/6.x.x.txt | 4 ++++ docs/previousVersion.sql | 2 +- docs/upgrades/upgrade_6.2.1-6.2.2.sql | 2 ++ lib/WebGUI.pm | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/upgrades/upgrade_6.2.1-6.2.2.sql diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c8ba7d1e8..b21f4a4fa 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,3 +1,7 @@ +6.2.2 + + + 6.2.1 - Fixed a GUID quoting bug in WebGUI.pm setCollateral. - Fixed all sorts of GUID related bugs in the Forums. diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index e7e04a89a..61202102e 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -3093,7 +3093,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('6.2.0','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('6.2.1','initial install',unix_timestamp()); -- -- Table structure for table `wobject` diff --git a/docs/upgrades/upgrade_6.2.1-6.2.2.sql b/docs/upgrades/upgrade_6.2.1-6.2.2.sql new file mode 100644 index 000000000..79dfb6d8e --- /dev/null +++ b/docs/upgrades/upgrade_6.2.1-6.2.2.sql @@ -0,0 +1,2 @@ +insert into webguiVersion values ('6.2.1','upgrade',unix_timestamp()); + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 54cf92472..7166c62d2 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "6.2.1"; +our $VERSION = "6.2.2"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2004 Plain Black Corporation.