From 758a561d1c6cf8c9e4ecb643f1e23b41af59029e Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 13 Mar 2017 19:07:11 +0200 Subject: [PATCH] Version 1.0.4 --- Makefile | 2 +- debian/changelog | 8 ++++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2005297..37736a6 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 3 +VERSION_RELEASE = 4 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index ae3559b..d5116e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgsupplicant (1.0.4) unstable; urgency=low + + * Fixed compilation against glib < 2.36 + * Make sure that BSS SSID string is a valid UTF-8 + * Added tests + + -- Slava Monich Mon, 13 Mar 2017 19:05:31 +0200 + libgsupplicant (1.0.3) unstable; urgency=low * Use gutil_hex2bin function from libglibutil diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index c8302af..d11fe48 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries