Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.9
  • Loading branch information
monich committed May 12, 2018
1 parent a1db698 commit 553ec45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libgsupplicant (1.0.9) unstable; urgency=low

* Fixed memory leak in GSupplicantInterface

-- Slava Monich <slava.monich@jolla.com> Sat, 12 May 2018 17:19:53 +0300

libgsupplicant (1.0.8) unstable; urgency=low

* Explicitely include glib-object.h where it's needed
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 553ec45

Please sign in to comment.