From 7aaa7a4831df3c0acc5fa10a4b90bf2417cce427 Mon Sep 17 00:00:00 2001 From: Santtu Lakkala Date: Fri, 24 May 2019 15:25:32 +0300 Subject: [PATCH] Version 1.0.12 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9014770..f35199c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 11 +VERSION_RELEASE = 12 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 25e2021..674b002 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgsupplicant (1.0.12) unstable; urgency=medium + + * Add flags to force PEAP version + * Add methods for adding/removing blobs + + -- Santtu Lakkala Fri, 24 May 2019 15:23:27 +0300 + libgsupplicant (1.0.11) unstable; urgency=low * Added new macros diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 922f758..1cf678e 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.11 +Version: 1.0.12 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries