commit 34326e3263518f34dcf617a5860a7394960ed6b9 Author: Paolo Bacchilega Date: 2016-09-19 fixed make distcheck M po/POTFILES.skip commit d754db6f28436931e981b8ba717cd2339e373f4a Author: Paolo Bacchilega Date: 2016-09-19 updated for version 3.22.0 M NEWS M configure.ac commit 23656af9c157222697261eab8524bc1e53a76c0d Author: Paolo Bacchilega Date: 2016-09-18 Revert "Revert "Fix fr_application_local_command_line memory leak"" This reverts commit 75c8032b4fd0cd347437422bb80cbe9b6a89de71. Respect the hard code freeze. M src/fr-application.c commit edb39298db3ee92eaec2f719e5561ac17fb7b0c7 Author: Paolo Bacchilega Date: 2016-09-18 Revert "Mime-type changes" This reverts commit de701fbcfa3479bef5902e98a0878a906d5a75b4. Respect the hard code freeze. M data/org.gnome.FileRoller.desktop.in.in commit 30042f67c0d88c4ce47aaf5657f161e43d6726f2 Author: Paolo Bacchilega Date: 2016-09-18 Revert "fr-new-archive-dialog: Do not fail if access::can-write is not set" This reverts commit d18585e5176c4e8aeb5b9d1122543b7024da9e4c. Respect the hard code freeze. M src/fr-new-archive-dialog.c commit 9829a70be9d6fa272246395d171fb0703277bf58 Author: Paolo Bacchilega Date: 2016-09-18 Revert "Fix crash when compressing remote files" This reverts commit 0e180cd9364a5e879ca09ec3fa3e1ef20ebad42f. Respect the hard code freeze. M src/fr-command.c commit 87a1f64415341b3d86e189fd6383e1706767f0c4 Author: Paolo Bacchilega Date: 2016-09-18 Revert "window: use gdk_cursor_new_for_display()" This reverts commit b36dcb5817003f317dbddbc8870ae901c6e5a192. Respect the hard code freeze. M src/fr-window.c commit 13fceef55e052de0a93d7360ec3366fa4ea5ddab Author: Paolo Bacchilega Date: 2016-09-18 Revert "window: set the paned as the drag destination" This reverts commit 9fab128701258b9c8a44138fcac8f7dd9f59b6e9. Respect the hard code freeze. M src/fr-window.c commit a50dbc54651331e7a6bf559e534a37b85f9968af Author: Daniel Korostil Date: 2016-09-17 Updated Ukrainian translation M po/uk.po commit 8abeae39bcddbc8f2c3c613cd3ec1de324f1b386 Author: Charles Monzat Date: 2016-09-16 Updated French translation M help/fr/fr.po commit 90c1cf11e9f49e088b98785bef7cd1afaf5c5cca Author: Stas Solovey Date: 2016-09-16 Updated Russian translation M po/ru.po commit f6fabbe5e43ebccec91b3d9cd1aab670b6e0bad8 Author: Hannie Dumoleyn Date: 2016-09-15 Updated Dutch translation Master 3.22 M po/nl.po commit 75c8032b4fd0cd347437422bb80cbe9b6a89de71 Author: Paolo Bacchilega Date: 2016-09-15 Revert "Fix fr_application_local_command_line memory leak" This reverts commit 1139c1a6bc1707fdb64e8baa824d19b83c4ff835. The commit introduce a bug that prevent opening other archives when a file-roller window is already open. Steps to reproduce the bug: * open a Nautilus window * click on an archive -> file-roller shows the archive content correctly * click on another archive (without closing the first file-roller window) -> the new file-roller window is empty M src/fr-application.c commit de701fbcfa3479bef5902e98a0878a906d5a75b4 Author: Paolo Bacchilega Date: 2016-09-15 Mime-type changes * Remove handling of Comic Books archives * Handle Source RPMs https://bugzilla.gnome.org/show_bug.cgi?id=767244 M data/org.gnome.FileRoller.desktop.in.in commit d18585e5176c4e8aeb5b9d1122543b7024da9e4c Author: Ondrej Holy Date: 2016-06-14 fr-new-archive-dialog: Do not fail if access::can-write is not set Some file info attributes can't be reliably set for remote filesystem and thus they are unset. Use g_file_info_has_attribute to check whether attribute is set. Do not fail if the attribute is not set. https://bugzilla.gnome.org/show_bug.cgi?id=688714 M src/fr-new-archive-dialog.c commit 0e180cd9364a5e879ca09ec3fa3e1ef20ebad42f Author: Bastien Nocera Date: 2016-06-13 Fix crash when compressing remote files Though the crash could possibly happen with any operation. Use the correct destructor for ->tmp_file, _g_object_unref() rather than g_free(). https://bugzilla.gnome.org/show_bug.cgi?id=767577 M src/fr-command.c commit b36dcb5817003f317dbddbc8870ae901c6e5a192 Author: Ernestas Kulik Date: 2016-06-11 window: use gdk_cursor_new_for_display() gdk_cursor_new() has been deprecated since GDK 3.16 and gdk_cursor_new_for_display() is now the recommended function. This commit replaces the deprecated call. https://bugzilla.gnome.org/show_bug.cgi?id=767534 M src/fr-window.c commit 9fab128701258b9c8a44138fcac8f7dd9f59b6e9 Author: Ernestas Kulik Date: 2016-06-13 window: set the paned as the drag destination Setting the window as the drag destination along with the GTK_DEST_DEFAULT_HIGHLIGHT flag causes the window to misbehave. This commit fixes that by setting the paned as the drag destination. https://bugzilla.gnome.org/show_bug.cgi?id=767621 M src/fr-window.c