diff --git a/Makefile b/Makefile index 4ba7dab..a7c3ea1 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ # VERSION_MAJOR = 1 -VERSION_MINOR = 0 -VERSION_RELEASE = 47 +VERSION_MINOR = 1 +VERSION_RELEASE = 0 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 1894b1f..490aa99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libgbinder (1.1.0) unstable; urgency=low + + * Made RPC protocol configurable per binder device + * Made service managers configurable per binder device + * Added support for multiple config files + * Added "aidl2" variant of service manager + * Added "aidl2" variant of RPC protocol + * Added support for API level presets + + -- Slava Monich Fri, 04 Dec 2020 13:47:26 +0200 + libgbinder (1.0.47) unstable; urgency=low * Make library executable on RPM based systems diff --git a/rpm/libgbinder.spec b/rpm/libgbinder.spec index c28abd5..ce3cc78 100644 --- a/rpm/libgbinder.spec +++ b/rpm/libgbinder.spec @@ -1,5 +1,5 @@ Name: libgbinder -Version: 1.0.47 +Version: 1.1.0 Release: 0 Summary: Binder client library License: BSD