-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
144 lines (98 loc) · 2.14 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
CHANGES
=======
0.5.6
-----
* Added manual pages for \`ip\` and \`bridge\` command
0.5.5
-----
* Preserve compatibility with macOS Monterey
0.5.4
-----
* Fixed missing pbr installation dependency
0.5.3
-----
* Introducing PBR for versioning
0.5.2
-----
* Prevent empty Item/Items to raise exceptions
0.5.2.dev1
----------
* Fixed \`ip route\` host entry
0.5.1
-----
* Release 0.5.1
0.5.0
-----
* Release 0.5.0 including minor fixes
* Introducing data library
* Introduced \`bridge link show\` command
* Fix bridge/bond/member linking
* Fix extended flags representation
* Fix last interface pattern last line lost
* Simplified Ifconfig and IpAddress objects
* Start prerelease 0.5.0
* Added feature summary in README.md
0.4.3
-----
* Fix \`ip route show via ...\` with LLADDR in routes
0.4.2
-----
* Improved testing and CI automation
0.4.1
-----
* Fix valid\_lft/preferred\_lft type cast
0.4.0
-----
* Moved to object NUD, Route and Ifconfig
0.3.2
-----
* Introducing tests for vlan, feth, bridge, and bond
* Extended \`ip address\` and \`ip neigh\`
0.3.0
-----
* Implemented \`ip neigh show\` and \`flush\`
0.2.1
-----
* Added blackhole support for ip route add/del
0.2.0
-----
* Added iplink\_modify
* Initial implementation of iplink\_modify
* Moved global options to utils.py
* Aligned README.md
* Aligned README.md
0.1.7
-----
* Added \`ip route add|del|change|replace\`
0.1.6
-----
* Added \`ip route get\`
* Migrate from Flake8 to Ruff
0.1.5
-----
* Introducing ipaddress Library
* Moved to format string to improve readability
* Added "Contributing" chapter to README.md
* Python function restyle for strcmp() and matches()
* Fix syntax in README.md
0.1.4
-----
* Release version 0.1.4
* Release version 0.1.3
* Improved compatibility with iproute2 args
* Fix 'Device "dev" does not exist.'
* Sort list of addresses in ip addr (inet6 last)
* Added valid and preferred lifetime for inet6
* Fixed compatibility with Python <=3.9
* Initial implementation of \`ip route list\`
0.1.2
-----
* Rewrite ifconfig parser
0.1.1
-----
* Linted code and added github actions
0.1.0
-----
* Added README.md
* Initial implementation
* Initial commit