commit a50ba6e449ce16b5b6bc7ae572424035a66137eb
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:   2012-10-15

    updated for version 3.6.1

M	NEWS
M	configure.ac

commit 4b076208d19d32653a3dbd818064f0086fc743e5
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-13

    libarchive: skip the data if the file type is not supported

M	src/fr-archive-libarchive.c

commit 61366af46d6bfc5bc485ae3ca3569c4d6fb130eb
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-13

    libarchive: no need to set the symbolink link attributes

M	src/fr-archive-libarchive.c

commit b56f70ee297bc6ba083cdecaffd946dc362e64dc
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-13

    libarchive: fixed creation of hard links

    Only works when extracting the files to a local destinations.

    [bug #686061]

M	src/fr-archive-libarchive.c

commit 48c4116ed56eed814289d9cc86d0dd496d7d344d
Author: Peter Mráz <etkinator@gmail.com>
Date:	2012-10-12

    Updated Slovak translation

M	po/sk.po

commit a1496c4d25ef1fa2345384467e83076f3139e5cf
Author: Peter Mráz <etkinator@gmail.com>
Date:	2012-10-09

    Updated Slovak translation

M	po/sk.po

commit d17fff41a84996ebb7f2f993e3ca2b62866cf943
Author: Martin Srebotnjak <miles@filmsi.net>
Date:	2012-10-08

    Updated Slovenian translation

M	help/sl/sl.po

commit de187266bb77f1e029d2e6c3777ee3b95a5f859e
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:	2012-10-04

    Updated Russian translation

M	help/ru/ru.po

commit dae5473d3b5492e2f5d7eb618db7b914d5518192
Author: Milo Casagrande <milo@ubuntu.com>
Date:	2012-10-03

    [l10n] Updated Italian translation.

M	po/it.po

commit 8ab23e584401943be45fc3e4484e34170bd7d0c9
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-02

    crash when opening multi-volumes rar archives

    [bug #685314]

M	src/fr-archive.c

commit 35cb0b440fc5613d4cb6b51bfc3c873d283ed413
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-02

    Compress dialog: fixed creation of encrypted archives

    [fixed bug]

M	src/dlg-batch-add.c

commit 547c57e00d5e8585b129c95f9d5d2b1abd086d46
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-10-02

    fixed creation of multi-volume archives

    [fixed bug]

M	src/fr-command.c

commit 3302a3a50f4577d61c51b82f0c37b348776dd9e5
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-10-02

    Fixed name of greek screenshot

A	help/el/figures/file-roller-main-window.png

commit b5029e82ae4ee7b4f6edc57a5447e1988720bf92
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-10-02

    Updated screenshot for Greek help translation

M	help/el/figures/file-roller_main_window.png

commit d8419ec2d191dd150a0905eb2399af4e01f96045
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
Date:	2012-09-29

    Updated Aragonese translation

M	po/an.po

commit 1730f40db566e8ccf9a63861fb05f435105d7809
Author: Mitsuya Shibata <mty.shibata@gmail.com>
Date:	2012-09-29

    "Add Files" dialog crashes on i386 architecture

    Modified Order store GTimeVal.tv_sec[1]. GTimeVal.tv_sec is glong,
    but ui file[2] specify size as gint64. Therefore no problem on 64bit,
    on the other hand raise SEGV on 32bit by memory address boundary
    problem.

    Finally invalid address which is index of GtkListStore is passed
    to g_strdup() as memory address.

    This patch set same size storead size and allocated size.

    [1] see calling gtk_list_store_set() at get_folder_content_done_cb()
	in src/fr-file-selector-dialog.c
    [2] src/ui/file-selector.ui:296

M	src/ui/file-selector.ui

commit 5c37b1b0a0945a60b62492cf0deb0a9f4499038d
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-09-28

    ignore the theme changed signals while creating the file list

M	src/fr-window.c

commit ceb3232be494ef6841e368928a6a3e58029a0f97
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-09-28

    try to open the archive again if the current command doesn't support
    reading

    this allows to have a command that can only write and another
    command that can only read an archive type.

M	src/fr-window.c

commit 7be9d3e3f5cc4fa315b483af9453d390813b2ca8
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-09-28

    give priority to commands that can read and write when creating
    an archive

M	src/fr-archive.c

commit 75316754610fb99e61e3e76a895babfc05331ab5
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-09-28

    use _g_file_load_buffer_async in fr_archive_open as well

M	src/fr-archive.c

commit b1455f95c65b81cb0027af4ffb9b2586a86c2bcb
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-09-28

    fixed crash when the package installer is activated

    [bug #684941]

M	src/dlg-package-installer.c
M	src/dlg-package-installer.h
M	src/fr-archive.c
M	src/fr-init.c
M	src/fr-init.h
M	src/fr-window.c
M	src/gio-utils.c
M	src/gio-utils.h
M	src/glib-utils.c
M	src/glib-utils.h

commit 1c4d7016f83088591625a4b8ab457ffd1b6ffcc6
Author: Mitsuya Shibata <mty.shibata@gmail.com>
Date:	2012-09-27

    Adding file to archive, file-roller doesn't load location correctly

M	src/dlg-add.c