Skip to content

Commit 1b21f7a

Browse files
committed
Release 4.12.0beta1
2 parents d643a33 + 2e09b7d commit 1b21f7a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
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
@@ -70,9 +70,12 @@ The table below shows which release corresponds to each branch, and what date th
7070

7171
## 4.13.0 (`dev`)
7272

73+
- [#2281][2281] FIX: Getting right amount of data for search fix
7374

75+
[2281]: https://github.com/Gallopsled/pwntools/pull/2281
7476

7577
## 4.12.0 (`beta`)
78+
7679
- [#2202][2202] Fix `remote` and `listen` in sagemath
7780
- [#2117][2117] Add -p (--prefix) and -s (--separator) arguments to `hex` command
7881
- [#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
9497
- [#2271][2271] FIX: Generated shebang with path to python invalid if path contains spaces
9598
- [#2272][2272] Fix `tube.clean_and_log` not logging buffered data
9699
- [#2281][2281] FIX: Getting right amount of data for search fix
100+
- [#2287][2287] Fix `_countdown_handler` not invoking `timeout_change`
97101
- [#2294][2294] Fix atexit SEGV in aarch64 loader
98102

99103
[2271]: https://github.com/Gallopsled/pwntools/pull/2271
100104
[2272]: https://github.com/Gallopsled/pwntools/pull/2272
101105
[2281]: https://github.com/Gallopsled/pwntools/pull/2281
106+
[2287]: https://github.com/Gallopsled/pwntools/pull/2287
102107
[2294]: https://github.com/Gallopsled/pwntools/pull/2294
103108

104109
## 4.11.0

pwnlib/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.12.0beta0'
1+
__version__ = '4.12.0beta1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
sys.exit(-1)
6464

6565
setup(
66-
version = '4.12.0beta0',
66+
version = '4.12.0beta1',
6767
data_files = [('pwntools-doc',
6868
glob.glob('*.md') + glob.glob('*.txt')),
6969
],

0 commit comments

Comments
 (0)