@@ -9,11 +9,12 @@ 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.7.0] ( #470 ) | ` dev ` |
13
- | [ 4.6.0] ( #460 ) | ` beta ` |
14
- | [ 4.5.1] ( #451 ) | ` stable ` | May 30, 2020
15
- | [ 4.5.0] ( #450 ) | | Apr 30, 2020
16
- | [ 4.4.0] ( #440 ) | | Mar 29, 2020
12
+ | [ 4.8.0] ( #480 ) | ` dev ` |
13
+ | [ 4.7.0] ( #470 ) | ` beta ` |
14
+ | [ 4.6.0] ( #460 ) | ` stable ` | Jul 12, 2021
15
+ | [ 4.5.1] ( #451 ) | | May 30, 2021
16
+ | [ 4.5.0] ( #450 ) | | Apr 30, 2021
17
+ | [ 4.4.0] ( #440 ) | | Mar 29, 2021
17
18
| [ 4.3.1] ( #431 ) | | Nov 29, 2020
18
19
| [ 4.3.0] ( #430 ) | | Oct 20, 2020
19
20
| [ 4.2.0] ( #420 ) | | Jul 3, 2020
@@ -60,7 +61,11 @@ The table below shows which release corresponds to each branch, and what date th
60
61
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
61
62
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
62
63
63
- ## 4.7.0 (` dev ` )
64
+ ## 4.8.0 (` dev ` )
65
+
66
+
67
+
68
+ ## 4.7.0 (` beta ` )
64
69
65
70
- [ #1733 ] [ 1733 ] Update libc headers -> more syscalls available!
66
71
- [ #1876 ] [ 1876 ] add ` self.message ` and change ` sys.exc_type ` to ` sys.exec_info() ` in PwnlibException
@@ -86,7 +91,7 @@ The table below shows which release corresponds to each branch, and what date th
86
91
[ 1906 ] : https://github.com/Gallopsled/pwntools/pull/1906
87
92
[ 1921 ] : https://github.com/Gallopsled/pwntools/pull/1921
88
93
89
- ## 4.6.0 (` beta ` )
94
+ ## 4.6.0 (` stable ` )
90
95
91
96
- [ #1429 ] [ 1429 ] Add a mechanism for ret2csu (originally #1138 )
92
97
- [ #1566 ] [ 1566 ] Add ` ignore_config ` argument to ` pwnlib.tubes.ssh ` and improve ` allow_agent ` implementation
@@ -108,9 +113,9 @@ The table below shows which release corresponds to each branch, and what date th
108
113
[ 1776 ] : https://github.com/Gallopsled/pwntools/pull/1776
109
114
[ 1846 ] : https://github.com/Gallopsled/pwntools/pull/1846
110
115
111
- ## 4.5.1 ( ` stable ` )
116
+ ## 4.5.1
112
117
113
- - [ #1902 ] [ 1902 ] Always specify -F and -P for tmux in run_in_new_termianl
118
+ - [ #1902 ] [ 1902 ] Always specify -F and -P for tmux in ` run_in_new_terminal `
114
119
115
120
[ 1902 ] : https://github.com/Gallopsled/pwntools/pull/1902
116
121
0 commit comments