Skip to content

Commit 2e09b7d

Browse files
committed
Release 4.11.1
1 parent 8d6dc0b commit 2e09b7d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The table below shows which release corresponds to each branch, and what date th
1111
| ---------------- | -------- | ---------------------- |
1212
| [4.13.0](#4130-dev) | `dev` |
1313
| [4.12.0](#4120-beta) | `beta` |
14-
| [4.11.1](#4111-stable) | `stable` |
14+
| [4.11.1](#4111-stable) | `stable` | Nov 14, 2023
1515
| [4.11.0](#4110) | | Sep 15, 2023
1616
| [4.10.0](#4100) | | May 21, 2023
1717
| [4.9.0](#490) | | Dec 29, 2022
@@ -69,8 +69,9 @@ The table below shows which release corresponds to each branch, and what date th
6969
| [2.2.0](#220) | | Jan 5, 2015
7070

7171
## 4.13.0 (`dev`)
72+
- [#2281][2281] FIX: Getting right amount of data for search fix
7273

73-
74+
[2281]: https://github.com/Gallopsled/pwntools/pull/2281
7475

7576
## 4.12.0 (`beta`)
7677
- [#2202][2202] Fix `remote` and `listen` in sagemath
@@ -94,11 +95,13 @@ The table below shows which release corresponds to each branch, and what date th
9495
- [#2271][2271] FIX: Generated shebang with path to python invalid if path contains spaces
9596
- [#2272][2272] Fix `tube.clean_and_log` not logging buffered data
9697
- [#2281][2281] FIX: Getting right amount of data for search fix
98+
- [#2287][2287] Fix `_countdown_handler` not invoking `timeout_change`
9799
- [#2294][2294] Fix atexit SEGV in aarch64 loader
98100

99101
[2271]: https://github.com/Gallopsled/pwntools/pull/2271
100102
[2272]: https://github.com/Gallopsled/pwntools/pull/2272
101103
[2281]: https://github.com/Gallopsled/pwntools/pull/2281
104+
[2287]: https://github.com/Gallopsled/pwntools/pull/2287
102105
[2294]: https://github.com/Gallopsled/pwntools/pull/2294
103106

104107
## 4.11.0

pwnlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.11.0'
1+
__version__ = '4.11.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
sys.exit(-1)
6262

6363
setup(
64-
version = '4.11.0',
64+
version = '4.11.1',
6565
data_files = [('pwntools-doc',
6666
glob.glob('*.md') + glob.glob('*.txt')),
6767
],

0 commit comments

Comments
 (0)