From b5ea060372c76d491f4bc4b01a808d275c1e48f9 Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 20 Mar 2022 20:18:35 +0200 Subject: [PATCH] Version bump to v4.0.0-1 --- application/application.pro | 2 +- rpm/harbour-batterybuddy.changes | 13 +++++++++++++ rpm/harbour-batterybuddy.spec | 2 +- service/service.pro | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/application/application.pro b/application/application.pro index 251fb95..578bbcd 100644 --- a/application/application.pro +++ b/application/application.pro @@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy CONFIG += console sailfishapp sailfishapp_i18n dbus # Keep this in sync with service.pro and .spec -VERSION = 3.16.2-1 +VERSION = 4.0.0-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\" diff --git a/rpm/harbour-batterybuddy.changes b/rpm/harbour-batterybuddy.changes index 7255ee9..51247af 100644 --- a/rpm/harbour-batterybuddy.changes +++ b/rpm/harbour-batterybuddy.changes @@ -1,3 +1,16 @@ +* Sun Mar 20 2022 Matti Viljanen (direc85) 4.0.0-1 +- Enable sandboxing with appropriate permissions (GUI only) +- Use QML DBusInterface for user service manipulation +- Drop support for SFOS 4.2 and older +- Clean up systemd service handling during install/update/uninstall +- Built with Sailfish OS SDK 3.8 for 4.3.0.12 + +* Sun Mar 20 2022 Matti Viljanen (direc85) 3.17.0-1 +- Disable sandboxing +- Fix install/upgrade/uninstall scriptlets +- Service binary consumes less resources +- Don't try to close notifications if they are not open + * Wed Nov 24 2021 Matti Viljanen (direc85) 3.16.2-1 - Fix .spec bin file path (thanks, leon and nephros) - Built with Sailfish OS SDK 3.7 for 4.3.0.12 diff --git a/rpm/harbour-batterybuddy.spec b/rpm/harbour-batterybuddy.spec index c19a1d5..4ea8a40 100644 --- a/rpm/harbour-batterybuddy.spec +++ b/rpm/harbour-batterybuddy.spec @@ -11,7 +11,7 @@ Name: harbour-batterybuddy # Change the version and release strings in .pro file only! Summary: Battery Buddy -Version: 3.16.2 +Version: 4.0.0 Release: 1 Group: Qt/Qt License: GPLv3 diff --git a/service/service.pro b/service/service.pro index 3d96213..5978446 100644 --- a/service/service.pro +++ b/service/service.pro @@ -5,7 +5,7 @@ QT = core dbus PKGCONFIG += nemonotifications-qt5 # Keep this in sync with application.pro and .spec -VERSION = 3.16.2-1 +VERSION = 4.0.0-1 DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\" DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"