@@ -79,6 +79,7 @@ The table below shows which release corresponds to each branch, and what date th
79
79
- [ #1841 ] [ 1841 ] Add colored_traceback
80
80
- [ #1839 ] [ 1839 ] run_in_new_terminal now creates a runner script if given a list or tuple
81
81
- [ #1833 ] [ 1833 ] Add pwnlib.filesystem module
82
+ - [ #1852 ] [ 1852 ] Fix ` atexit ` on Python 3
82
83
83
84
[ 1261 ] : https://github.com/Gallopsled/pwntools/pull/1261
84
85
[ 1695 ] : https://github.com/Gallopsled/pwntools/pull/1695
@@ -88,24 +89,15 @@ The table below shows which release corresponds to each branch, and what date th
88
89
[ 1757 ] : https://github.com/Gallopsled/pwntools/pull/1757
89
90
[ 1758 ] : https://github.com/Gallopsled/pwntools/pull/1758
90
91
[ 1780 ] : https://github.com/Gallopsled/pwntools/pull/1780
91
- <<<<<<< HEAD
92
-
93
92
[ 1941 ] : https://github.com/Gallopsled/pwntools/pull/1941
94
-
95
- =======
96
- [ 1941 ] : https://github.com/Gallopsled/pwntools/pull/1941
97
- >>>>>>> stable
98
93
[ 1811 ] : https://github.com/Gallopsled/pwntools/pull/1811
99
94
[ 1827 ] : https://github.com/Gallopsled/pwntools/pull/1827
100
95
[ 1841 ] : https://github.com/Gallopsled/pwntools/pull/1841
101
96
[ 1839 ] : https://github.com/Gallopsled/pwntools/pull/1839
102
97
[ 1833 ] : https://github.com/Gallopsled/pwntools/pull/1833
98
+ [ 1852 ] : https://github.com/Gallopsled/pwntools/pull/1852
103
99
104
- <<<<<<< HEAD
105
- ## 4.4.0 (` beta ` )
106
- =======
107
100
## 4.4.0 (` stable ` )
108
- >>>>>>> stable
109
101
110
102
- [ #1541 ] [ 1541 ] Use ` context.newline ` for tubes by default
111
103
- [ #1602 ] [ 1602 ] Fix bytes handling in ssh tubes
@@ -151,7 +143,6 @@ The table below shows which release corresponds to each branch, and what date th
151
143
152
144
## 4.3.1
153
145
154
- - [ #1852 ] [ 1852 ] Fix ` atexit ` on Python 3
155
146
- [ #1732 ] [ 1732 ] Fix shellcraft SSTI vulnerability (first major pwntools vuln!)
156
147
157
148
[ 1732 ] : https://github.com/Gallopsled/pwntools/pull/1732
0 commit comments