@@ -11,7 +11,8 @@ The table below shows which release corresponds to each branch, and what date th
11
11
| ---------------- | -------- | ---------------------- |
12
12
| [ 4.9.0] ( #490 ) | ` dev ` |
13
13
| [ 4.8.0] ( #480 ) | ` beta ` |
14
- | [ 4.7.0] ( #470 ) | ` stable ` | Nov 15, 2021
14
+ | [ 4.7.1] ( #471 ) | ` stable ` | Apr 20, 2022
15
+ | [ 4.7.0] ( #470 ) | | Nov 15, 2021
15
16
| [ 4.6.0] ( #460 ) | | Jul 12, 2021
16
17
| [ 4.5.1] ( #451 ) | | May 30, 2021
17
18
| [ 4.5.0] ( #450 ) | | Apr 30, 2021
@@ -64,7 +65,15 @@ The table below shows which release corresponds to each branch, and what date th
64
65
65
66
## 4.9.0 (` dev ` )
66
67
68
+ - [ #2011 ] [ 2011 ] Fix tube's debug output of same byte compression
69
+ - [ #2023 ] [ 2023 ] Support KDE Konsole in run_in_new_terminal function
70
+ - [ #2027 ] [ 2027 ] Fix ELF.libc_start_main_return with glibc 2.34
71
+ - [ #2035 ] [ 2035 ] Change Buffer's parent class to object
67
72
73
+ [ 2011 ] : https://github.com/Gallopsled/pwntools/pull/2011
74
+ [ 2023 ] : https://github.com/Gallopsled/pwntools/pull/2023
75
+ [ 2027 ] : https://github.com/Gallopsled/pwntools/pull/2027
76
+ [ 2035 ] : https://github.com/Gallopsled/pwntools/pull/2035
68
77
69
78
## 4.8.0 (` beta ` )
70
79
@@ -80,9 +89,20 @@ The table below shows which release corresponds to each branch, and what date th
80
89
81
90
## 4.7.1 (` stable ` )
82
91
92
+ - [ #1784 ] [ 1784 ] Use temporary cache directory when persistent cache cannot be used
83
93
- [ #1973 ] [ 1973 ] ELF symbols can be looked up by bytes values
94
+ - several bugfixes ([ #2012 ] [ 2012 ] , [ #2031 ] [ 2031 ] , [ #1912 ] [ 1912 ] , [ #1961 ] [ 1961 ] ,
95
+ [ #2007 ] [ 2007 ] , [ #2040 ] [ 2040 ] , [ #2051 ] [ 2051 ] )
84
96
97
+ [ 1784 ] : https://github.com/Gallopsled/pwntools/pull/1784
98
+ [ 1912 ] : https://github.com/Gallopsled/pwntools/pull/1912
99
+ [ 1961 ] : https://github.com/Gallopsled/pwntools/pull/1961
85
100
[ 1973 ] : https://github.com/Gallopsled/pwntools/pull/1973
101
+ [ 2007 ] : https://github.com/Gallopsled/pwntools/pull/2007
102
+ [ 2012 ] : https://github.com/Gallopsled/pwntools/pull/2012
103
+ [ 2031 ] : https://github.com/Gallopsled/pwntools/pull/2031
104
+ [ 2040 ] : https://github.com/Gallopsled/pwntools/pull/2040
105
+ [ 2051 ] : https://github.com/Gallopsled/pwntools/pull/2051
86
106
87
107
## 4.7.0
88
108
0 commit comments