@@ -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.6.0] ( #460 ) | ` dev ` | May 29, 2020 (planned)
13
- | [ 4.5.0] ( #450 ) | ` beta ` | Apr 29, 2020 (planned)
14
- | [ 4.4.0] ( #440 ) | ` stable ` | Mar 29, 2020
12
+ | [ 4.7.0] ( #470 ) | ` dev ` | May 29, 2020 (planned)
13
+ | [ 4.6.0] ( #460 ) | ` beta ` | May 29, 2020 (planned)
14
+ | [ 4.5.0] ( #450 ) | ` stable ` | Apr 30, 2020
15
+ | [ 4.4.0] ( #440 ) | | Mar 29, 2020
15
16
| [ 4.3.1] ( #431 ) | | Nov 29, 2020
16
17
| [ 4.3.0] ( #430 ) | | Oct 20, 2020
17
18
| [ 4.2.0] ( #420 ) | | Jul 3, 2020
@@ -58,7 +59,11 @@ The table below shows which release corresponds to each branch, and what date th
58
59
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
59
60
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
60
61
62
+ <<<<<<< HEAD
61
63
## 4.6.0 (` dev ` )
64
+ =======
65
+ ## 4.7.0 (` dev ` )
66
+ >>>>>>> stable
62
67
63
68
- [ #1429 ] [ 1429 ] Add a mechanism for ret2csu (originally #1138 )
64
69
- [ #1566 ] [ 1566 ] Add ` ignore_config ` argument to ` pwnlib.tubes.ssh ` and improve ` allow_agent ` implementation
@@ -80,7 +85,33 @@ The table below shows which release corresponds to each branch, and what date th
80
85
[ 1776 ] : https://github.com/Gallopsled/pwntools/pull/1776
81
86
[ 1846 ] : https://github.com/Gallopsled/pwntools/pull/1846
82
87
88
+ <<<<<<< HEAD
83
89
## 4.5.0 (` beta ` )
90
+ =======
91
+ ## 4.6.0 (` beta ` )
92
+
93
+ - [ #1429 ] [ 1429 ] Add a mechanism for ret2csu (originally #1138 )
94
+ - [ #1566 ] [ 1566 ] Add ` ignore_config ` argument to ` pwnlib.tubes.ssh ` and improve ` allow_agent ` implementation
95
+ - [ #1652 ] [ 1652 ] Add ` process.readmem ` and ` process.writemem `
96
+ - [ #1739 ] [ 1739 ] Add/fix shellcraft.linux.kill() / shellcraft.linux.killparent()
97
+ - [ #1746 ] [ 1746 ] Prefer Python3 over Python2 for spawning remote processes over SSH
98
+ - [ #1751 ] [ 1751 ] Fix process() with executable relative to cwd
99
+ - [ #1753 ] [ 1753 ] major change: less unconditional imports in pwnlib
100
+ - [ #1776 ] [ 1776 ] mips: do not use $t0 temporary variable in dupio
101
+ - [ #1846 ] [ 1846 ] support launching GDB in more different terminals
102
+
103
+ [ 1429 ] : https://github.com/Gallopsled/pwntools/pull/1429
104
+ [ 1566 ] : https://github.com/Gallopsled/pwntools/pull/1566
105
+ [ 1652 ] : https://github.com/Gallopsled/pwntools/pull/1652
106
+ [ 1739 ] : https://github.com/Gallopsled/pwntools/pull/1739
107
+ [ 1746 ] : https://github.com/Gallopsled/pwntools/pull/1746
108
+ [ 1751 ] : https://github.com/Gallopsled/pwntools/pull/1751
109
+ [ 1753 ] : https://github.com/Gallopsled/pwntools/pull/1753
110
+ [ 1776 ] : https://github.com/Gallopsled/pwntools/pull/1776
111
+ [ 1846 ] : https://github.com/Gallopsled/pwntools/pull/1846
112
+
113
+ ## 4.5.0 (` stable ` )
114
+ >>>>>>> stable
84
115
85
116
- [ #1261 ] [ 1261 ] Misc ` run_in_new_terminal ` improvements (notably gdb terminated by default)
86
117
- [ #1695 ] [ 1695 ] Allow using GDB Python API
@@ -115,7 +146,7 @@ The table below shows which release corresponds to each branch, and what date th
115
146
[ 1833 ] : https://github.com/Gallopsled/pwntools/pull/1833
116
147
[ 1852 ] : https://github.com/Gallopsled/pwntools/pull/1852
117
148
118
- ## 4.4.0 ( ` stable ` )
149
+ ## 4.4.0
119
150
120
151
- [ #1541 ] [ 1541 ] Use ` context.newline ` for tubes by default
121
152
- [ #1602 ] [ 1602 ] Fix bytes handling in ssh tubes
0 commit comments