Version 1.4.4

This commit is contained in:
Slava Monich
2021-12-14 18:03:00 +02:00
parent a1de914f94
commit d81a883289
4 changed files with 9 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ all: debug release pkgconfig
VERSION_MAJOR = 1
VERSION_MINOR = 4
VERSION_RELEASE = 3
VERSION_RELEASE = 4
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
libgbinder-radio (1.4.4) unstable; urgency=medium
* Added IRadio@1.2 IndicationFilter bits
-- Slava Monich <slava.monich@jolla.com> Tue, 14 Dec 2021 18:01:43 +0200
libgbinder-radio (1.4.3) unstable; urgency=medium
* Added RadioClient and related APIs

View File

@@ -224,7 +224,7 @@ typedef enum radio_ind_filter {
RADIO_IND_FILTER_SIGNAL_STRENGTH |
RADIO_IND_FILTER_FULL_NETWORK_STATE |
RADIO_IND_FILTER_DATA_CALL_DORMANCY,
/* Those below appeared in IRadio@1.2 */
/* Since 1.4.4 (those appeared in IRadio@1.2) */
RADIO_IND_FILTER_LINK_CAPACITY_ESTIMATE = 0x08,
RADIO_IND_FILTER_PHYSICAL_CHANNEL_CONFIG = 0x10,
RADIO_IND_FILTER_ALL_1_2 = ~0

View File

@@ -1,6 +1,6 @@
Name: libgbinder-radio
Version: 1.4.3
Version: 1.4.4
Release: 0
Summary: Binder client library for Android radio interfaces
License: BSD