From 274d435c1798eee95fdec499c41666cbc248c831 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 23 Jun 2020 13:35:07 +0200 Subject: release 1.25.0 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1c67550..7f9e435 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +### caja-extensions 1.25.0 + + * Translations update + * update resource for transifex + * add git.mk to generate .gitignore + * Require gtk+ 3.22 in glade files + * sendto: Fix evolution command for sending an email + * build: silent build warnings for distcheck + * image-converter: Add error-dialog.ui + * use MATE_COMPILE_WARNINGS from mate-common + * Fix memory leak allocated with 'gtk_builder_new ()' + * caja-image-rotator: fix memory leak pointed to by 'angle' + * caja-image-resizer: fix memory leak pointed to by 'size' + * image-converter: use gresources for UI files + * share: rewrite share-dialog.ui from scratch + * caja-sendto-command: fix memory leak pointed to by 'p' + * image-converter: rewrite caja-image-rotate.ui from scratch + * Do not collect the translation for Icon + * automake: do not include CFLAGS in CPPFLAGS + ### caja-extensions 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index aaaef2d..54e0b27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.24.0, [https://github.com/mate-desktop/caja-extensions]) +AC_INIT([caja-extensions], 1.25.0, [https://github.com/mate-desktop/caja-extensions]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.1