fixing bugs
preparing for 6.2.7 bugfix cycle
This commit is contained in:
parent
1835437de4
commit
b985eec1b1
9 changed files with 42 additions and 29 deletions
|
|
@ -1,3 +1,10 @@
|
|||
6.2.7
|
||||
- Expanded upon the help for URL extensions.
|
||||
- Added a workaround to a bug in Time::HiRes on windows.
|
||||
- bugfix [ 1038289 ] Performance problems with 6.2
|
||||
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
|
||||
|
||||
|
||||
6.2.6
|
||||
- Fixed a GUID bug in the Site Map wobject.
|
||||
- Removed debugging from the events calendar that should have been removed
|
||||
|
|
|
|||
|
|
@ -1934,7 +1934,7 @@ INSERT INTO USS_submission VALUES ('6','Look Great',1076705448,'Admin','3','<img
|
|||
|
||||
CREATE TABLE WSClient (
|
||||
wobjectId varchar(22) NOT NULL default '',
|
||||
call text NOT NULL,
|
||||
callMethod text,
|
||||
uri varchar(255) NOT NULL default '',
|
||||
proxy varchar(255) NOT NULL default '',
|
||||
preprocessMacros int(11) NOT NULL default '0',
|
||||
|
|
@ -3093,7 +3093,7 @@ CREATE TABLE webguiVersion (
|
|||
--
|
||||
|
||||
|
||||
INSERT INTO webguiVersion VALUES ('6.2.5','initial install',unix_timestamp());
|
||||
INSERT INTO webguiVersion VALUES ('6.2.6','initial install',unix_timestamp());
|
||||
|
||||
--
|
||||
-- Table structure for table `wobject`
|
||||
|
|
|
|||
3
docs/upgrades/upgrade_6.2.6-6.2.7.sql
Normal file
3
docs/upgrades/upgrade_6.2.6-6.2.7.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
insert into webguiVersion values ('6.2.7','upgrade',unix_timestamp());
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue