preparing for 7.3.16 bugfix cycle

This commit is contained in:
JT Smith 2007-04-25 16:51:26 +00:00
parent 83dd202b33
commit 1e4c50b890
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,7 @@
7.3.16
7.3.15 7.3.15
- Added more documentation to WebGUI.pm - Added more documentation to WebGUI.pm
- fix: modified Form/Textarea.pm to use -min versions of YUI javascript libraries in order to speed up page load times - fix: modified Form/Textarea.pm to use -min versions of YUI javascript libraries in order to speed up page load times

File diff suppressed because one or more lines are too long

View file

@ -32,7 +32,7 @@ use Apache2::Const -compile => qw(OK DECLINED NOT_FOUND DIR_MAGIC_TYPE);
use Apache2::ServerUtil (); use Apache2::ServerUtil ();
use LWP::MediaTypes qw(guess_media_type); use LWP::MediaTypes qw(guess_media_type);
our $VERSION = "7.3.15"; our $VERSION = "7.3.16";
our $STATUS = "stable"; our $STATUS = "stable";
#------------------------------------------------------------------- #-------------------------------------------------------------------