Skip to content

Commit 904872e

Browse files
committed
Release 4.0.1
1 parent 7b072dc commit 904872e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The table below shows which release corresponds to each branch, and what date th
1111
| ---------------- | -------- | ---------------------- |
1212
| [4.2.0](#420) | `dev` | Feb 10, 2020 (planned)
1313
| [4.1.0](#410) | `beta` | Jan 30, 2020 (planned)
14-
| [4.0.0](#400) | `stable` | Jan 09, 2020
14+
| [4.0.1](#401) | `stable` | Jan 22, 2020
15+
| [4.0.0](#400) | | Jan 09, 2020
1516
| [3.13.0](#3130) | | Nov 5, 2019
1617
| [3.12.1](#3121) | | Sept 17, 2018
1718
| [3.12.0](#3120) | | Feb 22, 2018
@@ -63,7 +64,14 @@ To be released on Jan 30, 2020.
6364
[1241]: https://github.com/Gallopsled/pwntools/pulls/1218
6465
[1218]: https://github.com/Gallopsled/pwntools/pulls/1218
6566

66-
## 4.0.0 (`stable`)
67+
## 4.0.1 (`stable`)
68+
69+
- [#1412][1412] `recvline_pred()` and similar do not reorder data
70+
- Bypass unicorn-engine/unicorn#1100 and unicorn-engine/unicorn#1170 requiring unstable package
71+
72+
[1412]: https://github.com/Gallopsled/pwntools/pulls/1412
73+
74+
## 4.0.0
6775

6876
- **Python 3 support! <3**
6977
- [#1402][1402] Fix serialtube in python 3

pwnlib/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
name = 'pwntools',
8484
python_requires = '>=2.7',
8585
packages = find_packages(),
86-
version = '4.0.0',
86+
version = '4.0.1',
8787
data_files = [('',
8888
glob.glob('*.md') + glob.glob('*.txt')),
8989
],

0 commit comments

Comments
 (0)