Skip to content

Commit

Permalink
Documentation update for v12.1.0 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Mar 9, 2022
1 parent 8b400af commit 14d9d44
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 5 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Change Log

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

- Correctly handle DWARF subroutines during parallel parsing ([1215](https://github.com/dyninst/dyninst/issues/1215))
- Docker: simplify build script ([1212](https://github.com/dyninst/dyninst/issues/1212))
- Make a couple constant 64-bit ULL to avoid getting truncated during shifts ([1207](https://github.com/dyninst/dyninst/issues/1207))
- Docker: use more OS packages ([1211](https://github.com/dyninst/dyninst/issues/1211))
- Fix potential buffer overrun in AMDGPU decoders ([1208](https://github.com/dyninst/dyninst/issues/1208))
- Code clean up for AMDGPU ([1205](https://github.com/dyninst/dyninst/issues/1205))
- Tidy up classes in AMDGPU ([1204](https://github.com/dyninst/dyninst/issues/1204))
- Fix compiler warnings in amdgpu cdna2 code ([1198](https://github.com/dyninst/dyninst/issues/1198))
- Build fixes for amdgpu/cdna2 ([1203](https://github.com/dyninst/dyninst/issues/1203))
- Add Support for AMDGPU CDNA2 Architectures based on XML ISA spec ([1107](https://github.com/dyninst/dyninst/issues/1107))
- fix building of symlite ([1197](https://github.com/dyninst/dyninst/issues/1197))
- Additional cleanup of memory emulation for hybrid analysis ([1172](https://github.com/dyninst/dyninst/issues/1172))
- Allow zero-length ELF program headers ([1192](https://github.com/dyninst/dyninst/issues/1192))
- Remove dead code and variables related to Symtab::data_ptr_ and Symtab::code_ptr_ ([1192](https://github.com/dyninst/dyninst/issues/1192))
- Remove dead code Object::elf_vaddr_to_ptr ([1192](https://github.com/dyninst/dyninst/issues/1192))
- glibc r_debug extensions to support multiple namespaces ([1175](https://github.com/dyninst/dyninst/issues/1175))
- Symtab::module documentation cleanup ([1189](https://github.com/dyninst/dyninst/issues/1189))
- Dockerfile: use explicit packages for 'spack external find' ([1195](https://github.com/dyninst/dyninst/issues/1195))
- ParseAPI: Speed up the case where a function is called from many locations ([1190](https://github.com/dyninst/dyninst/issues/1190))
- ELF+DWARF: always parse first entry in source file table ([1184](https://github.com/dyninst/dyninst/issues/1184))
- Remove interposed definition of _r_debug ([1176](https://github.com/dyninst/dyninst/issues/1176))
- start of work to add automated testing to dyninst! ([1183](https://github.com/dyninst/dyninst/issues/1183))
- adding dyninst release trigger ([1181](https://github.com/dyninst/dyninst/issues/1181))
- fixing workflow trigger ([1182](https://github.com/dyninst/dyninst/issues/1182))
- Adding first stage of automated docker build ([1180](https://github.com/dyninst/dyninst/issues/1180))
- Remove erroneous use of realloc in symtabAPI/Type-mem.h ([1170](https://github.com/dyninst/dyninst/issues/1170))
- Clean up memoryTracker usage in binaryEdit ([877](https://github.com/dyninst/dyninst/issues/877))


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

**Build Changes**
Expand Down
4 changes: 2 additions & 2 deletions 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 1)
set (DYNINST_MINOR_VERSION 1)
set (DYNINST_PATCH_VERSION 0)

set (SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set (LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
Expand Down
4 changes: 2 additions & 2 deletions common/doc/manual_frontpage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
% };

\node [anchor=west,font=\sffamily] (rel1) at ($(origin)+(0.75in,-5.0in)$)
{\fontsize{24}{32}\selectfont 12.0 Release};
{\fontsize{24}{32}\selectfont 12.1 Release};
\node [anchor=west,font=\sffamily] (rel2) at ($(rel1.west)+(0in,-32pt)$)
{\fontsize{24}{32}\selectfont November 2021};
{\fontsize{24}{32}\selectfont March 2022};

% Contact information
% \matrix (UWaddress) [%
Expand Down
Binary file modified dataflowAPI/doc/dataflowAPI.pdf
Binary file not shown.
Binary file modified dynC_API/doc/dynC_API.pdf
Binary file not shown.
Binary file modified dyninstAPI/doc/dyninstAPI.docx
Binary file not shown.
Binary file modified dyninstAPI/doc/dyninstAPI.pdf
Binary file not shown.
Binary file modified instructionAPI/doc/instructionAPI.pdf
Binary file not shown.
Binary file modified parseAPI/doc/parseAPI.pdf
Binary file not shown.
Binary file modified patchAPI/doc/patchAPI.pdf
Binary file not shown.
Binary file modified proccontrol/doc/proccontrol.docx
Binary file not shown.
Binary file modified proccontrol/doc/proccontrol.pdf
Binary file not shown.
Binary file modified stackwalk/doc/stackwalk.pdf
Binary file not shown.
Binary file modified symtabAPI/doc/symtabAPI.pdf
Binary file not shown.

0 comments on commit 14d9d44

Please sign in to comment.