@@ -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,7 +64,11 @@ 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 ` )
68
+
69
+
70
+
71
+ ## 4.9.0 (` beta ` )
67
72
68
73
- [ #1975 ] [ 1975 ] Add libcdb commandline tool
69
74
- [ #1979 ] [ 1979 ] Add ` js_escape() ` and ` js_unescape() ` to ` util.fiddling `
@@ -83,7 +88,7 @@ The table below shows which release corresponds to each branch, and what date th
83
88
[ 2035 ] : https://github.com/Gallopsled/pwntools/pull/2035
84
89
[ 2037 ] : https://github.com/Gallopsled/pwntools/pull/2037
85
90
86
- ## 4.8.0 (` beta ` )
91
+ ## 4.8.0 (` stable ` )
87
92
88
93
- [ #1922 ] [ 1922 ] Fix logic in ` wait_for_debugger `
89
94
- [ #1828 ] [ 1828 ] libcdb: Load debug info and unstrip libc binary
@@ -95,7 +100,7 @@ The table below shows which release corresponds to each branch, and what date th
95
100
[ 1939 ] : https://github.com/Gallopsled/pwntools/pull/1939
96
101
[ 1981 ] : https://github.com/Gallopsled/pwntools/pull/1981
97
102
98
- ## 4.7.1 ( ` stable ` )
103
+ ## 4.7.1
99
104
100
105
- [ #1784 ] [ 1784 ] Use temporary cache directory when persistent cache cannot be used
101
106
- [ #1973 ] [ 1973 ] ELF symbols can be looked up by bytes values
0 commit comments