Skip to content

Commit d19f0bc

Browse files
committed
update CHANGELOG
1 parent 14893e7 commit d19f0bc

File tree

13 files changed

+84
-0
lines changed

13 files changed

+84
-0
lines changed

‎access_point_control/CHANGELOG.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package access_point_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
1.0.16 (2019-11-08)
69
-------------------
710

‎asmach/CHANGELOG.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package asmach
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* use 2to3 to convert print/except/raise/lambda for python3
9+
* Contributors: Kei Okada
10+
511
1.0.16 (2019-11-08)
612
-------------------
713

‎asmach_tutorials/CHANGELOG.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package asmach_tutorials
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
1.0.16 (2019-11-08)
69
-------------------
710

‎ddwrt_access_point/CHANGELOG.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ddwrt_access_point
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* use 2to3 to convert print/except/raise/lambda for python3
9+
* Contributors: Kei Okada
10+
511
1.0.16 (2019-11-08)
612
-------------------
713

‎hostapd_access_point/CHANGELOG.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package hostapd_access_point
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* use 2to3 to convert print/except/raise/lambda for python3
9+
* Contributors: Kei Okada
10+
511
1.0.16 (2019-11-08)
612
-------------------
713

‎ieee80211_channels/CHANGELOG.rst‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ieee80211_channels
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* L suffix is not allowed in python3
9+
* use 2to3 to convert print/except/raise/lambda for python3
10+
* Contributors: Kei Okada
11+
512
1.0.16 (2019-11-08)
613
-------------------
714

‎linksys_access_point/CHANGELOG.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package linksys_access_point
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* use 2to3 to convert print/except/raise/lambda for python3
9+
* Contributors: Kei Okada
10+
511
1.0.16 (2019-11-08)
612
-------------------
713

‎linux_networking/CHANGELOG.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package linux_networking
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
1.0.16 (2019-11-08)
69
-------------------
710

‎multi_interface_roam/CHANGELOG.rst‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Changelog for package multi_interface_roam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* fix explicit relative imports for both python2/3
9+
* add more from __future_\_ import print_function
10+
* add from __future_\_ import print_function for python3
11+
* add import multi_interface_roam. fix by https://github.com/PR2/linux_networking/pull/5
12+
* add from __future_\_ import print_function for python2
13+
* python3 uses import _thread
14+
* L suffix is not allowed in python3
15+
* use 2to3 to convert print/except/raise/lambda for python3
16+
* multi_interface_roam/package.xml: use format3 for python3
17+
* Revert "build/testing fixes for noetic compatibility (`#5 <https://github.com/pr2/linux_networking/issues/5>`_)" (`#7 <https://github.com/pr2/linux_networking/issues/7>`_)
18+
This reverts commit a0282c1c0cc1ca883694c074c5daff832cc429b1.
19+
* build/testing fixes for noetic compatibility (`#5 <https://github.com/pr2/linux_networking/issues/5>`_)
20+
* updated python scripts for python3 conventions (melodic/noetic compatibility)
21+
* added python-twisted-core as a test dependency
22+
* fixed python-twisted-core dependency for python3-twisted to make work with python3
23+
Co-authored-by: Michael Görner <me@v4hn.de>
24+
* Contributors: Dave Feil-Seifer, Kei Okada
25+
526
1.0.16 (2019-11-08)
627
-------------------
728
* Merge pull request `#4 <https://github.com/pr2/linux_networking/issues/4>`_ from k-okada/add_travis

‎network_control_tests/CHANGELOG.rst‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package network_control_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request `#6 <https://github.com/pr2/linux_networking/issues/6>`_ from k-okada/add_noetic_travis
8+
* use 2to3 to convert print/except/raise/lambda for python3
9+
* Contributors: Kei Okada
10+
511
1.0.16 (2019-11-08)
612
-------------------
713

0 commit comments

Comments
 (0)