Skip to content

Commit

Permalink
Documentation updates for 12.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Haines authored and hainest committed Nov 23, 2021
1 parent e6b1883 commit 91ede1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [12.0.1](https://github.com/dyninst/dyninst/tree/v12.0.0) (2021-11-23)
[Full Changelog](https://github.com/dyninst/dyninst/compare/v12.0.0...v12.0.1)

**Build Changes**

- Remove NVIDIA external line map configure check ([1162](https://github.com/dyninst/dyninst/issues/1162))
- Increase minimum elfutils version to 0.186 ([1161](https://github.com/dyninst/dyninst/issues/1161))
- Add conflict with CMake 3.19.0 ([1153](https://github.com/dyninst/dyninst/issues/1153))

**Enhancements**

- Refactor dwarfWalker::findConst ([1160](https://github.com/dyninst/dyninst/issues/1160))
- Add readable name for Symtab::typeRef ([1157](https://github.com/dyninst/dyninst/issues/1157))
- DwarfWalker: clean up interfaces for findDieName and findName ([1154](https://github.com/dyninst/dyninst/issues/1154))

## [12.0.0](https://github.com/dyninst/dyninst/tree/v12.0.0) (2021-11-11)
[Full Changelog](https://github.com/dyninst/dyninst/compare/v11.0.1...v12.0.0)

Expand Down
2 changes: 1 addition & 1 deletion cmake/shared.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set (DYNINST_MAJOR_VERSION 12)
set (DYNINST_MINOR_VERSION 0)
set (DYNINST_PATCH_VERSION 0)
set (DYNINST_PATCH_VERSION 1)

set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
Expand Down

0 comments on commit 91ede1f

Please sign in to comment.