From 2375b244f98fc176036645adf7cb7e3992971b4a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 20 Feb 2024 02:41:08 +0100 Subject: release 1.28.0 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f1fad33..cd46fb3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ +### mate-power-manager 1.28.0 + + * Translations update + * Remove compilation warning fix data type format error + * Add meson build support + * build.yml: Fix ci debian build failed + * replace deprecated gtk_image_menu_item_new_from_stock + * replace deprecated gtk_image_menu_item + * inhibit: mark applet incompatable with wayland + * Brightness: mark incompatable with wayland + ### mate-power-manager 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * Fix -Wmissing-prototypes warnings (#381) diff --git a/configure.ac b/configure.ac index a018ce1..d1272d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.27.0], [https://github.com/mate-desktop/mate-power-manager/pulls], +AC_INIT([mate-power-manager], [1.28.0], [https://github.com/mate-desktop/mate-power-manager/pulls], [mate-power-manager], [https://mate-desktop.org]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) diff --git a/meson.build b/meson.build index 4ea6e3d..b110c8a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-power-manager', 'c', - version : '1.27.0', + version : '1.28.0', default_options : ['warning_level=1'], meson_version : '>=0.50.0' ) -- cgit v1.2.1