From 355c2df97e1adfdaee4a67c1705bd76202384687 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 7 Jan 2021 00:40:45 +0100 Subject: [PATCH] Release 1.11 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e62a5919..fa940a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 1.11: + Add support for ACD client for static configuration. + Add support for intelligent scan of all frequencies. + ver 1.10: Add support for DHCP v6 configuration. Add support for DHCP server operation with AP mode. diff --git a/configure.ac b/configure.ac index ccd257ac..f4ab4e79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.10) +AC_INIT(iwd, 1.11) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)