summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2011-05-08 07:45:27 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2011-05-08 07:45:27 (GMT)
commit60cbfcd62a1d8c81b01342f302df4d06a1ae0cb2 (patch)
tree6f2e785043f726b8eb8f0fe8a37840029a0def3b /CHANGES
parentc50711be6be8b679d5e2b2a9849ced1665134268 (diff)
downloadcv2pdb-60cbfcd62a1d8c81b01342f302df4d06a1ae0cb2.zip
cv2pdb-60cbfcd62a1d8c81b01342f302df4d06a1ae0cb2.tar.gz
cv2pdb-60cbfcd62a1d8c81b01342f302df4d06a1ae0cb2.tar.bz2
* fixed decoding of compressed symbols
* added command line switch * fixed crash with more than 32767 types
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5f21471..3a198b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
This is the CHANGES file for cv2pdb, a
converter of DMD CodeView debug information to PDB files
-Copyright (c) 2009 by Rainer Schuetze, All Rights Reserved
+Copyright (c) 2009-2010 by Rainer Schuetze, All Rights Reserved
Version history
---------------
@@ -133,8 +133,20 @@ Version history
* fixed error with nested types longer than 255 characters
* more fixes for names longer than 300 characters
-2010-12-03 Version 0.19
+2010-12-10 Version 0.19
* now converting only class pointers to references, not pointers to structs or void
* changed default D-version to 2.043 to create correct associative array type
information for recent compilers by default
+
+2010-12-30 Version 0.20
+
+ * fixed another issue with user defined type names longer than 300 characters
+ * now corrects the debug info when dmc/optlink emits multiple struct definitions,
+ but only one UDT record.
+
+2010-05-08 Version 0.21
+
+ * fixed decoding of compressed symbols
+ * added command line switch
+ * fixed crash with more than 32767 types