@@ -9,9 +9,10 @@ The table below shows which release corresponds to each branch, and what date th
9
9
10
10
| Version | Branch | Release Date |
11
11
| ---------------- | -------- | ---------------------- |
12
- | [ 4.8.0] ( #480 ) | ` dev ` |
13
- | [ 4.7.0] ( #470 ) | ` beta ` |
14
- | [ 4.6.0] ( #460 ) | ` stable ` | Jul 12, 2021
12
+ | [ 4.9.0] ( #490 ) | ` dev ` |
13
+ | [ 4.8.0] ( #480 ) | ` beta ` |
14
+ | [ 4.7.0] ( #470 ) | ` stable ` | Nov 15, 2021
15
+ | [ 4.6.0] ( #460 ) | | Jul 12, 2021
15
16
| [ 4.5.1] ( #451 ) | | May 30, 2021
16
17
| [ 4.5.0] ( #450 ) | | Apr 30, 2021
17
18
| [ 4.4.0] ( #440 ) | | Mar 29, 2021
@@ -61,11 +62,23 @@ The table below shows which release corresponds to each branch, and what date th
61
62
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
62
63
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
63
64
64
- ## 4.8 .0 (` dev ` )
65
+ ## 4.9 .0 (` dev ` )
65
66
66
67
67
68
68
- ## 4.7.0 (` beta ` )
69
+ ## 4.8.0 (` beta ` )
70
+
71
+ - [ #1922 ] [ 1922 ] Fix logic in ` wait_for_debugger `
72
+ - [ #1828 ] [ 1828 ] libcdb: Load debug info and unstrip libc binary
73
+ - [ #1939 ] [ 1939 ] Fix error in validating log levels
74
+ - [ #1981 ] [ 1981 ] Fix ` cyclic_find() ` to make it work with large int values
75
+
76
+ [ 1922 ] : https://github.com/Gallopsled/pwntools/pull/1922
77
+ [ 1828 ] : https://github.com/Gallopsled/pwntools/pull/1828
78
+ [ 1939 ] : https://github.com/Gallopsled/pwntools/pull/1939
79
+ [ 1981 ] : https://github.com/Gallopsled/pwntools/pull/1981
80
+
81
+ ## 4.7.0 (` stable ` )
69
82
70
83
- [ #1733 ] [ 1733 ] Update libc headers -> more syscalls available!
71
84
- [ #1876 ] [ 1876 ] add ` self.message ` and change ` sys.exc_type ` to ` sys.exec_info() ` in PwnlibException
@@ -78,6 +91,7 @@ The table below shows which release corresponds to each branch, and what date th
78
91
- [ #1904 ] [ 1904 ] Add bash completion script
79
92
- [ #1906 ] [ 1906 ] Defer import of several modules to save on startup time
80
93
- [ #1921 ] [ 1921 ] Add basic support for the bare-metal ARM specific toolchain
94
+ - [ #1995 ] [ 1995 ] Add ` shellcraft.*.linux.cat2 ` , which uses alloc+read+write instead of sendfile
81
95
82
96
[ 1733 ] : https://github.com/Gallopsled/pwntools/pull/1733
83
97
[ 1876 ] : https://github.com/Gallopsled/pwntools/pull/1876
@@ -90,8 +104,9 @@ The table below shows which release corresponds to each branch, and what date th
90
104
[ 1904 ] : https://github.com/Gallopsled/pwntools/pull/1904
91
105
[ 1906 ] : https://github.com/Gallopsled/pwntools/pull/1906
92
106
[ 1921 ] : https://github.com/Gallopsled/pwntools/pull/1921
107
+ [ 1995 ] : https://github.com/Gallopsled/pwntools/pull/1995
93
108
94
- ## 4.6.0 ( ` stable ` )
109
+ ## 4.6.0
95
110
96
111
- [ #1429 ] [ 1429 ] Add a mechanism for ret2csu (originally #1138 )
97
112
- [ #1566 ] [ 1566 ] Add ` ignore_config ` argument to ` pwnlib.tubes.ssh ` and improve ` allow_agent ` implementation
0 commit comments