From 5b68bdc11096eaa249004c46e05d36adf09906b2 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sat, 20 Oct 2018 13:39:58 +0300 Subject: [PATCH] Version 1.0.11 --- Makefile | 2 +- debian/changelog | 11 +++++++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97c0b29..9014770 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 10 +VERSION_RELEASE = 11 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index a22b0dd..25e2021 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libgsupplicant (1.0.11) unstable; urgency=low + + * Added new macros + + gsupplicant_bss_remove_all_handlers + gsupplicant_interface_remove_all_handlers + gsupplicant_network_remove_all_handlers + gsupplicant_remove_all_handlers + + -- Slava Monich Sat, 20 Oct 2018 13:37:58 +0300 + libgsupplicant (1.0.10) unstable; urgency=low * Compatibility with glib 2.56 diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index d2ebc8e..922f758 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries