diff --git a/Makefile b/Makefile index 738d0d9..417dd5e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 6 +VERSION_RELEASE = 7 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) @@ -239,13 +239,9 @@ $(PKGCONFIG): $(LIB_NAME).pc.in # Install # -INSTALL_PERM = 644 -INSTALL_OWNER = $(shell id -u) -INSTALL_GROUP = $(shell id -g) - INSTALL = install INSTALL_DIRS = $(INSTALL) -d -INSTALL_FILES = $(INSTALL) -m $(INSTALL_PERM) +INSTALL_FILES = $(INSTALL) -m 644 INSTALL_LIB_DIR = $(DESTDIR)/usr/lib INSTALL_INCLUDE_DIR = $(DESTDIR)/usr/include/$(NAME) diff --git a/debian/changelog b/debian/changelog index d60ed51..fb300a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.7) unstable; urgency=low + + * Add stations field to GSupplicantInterface + + -- Slava Monich Mon, 30 Oct 2017 12:26:40 +0200 + libgsupplicant (1.0.6) unstable; urgency=low * Include only when it's necessary diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 76fb61d..3f0fc34 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries