Version 1.1.5

This commit is contained in:
Slava Monich
2021-01-29 04:19:52 +02:00
parent f4a2429a13
commit b856cf2141
5 changed files with 17 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_RELEASE = 4
VERSION_RELEASE = 5
# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
libgbinder (1.1.5) unstable; urgency=low
* Fixed gbinder_remote_reply_copy_to_local() for empty replies
* Improved binder simulation
* Added GBinderBridge object
* Added proxy_object and bridge unit tests
* Added binder-bridge to libgbinder-tools package
-- Slava Monich <slava.monich@jolla.com> Fri, 29 Jan 2021 04:00:09 +0200
libgbinder (1.1.4) unstable; urgency=low
* Fixed a threading issue

View File

@@ -35,7 +35,7 @@
#include "gbinder_types.h"
/* Since 1.1.4 */
/* Since 1.1.5 */
/*
* As of time of this writing, bridging only works for binder transactions
@@ -66,11 +66,12 @@ gbinder_bridge_new(
const char* name,
const char* const* ifaces,
GBinderServiceManager* src,
GBinderServiceManager* dest);
GBinderServiceManager* dest) /* Since 1.1.5 */
G_GNUC_WARN_UNUSED_RESULT;
void
gbinder_bridge_free(
GBinderBridge* bridge);
GBinderBridge* bridge); /* Since 1.1.5 */
G_END_DECLS

View File

@@ -59,7 +59,7 @@ G_BEGIN_DECLS
* 6. Reader parses the data coming with RemoteRequest and RemoteReply
*/
typedef struct gbinder_bridge GBinderBridge;
typedef struct gbinder_bridge GBinderBridge; /* Since 1.1.5 */
typedef struct gbinder_buffer GBinderBuffer;
typedef struct gbinder_client GBinderClient;
typedef struct gbinder_ipc GBinderIpc;

View File

@@ -1,5 +1,5 @@
Name: libgbinder
Version: 1.1.4
Version: 1.1.5
Release: 0
Summary: Binder client library
License: BSD