@@ -9,10 +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.14 .0] ( #4140 -dev ) | ` dev ` |
13
- | [ 4.13 .0] ( #4130 -beta ) | ` beta ` |
14
- | [ 4.12.1 ] ( #4121 ) | |
15
- | [ 4.12.0] ( #4120-stable ) | ` stable ` | Feb 22, 2024
12
+ | [ 4.15 .0] ( #4150 -dev ) | ` dev ` |
13
+ | [ 4.14 .0] ( #4140 -beta ) | ` beta ` |
14
+ | [ 4.13.0 ] ( #4130-stable ) | ` stable ` | Aug 12, 2024
15
+ | [ 4.12.0] ( #4120 ) | | Feb 22, 2024
16
16
| [ 4.11.1] ( #4111 ) | | Nov 14, 2023
17
17
| [ 4.11.0] ( #4110 ) | | Sep 15, 2023
18
18
| [ 4.10.0] ( #4100 ) | | May 21, 2023
@@ -70,7 +70,11 @@ The table below shows which release corresponds to each branch, and what date th
70
70
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
71
71
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
72
72
73
- ## 4.14.0 (` dev ` )
73
+ ## 4.15.0 (` dev ` )
74
+
75
+
76
+
77
+ ## 4.14.0 (` beta ` )
74
78
75
79
- [ #2356 ] [ 2356 ] Add local libc database provider for libcdb
76
80
- [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
@@ -114,7 +118,7 @@ The table below shows which release corresponds to each branch, and what date th
114
118
[ 2435 ] : https://github.com/Gallopsled/pwntools/pull/2435
115
119
[ 2437 ] : https://github.com/Gallopsled/pwntools/pull/2437
116
120
117
- ## 4.13.0 (` beta ` )
121
+ ## 4.13.0 (` stable ` )
118
122
119
123
- [ #2242 ] [ 2242 ] Term module revamp: activating special handling of terminal only when necessary
120
124
- [ #2277 ] [ 2277 ] elf: Resolve more relocations into GOT entries
@@ -144,6 +148,8 @@ The table below shows which release corresponds to each branch, and what date th
144
148
- [ #2268 ] [ 2268 ] Add a ` flatten ` argument to ` ssh.libs `
145
149
- [ #2347 ] [ 2347 ] Fix/workaround Unicorn Engine 1GB limit that calls exit()
146
150
- [ #2233 ] [ 2233 ] Fix gdb.debug: exe parameter now respected, allow empty argv
151
+ - [ #2373 ] [ 2373 ] Fix displaying bright color variation in terminal output
152
+ - [ #2378 ] [ 2378 ] Don't go though a shell in ` gdb.debug `
147
153
148
154
[ 2242 ] : https://github.com/Gallopsled/pwntools/pull/2242
149
155
[ 2277 ] : https://github.com/Gallopsled/pwntools/pull/2277
@@ -170,16 +176,10 @@ The table below shows which release corresponds to each branch, and what date th
170
176
[ 2268 ] : https://github.com/Gallopsled/pwntools/pull/2268
171
177
[ 2347 ] : https://github.com/Gallopsled/pwntools/pull/2347
172
178
[ 2233 ] : https://github.com/Gallopsled/pwntools/pull/2233
173
-
174
- ## 4.12.1
175
-
176
- - [ #2373 ] [ 2373 ] Fix displaying bright color variation in terminal output
177
- - [ #2378 ] [ 2378 ] Don't go though a shell in ` gdb.debug `
178
-
179
179
[ 2373 ] : https://github.com/Gallopsled/pwntools/pull/2373
180
180
[ 2378 ] : https://github.com/Gallopsled/pwntools/pull/2378
181
181
182
- ## 4.12.0 ( ` stable ` )
182
+ ## 4.12.0
183
183
184
184
- [ #2202 ] [ 2202 ] Fix ` remote ` and ` listen ` in sagemath
185
185
- [ #2117 ] [ 2117 ] Add -p (--prefix) and -s (--separator) arguments to ` hex ` command
0 commit comments