Skip to content

Commit

Permalink
Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 30, 2018
1 parent 67b01e3 commit 22c2538
Show file tree
Hide file tree
Showing 3 changed files with 9 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 = 9
VERSION_RELEASE = 10

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
libgsupplicant (1.0.10) unstable; urgency=low

* Compatibility with glib 2.56
* Changed the way D-Bus properties are handled

-- Slava Monich <slava.monich@jolla.com> Wed, 30 May 2018 15:46:08 +0300

libgsupplicant (1.0.9) unstable; urgency=low

* Fixed memory leak in GSupplicantInterface
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgsupplicant.spec
@@ -1,5 +1,5 @@
Name: libgsupplicant
Version: 1.0.9
Version: 1.0.10
Release: 0
Summary: Client library for wpa_supplicant
Group: Development/Libraries
Expand Down

0 comments on commit 22c2538

Please sign in to comment.