diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-11-05 09:57:43 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-11-05 09:58:05 +0100 |
commit | d378bb8d684c62593a4d5cbac9d0ebe4f81fac4b (patch) | |
tree | 864ad9a9122fed0a64a2ff8a28b41757de470321 | |
parent | de41bbd471cbac5ef1a9da20fe990a5bd7d4b271 (diff) | |
download | netctl-d378bb8d684c62593a4d5cbac9d0ebe4f81fac4b.tar.gz netctl-d378bb8d684c62593a4d5cbac9d0ebe4f81fac4b.tar.xz |
1.4 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 = 1.3 +export VERSION = 1.4 PKG_CONFIG ?= pkg-config @@ -1,3 +1,10 @@ +netctl 1.4 +- Add support for dummy interfaces +- Add support for limiting the wireless frequencies to scan +- Add support for custom options files for PPP connections +- Change umask to 077, and the default DHCP timeout to 30 seconds +- Assorted fixes, including fixes to tunnel connections and WEP key handling + netctl 1.3 - Add real functionality to automatic profile handling (netctl-auto) - Switch to iproute2 for bridge connections |