commit 2f8939214b2a6db96e6634c11d2b8307f9daee3a Author: Matthias Clasen Date: 2010-11-01 NEWS for 1.6.5 M NEWS commit 24ddbc65c4da26e2141b377e78b65f9f9ab3cf24 Author: Carles Ferrando Date: 2010-10-29 Updated Catalan (Valencian) translation M po/ca@valencia.po commit 089ba0b1af08f8b7506bd867a415e197f4017ec0 Author: Bastien Nocera Date: 2010-10-28 Use correct "usb:" address for GPhoto mounts with gudev gphoto2 expects the usb:X,X addresses to use the dirname and device names from libusb, which are zero-padded. Given that it's what udev gives us, just don't transform it to an int before printing. https://bugzilla.gnome.org/show_bug.cgi?id=631562 M monitor/gphoto2/ggphoto2volumemonitor.c commit 267b0754379eaed79a6660bd4a8ba67243926a73 Author: YunQiang Su Date: 2010-10-25 Merge Simplified Chinese translations from launchpad. M po/zh_CN.po commit 98b1f6398ca3440a9147aa57d0e5cd299a340421 Author: Yaron Shahrabani Date: 2010-10-24 Updated Hebrew translation. M po/he.po commit 01db9b84697a8eb29fc8f776dc65cc72792aa445 Author: Changwoo Ryu Date: 2010-10-09 Updated Korean translation M po/ko.po commit e868c0c306c31ffb9b65ca8555fd27cdc53a083d Author: Bastien Nocera Date: 2010-10-05 Remove app lookup extension Now done in GIO itself https://bugzilla.gnome.org/show_bug.cgi?id=631398 M Makefile.am M configure.ac D gconf/Makefile.am D gconf/gapplookupgconf.c D gconf/gapplookupgconf.h D gconf/gconf-module.c commit 4033907045abcf498686c1b34be7b0160260088d Author: Andreas Henriksson Date: 2010-10-02 sftp: fix poll() timeout. When switching from select() to poll() in commit "sftp: Use poll() to cope with openssh-5.6 changes" (c6be45c8934) the difference in seconds vs milliseconds for select/poll timeout argument was missed. SFTP_READ_TIMEOUT is defined in seconds, so multiply it with 1000 when using it with poll(). https://bugzilla.gnome.org/show_bug.cgi?id=631169 M daemon/gvfsbackendsftp.c commit 87ee853659e29b9074c3582890c7054a89167988 Author: Inaki Larranaga Murgoitio Date: 2010-09-30 Updated Basque language M po/eu.po commit 8881cfa6426708afccf15702f7d424c517a41e05 Author: Wouter Bolsterlee Date: 2010-09-27 Updated Dutch translation by Wouter Bolsterlee M po/nl.po commit a9c0df8ba0c6f3003517c49099b241229f5b755e Author: Tomas Bzatek Date: 2010-09-27 Fix stringv transfer over dbus The wrong iterator passed in caused some items to be silently dropped plus it led to string dup of wrong pointer. See bug 614544 for reference. M common/gvfsdaemonprotocol.c commit 1ba423e0b00e296af59ffea276f8a36d88b037d1 Author: Tomas Bzatek Date: 2010-09-27 Post release version bump M configure.ac