summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2016-08-09 06:31:31 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2016-08-09 06:31:31 (GMT)
commit12694e906933b1dc57d8026e4d0a4363530cf92b (patch)
tree46013e0fcfc4c05cc4101b5bc1ae89976347bd07
parent6e3db44adbb111903913c1ee85c46fe2303b4d08 (diff)
downloadcv2pdb-12694e906933b1dc57d8026e4d0a4363530cf92b.zip
cv2pdb-12694e906933b1dc57d8026e4d0a4363530cf92b.tar.gz
cv2pdb-12694e906933b1dc57d8026e4d0a4363530cf92b.tar.bz2
bump version and document changesv0.38
-rw-r--r--CHANGES8
-rw-r--r--VERSION2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 954697a..f43678d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -232,3 +232,11 @@ unreleased Version 0.22
* DWARF: improved support for gcc 4.9.0 and clang 3.6
* DWARF: support debug_frame (CFA) and debug_loc (for frame base) for better support for locals
* write correct machine type for x64 to PDB
+
+2016-08-09 Version 0.38
+
+ * allow anonymous typedefs
+ * cv2pdb now builds as x64 application
+ * truncate symbols that are to long
+ * do not uncompress names in field lists
+ * copy symbol unmodified if uncompression fails
diff --git a/VERSION b/VERSION
index 0e6dea7..8e95da0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION = 0.37
+VERSION = 0.38