Skip to content

Commit

Permalink
Version 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 16, 2021
1 parent f99ca98 commit 2557368
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) 2015-2020 Jolla Ltd.
Copyright (C) 2015-2021 Jolla Ltd.

You may use this file under the terms of BSD license as follows:

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 21
VERSION_RELEASE = 22

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down Expand Up @@ -140,6 +140,7 @@ $(GEN_FILES): | $(GEN_DIR)
$(PKGCONFIG): | $(BUILD_DIR)
$(DEBUG_OBJS): | $(DEBUG_BUILD_DIR)
$(RELEASE_OBJS): | $(RELEASE_BUILD_DIR)
$(SRC:%.c=$(SRC_DIR)/%.c): | $(GEN_FILES)

#
# Rules
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libgsupplicant (1.0.22) unstable; urgency=low

* Use gutil_memdup() instead of g_memdup()

-- Slava Monich <slava.monich@jolla.com> Sun, 16 May 2021 04:30:12 +0300

libgsupplicant (1.0.21) unstable; urgency=low

* Make library executable on RPM based systems
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Expand Up @@ -2,17 +2,17 @@ Source: libgsupplicant
Section: libs
Priority: optional
Maintainer: Slava Monich <slava.monich@jolla.com>
Build-Depends: debhelper (>= 8.1.3), libglib2.0-dev (>= 2.0), libglibutil-dev (>= 1.0.21)
Build-Depends: debhelper (>= 8.1.3), libglib2.0-dev (>= 2.0), libglibutil-dev (>= 1.0.52)
Standards-Version: 3.8.4

Package: libgsupplicant
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libglibutil (>= 1.0.52)
Description: Client library for wpa_supplicant

Package: libgsupplicant-dev
Section: libdevel
Architecture: any
Depends: libgsupplicant (= ${binary:Version}), libglibutil-dev (>= 1.0.21), ${misc:Depends}
Depends: libgsupplicant (= ${binary:Version}), libglibutil-dev (>= 1.0.52)
Description: Development files for libgsupplicant
2 changes: 1 addition & 1 deletion debian/copyright
@@ -1,4 +1,4 @@
Copyright (C) 2015-2020 Jolla Ltd.
Copyright (C) 2015-2021 Jolla Ltd.

You may use this file under the terms of BSD license as follows:

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

0 comments on commit 2557368

Please sign in to comment.