diff --git a/ChangeLog b/ChangeLog index dc10c2c1..c46b048e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 3.8: + Fix issue with handling unit tests and missing kernel features. + ver 3.7: Fix issue with handling length of EncryptedSecurity. Fix issue with handling empty affinities lists. diff --git a/configure.ac b/configure.ac index 5946b2a8..6c2fc955 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.7]) +AC_INIT([iwd],[3.8]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)