Skip to content

Commit

Permalink
bump version and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Aug 9, 2016
1 parent 6e3db44 commit 12694e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 0.37
VERSION = 0.38

0 comments on commit 12694e9

Please sign in to comment.