Version 1.0.10

This commit is contained in:
Slava Monich
2018-10-10 14:46:40 +03:00
parent c8c7222e06
commit 694aad637b
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 = 9
VERSION_RELEASE = 10
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
libgbinder (1.0.10) unstable; urgency=low
* Fixed dependencies for unit tests
* Plugged memory leak in unit_reader
-- Slava Monich <slava.monich@jolla.com> Wed, 10 Oct 2018 14:44:44 +0300
libgbinder (1.0.9) unstable; urgency=low
* Respect strong refs to GBinderLocalObject

View File

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