From 931653a94d1d82e99f69e4a5fd35e038c892434c Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 22 Mar 2017 16:34:00 +0200 Subject: [PATCH] Version 1.0.5 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37736a6..6168ee3 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 4 +VERSION_RELEASE = 5 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index d5116e7..3963799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.5) unstable; urgency=low + + * Treat SSIDs consisting of all zeros as empty + + -- Slava Monich Wed, 22 Mar 2017 16:33:03 +0200 + libgsupplicant (1.0.4) unstable; urgency=low * Fixed compilation against glib < 2.36 diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index d11fe48..cb6a6a4 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries