-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped version and added minor release notes
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Version 1.10 | ||
============ | ||
|
||
Version 1.10 was release on October 19, 2015. | ||
- added listening on netlink socket to identify new interfaces | ||
- new --ignore-pio to not configure a local IP based upon PIOs received in | ||
the DIO. | ||
- new --dao-if-filter and --dao-addr-filter permit addresses found on | ||
interfaces listed to be added to DAOs sent. | ||
- changes to event queue system: events can more easily be rescheduled | ||
- the emitted DIO RPL prefix info option was created/parsed incorrectly. | ||
|
||
|
||
Version 1.00 | ||
============ | ||
|
||
The first public release was version 1.00, on October 14, 2014, | ||
but the exact release point become muddied as code was ported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PANDORA_VERSION=1.00 | ||
PANDORA_VERSION=1.10 | ||
BUILDNUMBER="$(shell date +%Y%m%d_%s)" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,15 +58,19 @@ Programs include: | |
|
||
===== community | ||
|
||
Github: | ||
http://github.com/mcr/unstrung.git/ | ||
|
||
Web site: | ||
http://unstrung.sandelman.ca/ | ||
|
||
Github: | ||
http://github.com/mcr/unstrung.git/ | ||
|
||
to subscribe to mailing list: | ||
https://lists.sandelman.ca/mailman/listinfo/unstrung-hackers | ||
|
||
====== OpenWRT | ||
|
||
See [packaging/openwrt/OPENWRT.md](packaging/openwrt/OPENWRT.md) for help on | ||
building for OpenWRT CC+. | ||
|
||
====== Testing environment | ||
|
||
|
@@ -84,7 +88,7 @@ In addition, there are extensive unit tests, which are invokved by | |
https://travis-ci.org/mcr/unstrung/ | ||
|
||
Michael Richardson <[email protected]>, | ||
Ottawa, Ontario, October 2009-2014. | ||
Ottawa, Ontario, October 2009-2015. | ||
|
||
|
||
|
||
|