Skip to content

Commit

Permalink
bumped version and added minor release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Oct 19, 2015
1 parent 521e026 commit 27a388e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
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.
2 changes: 1 addition & 1 deletion Makefile.ver
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)"


12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.



Expand Down

0 comments on commit 27a388e

Please sign in to comment.