Version 1.1.16

This commit is contained in:
Slava Monich
2022-01-03 14:01:34 +02:00
parent 066464f3af
commit 1bc2efd724
3 changed files with 10 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_RELEASE = 15
VERSION_RELEASE = 16
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
libgbinder (1.1.16) unstable; urgency=low
* Make sure stale object pointers don't hang around
* Properly shut down remote object inside the proxy
* Read ref_count from GObject atomically
-- Slava Monich <slava.monich@jolla.com> Mon, 03 Jan 2022 13:58:44 +0200
libgbinder (1.1.15) unstable; urgency=low
* Added readers and writers for int8 and int16

View File

@@ -1,6 +1,6 @@
Name: libgbinder
Version: 1.1.15
Version: 1.1.16
Release: 0
Summary: Binder client library
License: BSD