diff --git a/ChangeLog b/ChangeLog index d84d0203..57981401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 2.6: + Add support for setting driver specific quirks. + Add support for disabling power saving mode. + ver 2.5: Fix issue with HT40+/- checks when creating chandef. Fix issue with handling support for FT-8021X-SHA384. diff --git a/configure.ac b/configure.ac index 742b2f84..bb0dcd85 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.5]) +AC_INIT([iwd],[2.6]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)