diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-05-17 11:25:00 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-05-17 11:25:00 +0200 |
commit | a347ed655b0163edbb724d114dc6f016726ed166 (patch) | |
tree | 9f67bbe549c891bb1e6ee21676abf6632129b851 | |
parent | 0d3e56bf3809b03e1c60a5dce0d7bb8510720369 (diff) | |
download | netctl-a347ed655b0163edbb724d114dc6f016726ed166.tar.gz netctl-a347ed655b0163edbb724d114dc6f016726ed166.tar.xz |
2.8.3 release updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export VERSION = 2.8.2 +export VERSION = 2.8.3 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -1,3 +1,10 @@ +version 2.8.3 +- Duplicate Address Detection is dealt with for IPv6 users (FS#28887) + NOTE: IPCFG is now processed after IPv6 address set-up +- additional attributes in ADDR6 and ROUTES6 entries are now allowed +- initscripts sh compatibility is restored (FS#29880) +- a bonding documentation error is fixed (FS#29918) + version 2.8.2 - netcfg now has a website: www.archlinux.org/netcfg/ - replace routes in IPv6 by default (FS#29480) |