From 83ba2a6fbeaac2584e0d7e1f36f40b9faa39cbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 14 Aug 2025 10:39:50 +0200 Subject: [PATCH] treewide: Document changes and release 0.49.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- NEWS | 9 ++++++--- debian/changelog | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d8d298083..8b44bc58e 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,17 @@ -phoc 0.49~rc1 -------------- +phoc 0.49.0 +----------- Released August 2025 -* Fix (use after free) crash on shell unlock * Add initial sysprof support * Reject input in shell mode when shell is not up * Add debug option to damage whole output +* Fix (use after free) crash on shell unlock +* Fix popup related crash +* Fix clang+musl build * Issues fixed: * https://gitlab.gnome.org/World/Phosh/phoc/-/issues/411 * https://gitlab.gnome.org/World/Phosh/phoc/-/issues/228 * Contributors: + * Achill Gilgenast * Guido Günther phoc 0.48.0 diff --git a/debian/changelog b/debian/changelog index 7e487d5c0..40585d7a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +phoc (0.49.0) experimental; urgency=medium + + [ Guido Günther ] + * view: Don't overwrite picked output. + If we found an output for the view we shouldn't overwrite it + unconditionally with the first output. + + [ Achill Gilgenast ] + * tools/output-states: Add missing include + + -- Guido Günther Thu, 14 Aug 2025 10:39:28 +0200 + phoc (0.49~rc1) experimental; urgency=medium * gtk-shell: Remove unused signal diff --git a/meson.build b/meson.build index b9a57908b..73e15fea4 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'phoc', 'c', - version: '0.49.rc1', + version: '0.49.0', license: 'GPLv3+', meson_version: '>= 0.63.0', default_options: ['warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- GitLab