From 7f7202107558ecfaa2b4e0d45cac5d1ba5c45569 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 28 Oct 2021 14:33:18 +0300 Subject: [PATCH] Version 1.1.13 --- Makefile | 2 +- debian/changelog | 8 ++++++++ rpm/libgbinder.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6f2ba0..38df65f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 12 +VERSION_RELEASE = 13 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index f2bfd2a..67f48d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgbinder (1.1.13) unstable; urgency=low + + * Added gbinder_writer_strdup() + * Added gbinder_writer_append_hidl_string_copy() + * Dropped pkgconfig requirement for devel package + + -- Slava Monich Thu, 28 Oct 2021 14:31:01 +0300 + libgbinder (1.1.12) unstable; urgency=low * Added binder-call test tool diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index c86ebdf..04a19f3 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,6 +1,6 @@ Name: libgbinder -Version: 1.1.12 +Version: 1.1.13 Release: 0 Summary: Binder client library License: BSD