diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..5bf79ed6 --- /dev/null +++ b/CHANGES.md @@ -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. diff --git a/Makefile.ver b/Makefile.ver index df383db4..f00ee59c 100644 --- a/Makefile.ver +++ b/Makefile.ver @@ -1,4 +1,4 @@ -PANDORA_VERSION=1.00 +PANDORA_VERSION=1.10 BUILDNUMBER="$(shell date +%Y%m%d_%s)" diff --git a/README.md b/README.md index 551874c1..2ee17029 100644 --- a/README.md +++ b/README.md @@ -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 , -Ottawa, Ontario, October 2009-2014. +Ottawa, Ontario, October 2009-2015.