commit 70926da3c99dd865bd11344aab9e7cd0c917de3e Author: Paolo Bacchilega Date: 2013-10-14 updated for version 3.10.1 M NEWS M configure.ac commit 80c36ae3c84dce8716eb5b74ddb8c73da5824f13 Author: Paolo Bacchilega Date: 2013-10-11 ignore errors when setting file attributes [bug #709932] M src/fr-archive-libarchive.c commit 779119b2596122507d89d419e8a0eb7cdc31f5ba Author: 甘露(Lu Gan) Date: 2013-10-09 update Simplified Chinese (zh_CN) translation M po/zh_CN.po commit dd8e04470239d5cb860040dda98a861f478a9210 Author: Arash Mousavi Date: 2013-10-07 L10N: Updated Persian translations M po/fa.po commit 4f44cde4b5106a1f2917e3bcfb360cc72edfc7cb Author: Carles Ferrando Date: 2013-10-06 [l10n] Updated Catalan (Valencian) translation M po/ca@valencia.po commit 648211606b4a110a9a10836ca1af4d3928de550f Author: Friedel Wolff Date: 2013-10-04 Updated translation for Afrikaans (af) M po/af.po commit d05bdc3b60d928f1f40338208419f0ffa41195f6 Author: Paolo Bacchilega Date: 2013-09-29 libarchive: fixed failure when extracting some tar archives do not try to restore the creation time; do not set the G_FILE_ATTRIBUTE_TIME_CREATED_USEC attribute [bug #709035] M src/fr-archive-libarchive.c commit d3ce6fe6964857c89212ab1a5a7aaa052d93c584 Author: Aleksander Morgado Date: 2013-09-26 7z: allow extracting/opening/adding files prefixed with '@' 7z uses '@' to specify a listfile; i.e. a file with a list of files to add or extract. Therefore, if working with single files (e.g. open, add or extract a single file from the archive), the filenames need to be escaped with '!' and specified with '-i'. It is ok to mix files specified with '-i' and the ones given after the archive filename. E.g. instead of: 7z x -bd -y -o/tmp/.fr-2z9FXz -- HS04603.ZIP @HS04603.PDF it should be: 7z x -bd -y -o/tmp/.fr-2z9FXz -i!@HS04603.PDF -- HS04603.ZIP https://bugzilla.gnome.org/show_bug.cgi?id=708854 M src/fr-command-7z.c commit a904ade4c4e1d81450f678cda0e9fd32ce8496f8 Author: Aleksander Morgado Date: 2013-09-26 archive: fix compiler warnings Compiler doesn't seem to understand that 'ra' is only used after checking that 'load_data->error == NULL'. Just silence the error initializing the variables. fr-archive-libarchive.c: In function ‘save_archive_thread’: fr-archive-libarchive.c:1417:40: warning: ‘ra’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((load_data->error == NULL) && (ra != ARCHIVE_EOF)) https://bugzilla.gnome.org/show_bug.cgi?id=708839 M src/fr-archive-libarchive.c commit 7379619de02a2efda05dff2209d05e2c3bf1cb4b Author: Aleksander Morgado Date: 2013-09-26 test-server: reorganize the flags to decide what to run in the tester And also make 'fileroller_getsupportedtypes_ready_cb()' be included in compilation only when needed, to avoid compiler warnings: test-server.c:30:1: warning: ‘fileroller_getsupportedtypes_ready_cb’ defined but not used [-Wunused-function] fileroller_getsupportedtypes_ready_cb (GObject *source_object, ^ https://bugzilla.gnome.org/show_bug.cgi?id=708839 M src/test-server.c commit f5d006acbeb75141053cab92c1d2a2d4d59b9625 Author: Aleksander Morgado Date: 2013-09-26 cfile: avoid compiler warning If mime type is unhandled, warning and return. Otherwise 'compressed_filename' will be used even if uninitialized: fr-command-cfile.c: In function ‘fr_command_cfile_add’: fr-command-cfile.c:311:9: warning: ‘compressed_filename’ may be used uninitialized in this function [-Wmaybe-uninitialized] g_free (compressed_filename); ^ https://bugzilla.gnome.org/show_bug.cgi?id=708839 M src/fr-command-cfile.c commit 7a6b126b652e9e629de7570a17f12bf969bd61d6 Author: Aleksander Morgado Date: 2013-09-26 ace: avoid compiler warnings Skip compiler warnings about 'fields' or 'field_name' being used uninitialized. fr-command-ace.c: In function ‘process_line’: fr-command-ace.c:135:20: warning: ‘field_name’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (field_name[0] != '/') { ^ fr-command-ace.c:122:40: warning: ‘fields’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((fields == NULL) || (fields[0] == NULL) || (g_strv_length (fields) < 5)) ^ https://bugzilla.gnome.org/show_bug.cgi?id=708839 M src/fr-command-ace.c commit 8e3da8cec5d96b72c9b83daf0c52710ddebfc815 Author: Aleksander Morgado Date: 2013-09-26 password dialog: avoid compiler warnings 'pwd_type' should be either MAIN_ARCHIVE or SECOND_ARCHIVE; so just assert in the last 'else {}'. This should make sure that the compiler understands that the code won't keep on at that point, and will skip warning about 'file' and 'old_password' being used uninitialized. dlg-ask-password.c: In function ‘dlg_ask_password__common’: dlg-ask-password.c:135:5: warning: ‘old_password’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (old_password != NULL) { ^ dlg-ask-password.c:129:11: warning: ‘file’ may be used uninitialized in this function [-Wmaybe-uninitialized] filename = _g_file_get_display_basename (file); ^ https://bugzilla.gnome.org/show_bug.cgi?id=708839 M src/dlg-ask-password.c commit 85aebeb80c6454f48de01e098d9715d819ab43cb Author: Muhammet Kara Date: 2013-09-25 [l10n]Updated Turkish translation M po/tr.po