diff options
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,27 @@ +### mate-utils 1.27.0 + + * tx: sync with transifex + * configure.ac: The macro 'AC_HELP_STRING' is obsolete + * tx: update resource + * tx: migrate config file + * baobab: Fix -Wmissing-prototypes warnings (#339) + * logview: converting the enum constant to a boolean + * Fix build warnings about missing field initializer + * ci: drop -Wunused-parameter flag from debian build + * gdict-applet: do not build the file path + * dict: implicit conversion changes signedness: 'gboolean' to 'guint' + * mate-dictionary: fix memory leak + * mate-dictionary: fix memory leak + * Unnecessary G_OBJECT cast when calling signal connect function + * gsearchtool: fix memory leak + * mate-dictionary: fix memory leak + * Redundant null check before freeing the variable + * mate-disk-image-mounter: fix memory leak + * mate-screenshot: fix memory leak + * logview: remove whitespaces before #if, #else, and #endif + * Use a blank line at most + * Fix News + ### mate-utils 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 3b2c0b2d..cc820ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # along with MATE Utils. If not, see <https://www.gnu.org/licenses/>. m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [26]) +m4_define([mate_utils_minor], [27]) m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |