diff options
author | raveit65 <[email protected]> | 2020-06-23 15:32:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 15:32:24 +0200 |
commit | 6b2b3b41ac74254d0dcd3a22d8e6fec2be499a90 (patch) | |
tree | d40adba2ea90dd196211f681c1477bf0ebe0b3c3 | |
parent | 5aeda437793298c36c55d3683f0feec601ad9b87 (diff) | |
download | engrampa-6b2b3b41ac74254d0dcd3a22d8e6fec2be499a90.tar.bz2 engrampa-6b2b3b41ac74254d0dcd3a22d8e6fec2be499a90.tar.xz |
release 1.25.0v1.25.0
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +### engrampa 1.25.0 + + * Translations update + * build: includes all required modules by libegg in PKG_CHECK_MODULES + * Update compilation instructions after use of git submodule + * add git.mk to generate .gitignore + * dlg-update: Fix callback names for callback symbol update_cb + * use git submodule of libegg + * dlg-batch-add: Set labels GtkSizeGroup in ui file + * Use callback symbols defined in ui files + * gtk-utils: Remove _gtk_builder_get_widget + * Remove fr-stock.c and fr-stock.h + * build: silent build warnings for distcheck + * help: fix and update archive format names + * actions: expand the comment on about dialog + * Terminate the application if the resource doesn't exists + * gtk-utils: Remove _gtk_count_selected + * engrampa.appdata.xml: recursive acronyms for .iso, .rpm filetypes + * glib-utils: remove g_ptr_array_free_full + * fr-window: duplicated code + * Add ARC archive support + * glib-utils: remove n_fields function + * Add dlg-add-files.ui and dlg-add-folder.ui + * Update authors + * dlg-new: Adding many callbacks at once + * new.ui: Stock icons are deprecated + * dlg-new: Use GET_WIDGET macro + * autoconf: get zstd mime type using libmagic if enabled + ### engrampa 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 1226c69..e0962d9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.24.0], [https://mate-desktop.org]) +AC_INIT([engrampa], [1.25.0], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |