Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 20, 2024
1 parent 10c18a4 commit c4d9421
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'
)
Expand Down

0 comments on commit c4d9421

Please sign in to comment.