summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-11-26 14:53:30 +0000
committerxue <>2006-11-26 14:53:30 +0000
commit78bf7247e37a3bc15cbc604c5b2255de2f65c8f8 (patch)
tree3791229d8da9551002fb33ab099c327bfbeec05f /HISTORY
parentac4ff394ca872f73fdb303f41edee09d12f962ec (diff)
Fixed the bug that global state was not saved when redirect() is invoked
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 562590c5..8f4e9088 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ Version 3.0.6 December 4, 2006
BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang)
BUG: Ticket#467 - typo in TUrlMapping.php (Qiang)
BUG: TTableCell should render &nbsp; only when Text is not set and there's no child (Qiang)
+BUG: global state was not saved when redirect() is invoked (Qiang)
ENH: Ticket#446 - Added TMetaTagCollection.getMetaTagByID method (Qiang)
CHG: Ticket#437 - __autoload is replaced by spl_autoload_register (Qiang)
CHG: Ticket#454 - Redundant PHP Version Check (Qiang)