@@ -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.15.0] ( #4150-dev ) | ` dev ` |
13
- | [ 4.14.0] ( #4140-beta ) | ` beta ` |
14
- | [ 4.13.1] ( #4131-stable ) | ` stable ` | Sep 29, 2024
12
+ | [ 5.0.0] ( #500-dev ) | ` dev ` |
13
+ | [ 4.15.0] ( #4150-beta ) | ` beta ` |
14
+ | [ 4.14.0] ( #4140-stable ) | ` stable ` | Jan 15, 2025
15
+ | [ 4.13.1] ( #4131 ) | | Sep 29, 2024
15
16
| [ 4.13.0] ( #4130 ) | | Aug 12, 2024
16
17
| [ 4.12.0] ( #4120 ) | | Feb 22, 2024
17
18
| [ 4.11.1] ( #4111 ) | | Nov 14, 2023
@@ -71,8 +72,11 @@ The table below shows which release corresponds to each branch, and what date th
71
72
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
72
73
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
73
74
74
- ## 4.15.0 (` dev ` )
75
- - [ #2508 ] [ 2508 ] Ignore a warning when compiling with asm
75
+ ## 5.0.0 (` dev ` )
76
+
77
+
78
+ ## 4.15.0 (` beta ` )
79
+ - [ #2508 ] [ 2508 ] Ignore a warning when compiling with asm on nix
76
80
- [ #2471 ] [ 2471 ] Properly close spawned kitty window
77
81
- [ #2358 ] [ 2358 ] Cache output of ` asm() `
78
82
- [ #2457 ] [ 2457 ] Catch exception of non-ELF files in checksec.
@@ -108,7 +112,7 @@ The table below shows which release corresponds to each branch, and what date th
108
112
[ 2476 ] : https://github.com/Gallopsled/pwntools/pull/2476
109
113
[ 2364 ] : https://github.com/Gallopsled/pwntools/pull/2364
110
114
111
- ## 4.14.0 (` beta ` )
115
+ ## 4.14.0 (` stable ` )
112
116
113
117
- [ #2356 ] [ 2356 ] Add local libc database provider for libcdb
114
118
- [ #2360 ] [ 2360 ] Add offline parameter for ` search_by_hash ` series function
@@ -130,6 +134,7 @@ The table below shows which release corresponds to each branch, and what date th
130
134
- [ #2382 ] [ 2382 ] added optional port, gdb_args and gdbserver_args parameters to gdb.debug()
131
135
- [ #2435 ] [ 2435 ] Speed up gdbserver handshake in gdb.debug()
132
136
- [ #2436 ] [ 2436 ] Add resolution_addr parameter to Ret2dlresolvePayload
137
+ - [ #2497 ] [ 2497 ] Fix remote.fromsocket() to handle AF_INET6 socket
133
138
134
139
[ 2436 ] : https://github.com/Gallopsled/pwntools/pull/2436
135
140
[ 2371 ] : https://github.com/Gallopsled/pwntools/pull/2371
@@ -151,14 +156,9 @@ The table below shows which release corresponds to each branch, and what date th
151
156
[ 2382 ] : https://github.com/Gallopsled/pwntools/pull/2382
152
157
[ 2435 ] : https://github.com/Gallopsled/pwntools/pull/2435
153
158
[ 2437 ] : https://github.com/Gallopsled/pwntools/pull/2437
154
-
155
- ## 4.13.2
156
-
157
- - [ #2497 ] [ 2497 ] Fix remote.fromsocket() to handle AF_INET6 socket
158
-
159
159
[ 2497 ] : https://github.com/Gallopsled/pwntools/pull/2497
160
160
161
- ## 4.13.1 ( ` stable ` )
161
+ ## 4.13.1
162
162
163
163
- [ #2445 ] [ 2445 ] Fix parsing the PLT on Windows
164
164
- [ #2466 ] [ 2466 ] Fix PLT emulation with Unicorn 2.1.0
0 commit comments