diff options
author | raveit65 <[email protected]> | 2020-06-23 13:35:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 13:35:07 +0200 |
commit | 274d435c1798eee95fdec499c41666cbc248c831 (patch) | |
tree | abdb9091f9a4291b7bb2ef94caea42277bd0b4b4 | |
parent | b46df62fb64a4a9550ab8742d8aaa156eb7cfd3d (diff) | |
download | caja-extensions-1.25.0.tar.bz2 caja-extensions-1.25.0.tar.xz |
release 1.25.0v1.25.0
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -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])]) |