Skip to content

Commit

Permalink
Version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Oct 20, 2018
1 parent cdb0b71 commit 5b68bdc
Show file tree
Hide file tree
Showing 3 changed files with 13 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 = 10
VERSION_RELEASE = 11

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

* Added new macros

gsupplicant_bss_remove_all_handlers
gsupplicant_interface_remove_all_handlers
gsupplicant_network_remove_all_handlers
gsupplicant_remove_all_handlers

-- Slava Monich <slava.monich@jolla.com> Sat, 20 Oct 2018 13:37:58 +0300

libgsupplicant (1.0.10) unstable; urgency=low

* Compatibility with glib 2.56
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgsupplicant.spec
@@ -1,5 +1,5 @@
Name: libgsupplicant
Version: 1.0.10
Version: 1.0.11
Release: 0
Summary: Client library for wpa_supplicant
Group: Development/Libraries
Expand Down

0 comments on commit 5b68bdc

Please sign in to comment.