Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 8, 2017
1 parent e0e00ad commit df927e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 1
VERSION_RELEASE = 2

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
9 changes: 8 additions & 1 deletion debian/changelog
@@ -1,6 +1,13 @@
libgsupplicant (1.0.2) unstable; urgency=low

* Fixed EAP phase2 infinite loop
* Added libglibutil dependency to the .pc file

-- Slava Monich <slava.monich@jolla.com> Wed, 08 Mar 2017 20:09:46 +0200

libgsupplicant (1.0.1) unstable; urgency=low

* Initial release
* Prevent double free of the network add request

-- Slava Monich <slava.monich@jolla.com> Thu, 02 Mar 2017 01:17:14 +0200

Expand Down
2 changes: 1 addition & 1 deletion rpm/libgsupplicant.spec
@@ -1,5 +1,5 @@
Name: libgsupplicant
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: Client library for wpa_supplicant
Group: Development/Libraries
Expand Down

0 comments on commit df927e3

Please sign in to comment.