@@ -11,7 +11,8 @@ The table below shows which release corresponds to each branch, and what date th
11
11
| ---------------- | -------- | ---------------------- |
12
12
| [ 4.15.0] ( #4150-dev ) | ` dev ` |
13
13
| [ 4.14.0] ( #4140-beta ) | ` beta ` |
14
- | [ 4.13.0] ( #4130-stable ) | ` stable ` | Aug 12, 2024
14
+ | [ 4.13.1] ( #4131-stable ) | ` stable ` | Sep 29, 2024
15
+ | [ 4.13.0] ( #4130 ) | | Aug 12, 2024
15
16
| [ 4.12.0] ( #4120 ) | | Feb 22, 2024
16
17
| [ 4.11.1] ( #4111 ) | | Nov 14, 2023
17
18
| [ 4.11.0] ( #4110 ) | | Sep 15, 2023
@@ -72,7 +73,17 @@ The table below shows which release corresponds to each branch, and what date th
72
73
73
74
## 4.15.0 (` dev ` )
74
75
76
+ - [ #2471 ] [ 2471 ] Properly close spawned kitty window
77
+ - [ #2358 ] [ 2358 ] Cache output of ` asm() `
78
+ - [ #2457 ] [ 2457 ] Catch exception of non-ELF files in checksec.
79
+ - [ #2444 ] [ 2444 ] Add ` ELF.close() ` to release resources
80
+ - [ #2413 ] [ 2413 ] libcdb: improve the search speed of ` search_by_symbol_offsets ` in local libc-database
75
81
82
+ [ 2471 ] : https://github.com/Gallopsled/pwntools/pull/2471
83
+ [ 2358 ] : https://github.com/Gallopsled/pwntools/pull/2358
84
+ [ 2457 ] : https://github.com/Gallopsled/pwntools/pull/2457
85
+ [ 2444 ] : https://github.com/Gallopsled/pwntools/pull/2444
86
+ [ 2413 ] : https://github.com/Gallopsled/pwntools/pull/2413
76
87
77
88
## 4.14.0 (` beta ` )
78
89
@@ -118,7 +129,7 @@ The table below shows which release corresponds to each branch, and what date th
118
129
[ 2435 ] : https://github.com/Gallopsled/pwntools/pull/2435
119
130
[ 2437 ] : https://github.com/Gallopsled/pwntools/pull/2437
120
131
121
- ## 4.13.1
132
+ ## 4.13.1 ( ` stable ` )
122
133
123
134
- [ #2445 ] [ 2445 ] Fix parsing the PLT on Windows
124
135
- [ #2466 ] [ 2466 ] Fix PLT emulation with Unicorn 2.1.0
@@ -131,7 +142,7 @@ The table below shows which release corresponds to each branch, and what date th
131
142
[ 2467 ] : https://github.com/Gallopsled/pwntools/pull/2467
132
143
[ 2469 ] : https://github.com/Gallopsled/pwntools/pull/2469
133
144
134
- ## 4.13.0 ( ` stable ` )
145
+ ## 4.13.0
135
146
136
147
- [ #2242 ] [ 2242 ] Term module revamp: activating special handling of terminal only when necessary
137
148
- [ #2277 ] [ 2277 ] elf: Resolve more relocations into GOT entries
0 commit comments