summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-11-08 09:46:55 +0000
committergodzilla80@gmx.net <>2009-11-08 09:46:55 +0000
commit3a1b2a22406e1e9f7312e417cdc551e0928700d1 (patch)
tree86c6f507ac6a64b1009b4fd75171c450579f4a23 /HISTORY
parent5d08e2fcf92c48d7111fc5f0ff29e4cf88e14070 (diff)
Fix Issue #184 - THttpResponse doesn't support custom Content-Type headers, remove charset part of header if THttpResponse.Charset=false
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3272f185..26f82b3a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
Version 3.1.7 To be released
BUG: Issue#166 - E_NOTICE level error in TDataGatewayCommand (Carl)
BUG: Issue#157 - Enabled does not work properly on TActiveRadioButton/CheckBoxList controls (Bradley, Carl)
+EHN: Issue#184 - THttpResponse doesn't support custom Content-Type headers, remove charset part of header if THttpResponse.Charset=false (Yves)
BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christophe)
BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe)
BUG: Typo in TBoundColumn (Robin)