From 12694e906933b1dc57d8026e4d0a4363530cf92b Mon Sep 17 00:00:00 2001 From: Rainer Schuetze Date: Tue, 9 Aug 2016 08:31:31 +0200 Subject: bump version and document changes --- CHANGES | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v0.12