diff --git a/Makefile b/Makefile index 22e519f..d902d36 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 9 +VERSION_RELEASE = 10 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 404f17e..b6d262f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libgbinder-radio (1.0.10) unstable; urgency=medium + + * Hide internal symbols + * Respect arch specific lib dir + * Ignore GLib deprecation warnings + * Added constants for android.hardware.radio@1.1 interfaces + + -- Slava Monich Wed, 03 Jun 2020 15:24:17 +0300 + libgbinder-radio (1.0.9) unstable; urgency=medium * Added packaging for Debian-based distros. diff --git a/debian/copyright b/debian/copyright index a84db51..caf9090 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ -Copyright (C) 2018-2019 Jolla Ltd. -Copyright (C) 2018-2019 Slava Monich +Copyright (C) 2018-2020 Jolla Ltd. +Copyright (C) 2018-2020 Slava Monich You may use this file under the terms of the BSD license as follows: diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 8308b1e..3bb35e9 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries