From 138d871e364544b15865c3347a1cce28aaa6b46f Mon Sep 17 00:00:00 2001 From: Santtu Lakkala Date: Thu, 26 Mar 2020 09:59:04 +0200 Subject: [PATCH] Version 1.0.17 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 11007a3..6b925ae 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 16 +VERSION_RELEASE = 17 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 2a5aa88..e85070c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.17) unstable; urgency=low + + * Add EAP event signalling + + -- Santtu Lakkala Thu, 26 Mar 2020 09:58:31 +0200 + libgsupplicant (1.0.16) unstable; urgency=low * Fixed Debian dependencies diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index aaefc35..2665160 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.16 +Version: 1.0.17 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries