@@ -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
- | [ 4.2.0] ( #420 ) | ` dev ` | Feb 10, 2020 (planned)
13
- | [ 4.1.0] ( #410 ) | ` beta ` | Jan 30, 2020 (planned)
14
- | [ 4.0.1] ( #401 ) | ` stable ` | Jan 22, 2020
12
+ | [ 4.3.0] ( #430 ) | ` dev ` | Jun 30, 2020 (planned)
13
+ | [ 4.2.0] ( #420 ) | ` beta ` | May 30, 2020 (planned)
14
+ | [ 4.1.0] ( #410 ) | ` stable ` | May 8, 2020
15
+ | [ 4.0.1] ( #401 ) | | Jan 22, 2020
15
16
| [ 4.0.0] ( #400 ) | | Jan 09, 2020
16
17
| [ 3.13.0] ( #3130 ) | | Nov 5, 2019
17
18
| [ 3.12.1] ( #3121 ) | | Sept 17, 2018
@@ -46,13 +47,23 @@ The table below shows which release corresponds to each branch, and what date th
46
47
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
47
48
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
48
49
49
- ## 4.2 .0 (` dev ` )
50
+ ## 4.3 .0 (` dev ` )
50
51
51
- To be released on Feb 10 , 2020.
52
+ To be released on Jun 30 , 2020.
52
53
53
- ## 4.1 .0 (` beta ` )
54
+ ## 4.2 .0 (` beta ` )
54
55
55
- To be released on Jan 30, 2020.
56
+ To be released on May 30, 2020.
57
+
58
+ - #1436 Add ret2dlresolve automation
59
+ - [ fecf9f] tubes.ssh.process() no longer requires python 2 installed on remote (still requires python, though)
60
+ - Miscellanous improvements to DynElf and fmtstr leaker (see examples/fmtstr/exploit2.py)
61
+ - #1454 Support for windows console colors
62
+
63
+ [ fecf9f ] : http://github.com/Gallopsled/pwntols/commit/fecf9f
64
+
65
+
66
+ ## 4.1.0 (` stable ` )
56
67
57
68
- [ #1316 ] [ 1316 ] Fix connect shellcraft in python 3
58
69
- [ #1323 ] [ 1323 ] Fix issues related with debugging
@@ -64,7 +75,7 @@ To be released on Jan 30, 2020.
64
75
[ 1241 ] : https://github.com/Gallopsled/pwntools/pulls/1218
65
76
[ 1218 ] : https://github.com/Gallopsled/pwntools/pulls/1218
66
77
67
- ## 4.0.1 ( ` stable ` )
78
+ ## 4.0.1
68
79
69
80
- [ #1412 ] [ 1412 ] ` recvline_pred() ` and similar do not reorder data
70
81
- Bypass unicorn-engine/unicorn #1100 and unicorn-engine/unicorn #1170 requiring unstable package
0 commit comments