Skip to content

Commit 5e5d025

Browse files
authored
Merge branch 'master' into tdt-openwrt-username-password
2 parents 9afd432 + 307e426 commit 5e5d025

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGES.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
Change log
22
==========
33

4-
- Added dialup interface handling for openwrt backend.
5-
This change is backward incompatible for custom defined interfaces of the
6-
proto type ``other``.
4+
Version 0.9.0 [unreleased]
5+
--------------------------
6+
7+
- [change] **Potentially backward incompatible**:
8+
added support for dialup interfaces (ppp, pppoe, pppoa,
9+
3g, qmi, ncm, wwan, pptp, 6in4, aiccu or l2tp) to openwrt backend.
10+
This change is backward incompatible if the same type of configuration
11+
was achieved using a workaround, in these cases the configuration
12+
will have to be upgraded to use the new format.
13+
14+
Version 0.8.2 [2020-08-17]
15+
--------------------------
16+
17+
- [fix] Fixed bug in OpenWRT backend validation for ip_rules/src
718

819
Version 0.8.1 [2020-05-28]
920
--------------------------

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 8, 1, 'final')
1+
VERSION = (0, 8, 2, 'final')
22
__version__ = VERSION
33

44

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ coveralls
33
sphinx
44
sphinx_rtd_theme
55
# commit message style check
6-
openwisp-utils[qa]~=0.5.1
6+
openwisp-utils[qa]~=0.6.0

0 commit comments

Comments
 (0)