WebGUI 3.2.1 release

This commit is contained in:
JT Smith 2002-02-11 21:14:00 +00:00
parent cb88a99e52
commit 2fbbe1ad28
4 changed files with 61 additions and 54 deletions

View file

@ -7,6 +7,14 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
3.2.1
--------------------------------------------------------------------
* We released a faulty upgrade script with 3.2.0. If happened to be
one of the unlucky people who upgraded to 3.2.0, apply 3.2.1
immediately. If you didn't upgrade to 3.2.0 then all your
upgrades will appear normal. If you installed 3.2.0 from
scratch then DO NOT EVER apply the 3.2.1 upgrade!
3.2.0
--------------------------------------------------------------------
* You need to get two new Perl modules before you upgrade. Those

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "3.2.0";
our $VERSION = "3.2.1";
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2002 Plain Black Software.