@@ -11,7 +11,7 @@ The table below shows which release corresponds to each branch, and what date th
11
11
| ---------------- | -------- | ---------------------- |
12
12
| [ 4.13.0] ( #4130-dev ) | ` dev ` |
13
13
| [ 4.12.0] ( #4120-beta ) | ` beta ` |
14
- | [ 4.11.1] ( #4111-stable ) | ` stable ` |
14
+ | [ 4.11.1] ( #4111-stable ) | ` stable ` | Nov 14, 2023
15
15
| [ 4.11.0] ( #4110 ) | | Sep 15, 2023
16
16
| [ 4.10.0] ( #4100 ) | | May 21, 2023
17
17
| [ 4.9.0] ( #490 ) | | Dec 29, 2022
@@ -70,9 +70,12 @@ The table below shows which release corresponds to each branch, and what date th
70
70
71
71
## 4.13.0 (` dev ` )
72
72
73
+ - [ #2281 ] [ 2281 ] FIX: Getting right amount of data for search fix
73
74
75
+ [ 2281 ] : https://github.com/Gallopsled/pwntools/pull/2281
74
76
75
77
## 4.12.0 (` beta ` )
78
+
76
79
- [ #2202 ] [ 2202 ] Fix ` remote ` and ` listen ` in sagemath
77
80
- [ #2117 ] [ 2117 ] Add -p (--prefix) and -s (--separator) arguments to ` hex ` command
78
81
- [ #2221 ] [ 2221 ] Add shellcraft.sleep template wrapping SYS_nanosleep
@@ -94,11 +97,13 @@ The table below shows which release corresponds to each branch, and what date th
94
97
- [ #2271 ] [ 2271 ] FIX: Generated shebang with path to python invalid if path contains spaces
95
98
- [ #2272 ] [ 2272 ] Fix ` tube.clean_and_log ` not logging buffered data
96
99
- [ #2281 ] [ 2281 ] FIX: Getting right amount of data for search fix
100
+ - [ #2287 ] [ 2287 ] Fix ` _countdown_handler ` not invoking ` timeout_change `
97
101
- [ #2294 ] [ 2294 ] Fix atexit SEGV in aarch64 loader
98
102
99
103
[ 2271 ] : https://github.com/Gallopsled/pwntools/pull/2271
100
104
[ 2272 ] : https://github.com/Gallopsled/pwntools/pull/2272
101
105
[ 2281 ] : https://github.com/Gallopsled/pwntools/pull/2281
106
+ [ 2287 ] : https://github.com/Gallopsled/pwntools/pull/2287
102
107
[ 2294 ] : https://github.com/Gallopsled/pwntools/pull/2294
103
108
104
109
## 4.11.0
0 commit comments