diff options
| -rw-r--r-- | NEWS | 12 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | mate-indicator-applet.pot | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +### mate-indicator-applet 1.28.1 + + * ci: migrate from Travis CI to GitHub Actions + * build(deps): bump actions/checkout from 5 to 6 + * Weblate migration + * retrieve last transifex translations + * add translation coverage badge + * remove invalid po files + * remove empty po files + * fix invalid po files + * Fix GList memory leak in entry_resized + ### mate-indicator-applet 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index cfabdd7..3dbef52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.28.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.28.1],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) diff --git a/mate-indicator-applet.pot b/mate-indicator-applet.pot index 22168b3..92efc57 100644 --- a/mate-indicator-applet.pot +++ b/mate-indicator-applet.pot @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: mate-indicator-applet 1.28.0\n" +"Project-Id-Version: mate-indicator-applet 1.28.1\n" "Report-Msgid-Bugs-To: https://github.com/mate-desktop/mate-indicator-applet/" "issues\n" "POT-Creation-Date: 2021-11-20 21:54+0100\n" |
