diff --git a/ChangeLog b/ChangeLog index 394948d3..df262fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 3.5: + Add support for option to disable blacklist handling. + Add support for option to disable SAE for broken drivers. + ver 3.4: Add support for the Test Anything Protocol. diff --git a/configure.ac b/configure.ac index 326c2bef..adae0222 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.4]) +AC_INIT([iwd],[3.5]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)