Release 1.0

This commit is contained in:
Marcel Holtmann 2019-10-30 10:39:11 +01:00
parent 9757afecab
commit 971e1d2038
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 1.0:
Add support for stable D-Bus interfaces.
Add support for network configuration documentation.
ver 0.23:
Fix issue with strict certificate chain checks.
Fix issue with parsing RSNE_ADVANCE information.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 0.23)
AC_INIT(iwd, 1.0)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)