Version 1.1.43
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@
|
||||
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 1
|
||||
VERSION_RELEASE = 42
|
||||
VERSION_RELEASE = 43
|
||||
|
||||
# Version for pkg-config
|
||||
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
libgbinder (1.1.43) unstable; urgency=low
|
||||
|
||||
* Add support for writing AIDL FMQs
|
||||
* Add missing implementation for gbinder_writer_append_fds
|
||||
* Explicitly declare function parameters for C23 compatibility
|
||||
|
||||
-- Slava Monich <slava@monich.com> Wed, 17 Sep 2025 04:02:48 +0300
|
||||
|
||||
libgbinder (1.1.42) unstable; urgency=low
|
||||
|
||||
* Delete name watches with no handlers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: libgbinder
|
||||
|
||||
Version: 1.1.42
|
||||
Version: 1.1.43
|
||||
Release: 0
|
||||
Summary: Binder client library
|
||||
License: BSD
|
||||
|
||||
Reference in New Issue
Block a user