Version 1.1.43

This commit is contained in:
Slava Monich
2025-09-17 04:04:04 +03:00
parent 98719c5240
commit e176ef0c50
3 changed files with 10 additions and 2 deletions

View File

@@ -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
View File

@@ -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

View File

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