diff options
| -rw-r--r-- | NEWS | 39 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 40 insertions, 1 deletions
@@ -1,3 +1,42 @@ +### engrampa 1.23.2 + +  * tx: sync with transifex +  * LHA: add test for checking compressed file integrity +  * Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic +  * Show archive type in properties dialog +  * Zstandard: read .tar.zst files +  * Zstandard: add test for checking compressed file integrity +  * Zstandard: Update MIME type +  * Ar: Update MIME type and add magic numbers +  * fr-command-ar: fetch dates with strptime +  * Remove internal mkdtemp and define feature test macro +  * fr-command-tar: fetch dates with strptime +  * Use mate-compiler-flags.m4 provided by mate-common +  * ar: don't remove leading whitespaces in filename field +  * i18n caja extension copyright +  * LHA: make compatible with content-type response from gio file query +  * fr-command-dpkg: fetch dates with strptime +  * dlg-prop: set property label in ui file +  * Add extract-dialog-options.ui +  * LHA: Fix internet media type +  * Use g_list_free_full and g_slist_free_full +  * dlg-prop: show the exact number of bytes as part of the size +  * dlg-prop: allow to open the archive's folder +  * remove warnings: ‘gtk_image_new_from_stock’ is deprecated +  * glib-utils & gtk-utils: Remove unused functions +  * dlg-package-installer: show icons in error dialog buttons +  * dlg-package-installer: remove warning ‘GtkStock’ is deprecated +  * gio-utils: Remove unused functions +  * glib-utils: Remove get_time_string() +  * unace 2.5: Don't show archive summary in file listing +  * tar: don't remove leading whitespaces in filename field +  * Initialization discards ‘const’ qualifier from pointer target type +  * remove warnings: "ENABLE_MAGIC" is not defined, evaluates to 0 +  * comparison of integer expressions of different signedness: ‘size_t’ +  * Missing initializer for struct field +  * remove warnings: cast from function call [-Wbad-function-cast] +  * remove build warning: local variable shadows another variable +  ### engrampa 1.23.1    * tx: sync with transifex diff --git a/configure.ac b/configure.ac index 23d5a02..b093325 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.23.1], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.23.2], [http://www.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])])  | 
