From 5ca2d547d25a3cb5402ad444b2da701bc95b9ff0 Mon Sep 17 00:00:00 2001 From: Rob Caelers Date: Tue, 7 Jan 2025 17:51:06 +0100 Subject: [PATCH 1/2] Prepare RC1 --- .github/workflows/ci.yaml | 7 +++++++ NEWS | 2 +- changes.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee1a5cda1..44cf5e33a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -269,6 +269,13 @@ jobs: enable: INDICATOR,GNOME45,GNOME_CLASSIC_PANEL,GSTREAMER,PULSE,TESTS disable: COVERAGE,TRACING + - image: ubuntu-plucky + os: ubuntu-24.04 + compiler: gcc + ui: Gtk+3 + enable: INDICATOR,GNOME45,GNOME_CLASSIC_PANEL,GSTREAMER,PULSE,TESTS + disable: COVERAGE,TRACING + # - image: mingw-fedora-rawhide # os: ubuntu-24.04 # compiler: clang diff --git a/NEWS b/NEWS index 344cda05f..73ffb1053 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Workrave NEWS -- history of user-visible changes. 04 January 2025 +Workrave NEWS -- history of user-visible changes. 07 January 2025 Copyright (C) 2001-2024 Rob Caelers, Raymond Penners, Ray Satiro See the end for copying conditions. diff --git a/changes.yaml b/changes.yaml index 191940935..59cc250a7 100644 --- a/changes.yaml +++ b/changes.yaml @@ -1,7 +1,7 @@ --- releases: - version: 1.11.0-rc.1 - date: 2025-01-04T00:00:00+01:00 + date: 2025-01-07T17:49:37+01:00 short: |- Workrave 1.11.0-rc.1 has been released. changes: From 34401ca60b009fea0d2e6fc61cbb39a1c64d6781 Mon Sep 17 00:00:00 2001 From: Rob Caelers Date: Tue, 7 Jan 2025 21:31:59 +0100 Subject: [PATCH 2/2] Add Ubuntu plucky to PPA build --- tools/local/ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/local/ppa.sh b/tools/local/ppa.sh index 1fe175a1f..00330f960 100755 --- a/tools/local/ppa.sh +++ b/tools/local/ppa.sh @@ -149,7 +149,7 @@ build_single() { } build_all() { - for series in oracular noble jammy; do + for series in plucky oracular noble jammy; do build_single $series done }