From ebea4e21be242fbe3ffff2d492fb663daa74285c Mon Sep 17 00:00:00 2001 From: Muki Date: Thu, 4 Apr 2019 16:06:49 +0200 Subject: [PATCH] 2.9.1 release --- sailfish/qml/ChangelogPage.qml | 11 +++++++++++ sailfish/rpm/harbour-kaktus.changes.in | 3 +++ sailfish/rpm/harbour-kaktus.spec | 2 +- sailfish/rpm/harbour-kaktus.yaml | 2 +- sailfish/src/info.h | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/sailfish/qml/ChangelogPage.qml b/sailfish/qml/ChangelogPage.qml index 57fe226..359697e 100644 --- a/sailfish/qml/ChangelogPage.qml +++ b/sailfish/qml/ChangelogPage.qml @@ -60,6 +60,17 @@ Page { title: qsTr("Changelog") } + SectionHeader { + text: qsTr("Version %1").arg("2.9.1 (beta)") + } + + LogItem { + title: "Translations update" + description: "Translations for Spanish, Belgian Dutch and " + + "Netherlands Dutch have been updated. Many thanks " + + "to Carmen Fernández B., Nathan Follens and Heimen Stoffels."; + } + SectionHeader { text: qsTr("Version %1").arg("2.9.0 (beta)") } diff --git a/sailfish/rpm/harbour-kaktus.changes.in b/sailfish/rpm/harbour-kaktus.changes.in index 2496e60..48e078b 100644 --- a/sailfish/rpm/harbour-kaktus.changes.in +++ b/sailfish/rpm/harbour-kaktus.changes.in @@ -8,6 +8,9 @@ # * date Author's Name version-release # - Summary of changes +* Sat Mar 23 2019 Michal Kosciesza 2.9.1-1 +- Translation files update for: es, nl_BE, nl_NL + * Sat Mar 23 2019 Michal Kosciesza 2.9.0-1 - Tiny Tiny RSS - Readability.js updated to latest git version diff --git a/sailfish/rpm/harbour-kaktus.spec b/sailfish/rpm/harbour-kaktus.spec index df03400..577a6db 100644 --- a/sailfish/rpm/harbour-kaktus.spec +++ b/sailfish/rpm/harbour-kaktus.spec @@ -13,7 +13,7 @@ Name: harbour-kaktus %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Kaktus -Version: 2.9.0 +Version: 2.9.1 Release: 1 Group: Qt/Qt License: LICENSE diff --git a/sailfish/rpm/harbour-kaktus.yaml b/sailfish/rpm/harbour-kaktus.yaml index bcba251..9114f81 100644 --- a/sailfish/rpm/harbour-kaktus.yaml +++ b/sailfish/rpm/harbour-kaktus.yaml @@ -1,6 +1,6 @@ Name: harbour-kaktus Summary: Kaktus -Version: 2.9.0 +Version: 2.9.1 Release: 1 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS diff --git a/sailfish/src/info.h b/sailfish/src/info.h index bd48a28..5f03269 100644 --- a/sailfish/src/info.h +++ b/sailfish/src/info.h @@ -23,7 +23,7 @@ namespace Kaktus { static const char* APP_NAME = "Kaktus"; #ifdef SAILFISH -static const char* APP_VERSION = "2.9.0 (beta)"; +static const char* APP_VERSION = "2.9.1 (beta)"; #elif ANDROID static const char* APP_VERSION = "2.6.1"; #endif