From 3911ea6fdbf1ac8ede5ff23ae8edfdd0054f9fa2 Mon Sep 17 00:00:00 2001 From: Santtu Lakkala Date: Wed, 22 Jan 2020 13:33:44 +0200 Subject: [PATCH] Version 1.0.15 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 824726f..33124b5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 14 +VERSION_RELEASE = 15 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index d19b45e..73e829b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.15) unstable; urgency=low + + * Allow use of private key without client certificate + + -- Santtu Lakkala Wed, 22 Jan 2020 13:30:45 +0200 + libgsupplicant (1.0.14) unstable; urgency=low * Plugged GSupplicant reference leak diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 7116764..d83a074 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.14 +Version: 1.0.15 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries