summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-25 15:27:53 +0100
committerraveit65 <[email protected]>2019-02-25 15:27:53 +0100
commitf1c0b177862e1760c849a9ea5d37041e27ede14d (patch)
tree8319d8477cf3233ee63d7785577b50e82bf1c4ad
parentc5c7a2e4d75153dcb4cd45c3220b52509dd4daa5 (diff)
downloadengrampa-1.22.0.tar.bz2
engrampa-1.22.0.tar.xz
release 1.22.0v1.22.0
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43781c6..b707c90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+### engrampa 1.22.0
+
+ * Translations update
+ * Avoid array index out of bounds parsing dpkg-deb --info
+ * warning: Use of memory after it is freed
+ * Read authors (updated) from engrampa.about gresource
+ * Enable Travis CI
+ * eggsmclient: avoid deprecated 'g_type_class_add_private'
+ * update copyright year to 2019
+ * rar/unrar: Fix: "overwrite existing files" disabled must work
+ * fix fr-command-cfile.c: fr_process_set_working_dir
+ * fr-command-cfile.c: fix indentation
+ * Added test integrity for brotli
+ * Added test integrity for the cfile compressors: gzip, bzip2, etc.
+ * move appdata to metainfo directory
+ * fr-window: show the pause button only if the dialog is working
+ * disable deprecation warnings for distcheck
+ * fr-window: avoid 'gtk_dialog_add_button' with stock ids
+ * fr-window: hide the progress bar if the process is paused
+ * fr-window: change the info label if process is paused/resumed
+ * fr-window: little improvements in the look of pause/resume button
+ * Adding pause and start functions
+ * Fix implementation and use of the alternative package name lookup
+ * Added support for brotli (*.tar.br) compressed tar archives
+ * Add brotli support
+ * Use make functions for HELP_LINGUAS
+ * Replace -Dokumentationteam
+ * Replace -Dokumentationsprojekt with Documentation Project
+ * Manual: Update file format descriptions using shared-mime-info
+ * Fix url of ulinks to point to mate-user-guide
+ * UNIX and Linux systems -> Linux and UNIX-like systems
+ * tx: add atril help to transifex config
+ * Add the ability to support 'unar' over .zip archives
+ * Add support for OpenDocument formats
+ * UI: on the properties dialog, focus the Close button instead of the Help button by default
+
### engrampa 1.21.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 9f42ca3..926b3e9 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.21.0], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.22.0], [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])])