Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 13, 2017
1 parent dc10bdf commit 758a561
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = 3
VERSION_RELEASE = 4

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

* Fixed compilation against glib < 2.36
* Make sure that BSS SSID string is a valid UTF-8
* Added tests

-- Slava Monich <slava.monich@jolla.com> Mon, 13 Mar 2017 19:05:31 +0200

libgsupplicant (1.0.3) unstable; urgency=low

* Use gutil_hex2bin function from libglibutil
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgsupplicant.spec
@@ -1,5 +1,5 @@
Name: libgsupplicant
Version: 1.0.3
Version: 1.0.4
Release: 0
Summary: Client library for wpa_supplicant
Group: Development/Libraries
Expand Down

0 comments on commit 758a561

Please sign in to comment.