Version 1.4.12
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 = 11
|
||||
VERSION_RELEASE = 12
|
||||
|
||||
# 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.12) unstable; urgency=medium
|
||||
|
||||
* Fixed RadioDataRegStateResult_1_4
|
||||
|
||||
-- Slava Monich <slava.monich@jolla.com> Sun, 11 Sep 2022 21:37:23 +0300
|
||||
|
||||
libgbinder-radio (1.4.11) unstable; urgency=medium
|
||||
|
||||
* Added radio_request_user_data()
|
||||
|
||||
@@ -1505,14 +1505,14 @@ G_STATIC_ASSERT(sizeof(RadioDataRegStateResult_1_2) == 104);
|
||||
typedef struct radio_data_reg_lte_vops_info {
|
||||
guint8 isVopsSupported RADIO_ALIGNED(1);
|
||||
guint8 isEmcBearerSupported RADIO_ALIGNED(1);
|
||||
} RADIO_ALIGNED(1) RadioDataRegLteVopsInfo; /* Since 1.4.0 */
|
||||
} RADIO_ALIGNED(1) RadioDataRegLteVopsInfo; /* Since 1.4.12 */
|
||||
G_STATIC_ASSERT(sizeof(RadioDataRegLteVopsInfo) == 2);
|
||||
|
||||
typedef struct radio_data_reg_nr_inicators {
|
||||
guint8 isEndcAvailable RADIO_ALIGNED(1);
|
||||
guint8 isDcNrRestricted RADIO_ALIGNED(1);
|
||||
guint8 isNrAvailable RADIO_ALIGNED(1);
|
||||
} RADIO_ALIGNED(1) RadioDataRegNrIndicators; /* Since 1.4.2 */
|
||||
} RADIO_ALIGNED(1) RadioDataRegNrIndicators; /* Since 1.4.12 */
|
||||
G_STATIC_ASSERT(sizeof(RadioDataRegNrIndicators) == 3);
|
||||
|
||||
typedef struct radio_data_reg_state_result_1_4 {
|
||||
@@ -1524,7 +1524,7 @@ typedef struct radio_data_reg_state_result_1_4 {
|
||||
guint8 lteVopsInfoValid RADIO_ALIGNED(1);
|
||||
RadioDataRegLteVopsInfo lteVopsInfo RADIO_ALIGNED(1);
|
||||
RadioDataRegNrIndicators nrIndicators RADIO_ALIGNED(1);
|
||||
} RADIO_ALIGNED(8) RadioDataRegStateResult_1_4; /* Since 1.4.0 */
|
||||
} RADIO_ALIGNED(8) RadioDataRegStateResult_1_4; /* Since 1.4.12 */
|
||||
G_STATIC_ASSERT(sizeof(RadioDataRegStateResult_1_4) == 112);
|
||||
|
||||
typedef struct radio_signal_strength_gsm {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: libgbinder-radio
|
||||
|
||||
Version: 1.4.11
|
||||
Version: 1.4.12
|
||||
Release: 0
|
||||
Summary: Binder client library for Android radio interfaces
|
||||
License: BSD
|
||||
|
||||
Reference in New Issue
Block a user