Version 1.1.42
This commit is contained in:
parent
f525378b18
commit
d3bc7bb63b
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
VERSION_MAJOR = 1
|
VERSION_MAJOR = 1
|
||||||
VERSION_MINOR = 1
|
VERSION_MINOR = 1
|
||||||
VERSION_RELEASE = 41
|
VERSION_RELEASE = 42
|
||||||
|
|
||||||
# Version for pkg-config
|
# Version for pkg-config
|
||||||
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
libgbinder (1.1.42) unstable; urgency=low
|
||||||
|
|
||||||
|
* Delete name watches with no handlers
|
||||||
|
* Register for sm notifications asynchronously
|
||||||
|
* Correct stability field wire format on Android 12
|
||||||
|
|
||||||
|
-- Slava Monich <slava@monich.com> Wed, 11 Dec 2024 06:40:00 +0200
|
||||||
|
|
||||||
libgbinder (1.1.41) unstable; urgency=low
|
libgbinder (1.1.41) unstable; urgency=low
|
||||||
|
|
||||||
* Fix sending NULL binder object
|
* Fix sending NULL binder object
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: libgbinder
|
Name: libgbinder
|
||||||
|
|
||||||
Version: 1.1.41
|
Version: 1.1.42
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Binder client library
|
Summary: Binder client library
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
Loading…
Reference in New Issue