summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-05-17 11:25:00 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-05-17 11:25:00 +0200
commita347ed655b0163edbb724d114dc6f016726ed166 (patch)
tree9f67bbe549c891bb1e6ee21676abf6632129b851
parent0d3e56bf3809b03e1c60a5dce0d7bb8510720369 (diff)
downloadnetctl-a347ed655b0163edbb724d114dc6f016726ed166.tar.gz
netctl-a347ed655b0163edbb724d114dc6f016726ed166.tar.xz
2.8.3 release updates
-rw-r--r--Makefile2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b87acb1..3ba09c2 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/NEWS b/NEWS
index f4a2391..b03bf1e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)