diff --git a/CHANGELOG.md b/CHANGELOG.md index ee60841c6..22493e5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,28 @@ To be released on Mar 31, 2018. [5fdc08]: https://github.com/Gallopsled/pwntools/commit/5fdc08 [63dfed]: https://github.com/Gallopsled/pwntools/commit/63dfed +## 3.12.1 + +- [#1159][1159] Fix check for `/proc/.../status` +- [#1162][1162] Fix broken package versions +- [#1150][1150] Fix exception raised when a cache file is missing +- [#1156][1156] Fix ROP gadget selection logic involving `int` and `syscall` instructions +- [#1152][1152] Fix QEMU LD_PREFIX calculation (wrong parameter passed) +- [#1155][1155] Use Ubuntu Trusty for all CI builds +- [#1131][1131] Add "libc-" to libc prefixes in `process` tubes +- [#1125][1125] Fix a typo +- [#1121][1121] Fix tests which were broken by an upstream Sphinx change + +[1159]: https://github.com/Gallopsled/pwntools/pull/1159 +[1162]: https://github.com/Gallopsled/pwntools/pull/1162 +[1150]: https://github.com/Gallopsled/pwntools/pull/1150 +[1156]: https://github.com/Gallopsled/pwntools/pull/1156 +[1152]: https://github.com/Gallopsled/pwntools/pull/1152 +[1155]: https://github.com/Gallopsled/pwntools/pull/1155 +[1131]: https://github.com/Gallopsled/pwntools/pull/1131 +[1125]: https://github.com/Gallopsled/pwntools/pull/1125 +[1121]: https://github.com/Gallopsled/pwntools/pull/1121 + ## 3.12.0 - [#1083][1083] Better error messages for `gdb` when `LD_PRELOAD` is incorrect