summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-05 09:56:53 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-05 09:56:53 (GMT)
commit5f8ec64d826f844ccc5e5f5b8767545e305a6e81 (patch)
tree40c40ee8520b4c7130da473976c4190f03f60acb /CHANGES
parent890a9b3e4f9384f8937646d49848aa669f93ed8e (diff)
downloadcv2pdb-5f8ec64d826f844ccc5e5f5b8767545e305a6e81.zip
cv2pdb-5f8ec64d826f844ccc5e5f5b8767545e305a6e81.tar.gz
cv2pdb-5f8ec64d826f844ccc5e5f5b8767545e305a6e81.tar.bz2
v0.4: fix crash when long is used as index or element type of dynamic or associative arrays
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5728ff6..2a729a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,7 @@ Version history
* support for field type LF_VFUNCTAB and symbol type S_CONSTANT used by DMC.
* added stringview to autoexp.dat for full length text display.
-2009-06-01 Version 0.3
+2009-06-04 Version 0.3
* static members' debug info was not correctly converted, causing debugger confusion
* now works on executables compiled by DMC
@@ -28,3 +28,8 @@ Version history
* added fields __viewhelper to classes string and object
* new addin dviewhelper.dll to display correctly terminated strings
and derived object type
+
+2009-06-05 Version 0.4
+
+ * fixed crash when long is used as index or element type of dynamic or
+ associative arrays