diff options
| author | lukefromdc <[email protected]> | 2026-08-31 00:15:24 -0400 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2026-08-31 00:15:24 -0400 |
| commit | d7948112dd4d6d4d5641739c51c0b1778573a633 (patch) | |
| tree | 29238738dde5d0bbcde244756daa996c6354eebc | |
| parent | 4d574b6dd93ef3d1649668630f31113d919a9752 (diff) | |
| download | mate-utils-1.28.2.tar.bz2 mate-utils-1.28.2.tar.xz | |
Release 1.28.2v1.28.2
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-utils 1.28.2 + + *Translations update from Fedora Weblate (#387) +build(deps): bump actions/cache from 5 to 6 +build(deps): bump actions/checkout from 6 to 7 +Fix window screenshot including invisible borders +baobab: Fix no size sorting for remote locations (#383) +ci: fix release.yml + ### mate-utils 1.28.1 * ci: migrate from Travis CI to GitHub Actions diff --git a/configure.ac b/configure.ac index f8993f80..af2fcc16 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [28]) -m4_define([mate_utils_micro], [1]) +m4_define([mate_utils_micro], [2]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |
