From 22c253809996daa9353a599ca5b5dfe1762616a9 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 30 May 2018 15:49:10 +0300 Subject: [PATCH] Version 1.0.10 --- Makefile | 2 +- debian/changelog | 7 +++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7519aa9..97c0b29 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 9 +VERSION_RELEASE = 10 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index f8ee6ba..a22b0dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgsupplicant (1.0.10) unstable; urgency=low + + * Compatibility with glib 2.56 + * Changed the way D-Bus properties are handled + + -- Slava Monich Wed, 30 May 2018 15:46:08 +0300 + libgsupplicant (1.0.9) unstable; urgency=low * Fixed memory leak in GSupplicantInterface diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 3515293..d2ebc8e 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries