diff --git a/Makefile b/Makefile index e00f64f..7519aa9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 8 +VERSION_RELEASE = 9 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index a78f9eb..f8ee6ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.9) unstable; urgency=low + + * Fixed memory leak in GSupplicantInterface + + -- Slava Monich Sat, 12 May 2018 17:19:53 +0300 + libgsupplicant (1.0.8) unstable; urgency=low * Explicitely include glib-object.h where it's needed diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index c79ede8..3515293 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries