@@ -11,7 +11,8 @@ The table below shows which release corresponds to each branch, and what date th
11
11
| ---------------- | -------- | ---------------------- |
12
12
| [ 3.9.0] ( #390 ) | ` dev ` | Sep 8, 2017 (planned)
13
13
| [ 3.8.0] ( #380 ) | ` beta ` | Jul 28, 2017 (planned)
14
- | [ 3.7.0] ( #370 ) | ` stable ` | Jun 19, 2017
14
+ | [ 3.7.1] ( #371 ) | ` stable ` | Jul 14, 2017
15
+ | [ 3.7.0] ( #370 ) | | Jun 19, 2017
15
16
| [ 3.6.1] ( #361 ) | | May 12, 2017
16
17
| [ 3.6.0] ( #360 ) | | May 8, 2017
17
18
| [ 3.5.1] ( #351 ) | | Apr 15, 2017
@@ -45,17 +46,23 @@ To be released on Jul 28, 2017.
45
46
- [ #981 ] [ 981 ] Fixed RELRO detection logic
46
47
- [ #986 ] [ 986 ] Enhancements to DynELF for controlling usage of LibcDB
47
48
48
- [ 981 ] : https://github.com/Gallopsled/pwntools/issues/981
49
- [ 986 ] : https://github.com/Gallopsled/pwntools/issues/986
49
+ [ 981 ] : https://github.com/Gallopsled/pwntools/pull/981
50
+ [ 986 ] : https://github.com/Gallopsled/pwntools/pull/986
51
+
52
+ ## 3.7.1
53
+
54
+ - [ #998 ] [ 998 ] Fix a bug where integer values could not be set in ` .pwn.conf ` .
55
+
56
+ [ 998 ] : https://github.com/Gallopsled/pwntools/pull/998
50
57
51
58
## 3.7.0
52
59
53
60
- [ #933 ] [ 933 ] DynELF works better with different base addresses
54
61
- [ #952 ] [ 952 ] A few small fixes were made to ` pwn template ` , and the CRC database was updated.
55
62
- [ 5c72d62c] [ 5c72d62c ] Updated the CRC database
56
63
57
- [ 933 ] : https://github.com/Gallopsled/pwntools/issues /933
58
- [ 952 ] : https://github.com/Gallopsled/pwntools/issues /952
64
+ [ 933 ] : https://github.com/Gallopsled/pwntools/pull /933
65
+ [ 952 ] : https://github.com/Gallopsled/pwntools/pull /952
59
66
[ 5c72d62c ] : https://github.com/Gallopsled/pwntools/commit/5c72d62c
60
67
61
68
## 3.6.1
0 commit comments