@@ -9,9 +9,10 @@ The table below shows which release corresponds to each branch, and what date th
9
9
10
10
| Version | Branch | Release Date |
11
11
| ---------------- | -------- | ---------------------- |
12
- | [ 3.8.0] ( #380 ) | ` dev ` | Jul 28, 2017 (planned)
13
- | [ 3.7.0] ( #370 ) | ` beta ` | Jun 17, 2017 (planned)
14
- | [ 3.6.1] ( #361 ) | ` stable ` | May 12, 2017
12
+ | [ 3.9.0] ( #390 ) | ` dev ` | Sep 8, 2017 (planned)
13
+ | [ 3.8.0] ( #380 ) | ` beta ` | Jul 28, 2017 (planned)
14
+ | [ 3.7.0] ( #370 ) | ` stable ` | Jun 19, 2017
15
+ | [ 3.6.1] ( #361 ) | | May 12, 2017
15
16
| [ 3.6.0] ( #360 ) | | May 8, 2017
16
17
| [ 3.5.1] ( #351 ) | | Apr 15, 2017
17
18
| [ 3.5.0] ( #350 ) | | Mar 26, 2017
@@ -33,17 +34,29 @@ The table below shows which release corresponds to each branch, and what date th
33
34
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
34
35
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
35
36
37
+ ## 3.9.0
38
+
39
+ To be released on Sep 8, 2017.
40
+
36
41
## 3.8.0
37
42
38
- To be on Jul 28, 2017.
43
+ To be released on Jul 28, 2017.
39
44
40
- ## 3.7.0
45
+ - [ #981 ] [ 981 ] Fixed RELRO detection logic
46
+ - [ #986 ] [ 986 ] Enhancements to DynELF for controlling usage of LibcDB
41
47
42
- To be on Jun 17, 2017.
48
+ [ 981 ] : https://github.com/Gallopsled/pwntools/issues/981
49
+ [ 986 ] : https://github.com/Gallopsled/pwntools/issues/986
50
+
51
+ ## 3.7.0
43
52
44
- As of May 4, 2017, there have been no new features or major notable changes since 3.6.0.
53
+ - [ #933 ] [ 933 ] DynELF works better with different base addresses
54
+ - [ #952 ] [ 952 ] A few small fixes were made to ` pwn template ` , and the CRC database was updated.
55
+ - [ 5c72d62c] [ 5c72d62c ] Updated the CRC database
45
56
46
- A few typos were fixed, a few Linux kernel configuration flags were added, and a few error messages were enhanced.
57
+ [ 933 ] : https://github.com/Gallopsled/pwntools/issues/933
58
+ [ 952 ] : https://github.com/Gallopsled/pwntools/issues/952
59
+ [ 5c72d62c ] : https://github.com/Gallopsled/pwntools/commit/5c72d62c
47
60
48
61
## 3.6.1
49
62
0 commit comments