From 48026e4fe6865cabd0355724b68406f5e66ca761 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 19 Jan 2022 03:34:14 +0200 Subject: [PATCH] Version 1.4.8 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgbinder-radio.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0ab150..15fd78b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 4 -VERSION_RELEASE = 7 +VERSION_RELEASE = 8 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 2c0a42c..7eef53e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgbinder-radio (1.4.8) unstable; urgency=medium + + * Fixed retries of blocking requests + + -- Slava Monich Wed, 19 Jan 2022 03:32:30 +0200 + libgbinder-radio (1.4.7) unstable; urgency=medium * Fixed owner queue logic diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 451efc3..3fa7fab 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,6 +1,6 @@ Name: libgbinder-radio -Version: 1.4.7 +Version: 1.4.8 Release: 0 Summary: Binder client library for Android radio interfaces License: BSD