Version 1.0.15

This commit is contained in:
Slava Monich
2018-12-05 12:14:45 +02:00
parent fada30868a
commit b1a9200803
3 changed files with 9 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ all: debug release pkgconfig
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 14
VERSION_RELEASE = 15
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgbinder (1.0.15) unstable; urgency=low
* Implemented service polling for old servicemanager
* Added new tests and improved coverage for existing ones
-- Slava Monich <slava.monich@jolla.com> Wed, 05 Dec 2018 12:11:34 +0200
libgbinder (1.0.14) unstable; urgency=low
* Changed bool padding from 0xff to 0x00

View File

@@ -1,5 +1,5 @@
Name: libgbinder
Version: 1.0.14
Version: 1.0.15
Release: 0
Summary: Binder client library
Group: Development/Libraries