Version 1.4.4
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
6
debian/changelog
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user