@@ -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.9.0] ( #490 ) | ` dev ` |
13
- | [ 4.8.0] ( #480 ) | ` beta ` |
14
- | [ 4.7.1] ( #471 ) | ` stable ` | Apr 20, 2022
12
+ | [ 4.10.0] ( #4100 ) | ` dev ` |
13
+ | [ 4.9.0] ( #490 ) | ` beta ` |
14
+ | [ 4.8.0] ( #480 ) | ` stable ` | Apr 21, 2022
15
+ | [ 4.7.1] ( #471 ) | | Apr 20, 2022
15
16
| [ 4.7.0] ( #470 ) | | Nov 15, 2021
16
17
| [ 4.6.0] ( #460 ) | | Jul 12, 2021
17
18
| [ 4.5.1] ( #451 ) | | May 30, 2021
@@ -63,19 +64,31 @@ The table below shows which release corresponds to each branch, and what date th
63
64
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
64
65
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
65
66
66
- ## 4.9 .0 (` dev ` )
67
+ ## 4.10 .0 (` dev ` )
67
68
69
+
70
+
71
+ ## 4.9.0 (` beta ` )
72
+
73
+ - [ #1975 ] [ 1975 ] Add libcdb commandline tool
74
+ - [ #1979 ] [ 1979 ] Add ` js_escape() ` and ` js_unescape() ` to ` util.fiddling `
68
75
- [ #2011 ] [ 2011 ] Fix tube's debug output of same byte compression
69
76
- [ #2023 ] [ 2023 ] Support KDE Konsole in run_in_new_terminal function
70
77
- [ #2027 ] [ 2027 ] Fix ELF.libc_start_main_return with glibc 2.34
78
+ - [ #2033 ] [ 2033 ] Quote file and core path in generated GDB script
71
79
- [ #2035 ] [ 2035 ] Change Buffer's parent class to object
80
+ - [ #2037 ] [ 2037 ] Allow SSH tunnel to be treated like a TCP socket (with 'raw=True')
72
81
82
+ [ 1975 ] : https://github.com/Gallopsled/pwntools/pull/1975
83
+ [ 1979 ] : https://github.com/Gallopsled/pwntools/pull/1979
73
84
[ 2011 ] : https://github.com/Gallopsled/pwntools/pull/2011
74
85
[ 2023 ] : https://github.com/Gallopsled/pwntools/pull/2023
75
86
[ 2027 ] : https://github.com/Gallopsled/pwntools/pull/2027
87
+ [ 2033 ] : https://github.com/Gallopsled/pwntools/pull/2033
76
88
[ 2035 ] : https://github.com/Gallopsled/pwntools/pull/2035
89
+ [ 2037 ] : https://github.com/Gallopsled/pwntools/pull/2037
77
90
78
- ## 4.8.0 (` beta ` )
91
+ ## 4.8.0 (` stable ` )
79
92
80
93
- [ #1922 ] [ 1922 ] Fix logic in ` wait_for_debugger `
81
94
- [ #1828 ] [ 1828 ] libcdb: Load debug info and unstrip libc binary
@@ -87,7 +100,7 @@ The table below shows which release corresponds to each branch, and what date th
87
100
[ 1939 ] : https://github.com/Gallopsled/pwntools/pull/1939
88
101
[ 1981 ] : https://github.com/Gallopsled/pwntools/pull/1981
89
102
90
- ## 4.7.1 ( ` stable ` )
103
+ ## 4.7.1
91
104
92
105
- [ #1784 ] [ 1784 ] Use temporary cache directory when persistent cache cannot be used
93
106
- [ #1973 ] [ 1973 ] ELF symbols can be looked up by bytes values
0 commit comments