commit be5c669b956fec4501179dcf64174b8584a121b5
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   2009-05-15

    Adding new Telegu Translations

M	po/te.po

commit 28e55c86b931d696b182d0770d583905a9c0ce7f
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-05-12

    Ref the infos in next_files_finish (#582195)

    In later glib versions setting the GSimpleAsyncResult gpointer data
    frees the old data using the destroy notify, which can cause crashes
    since we return it. So, just copy+ref the list instead of trying
    to steal
    the asyncresult one.

M	client/gdaemonfileenumerator.c

commit fe45df2ccfe43077d15c31e21f00f4fb98eea85c
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2009-05-07

    FTP: parse file sizes > 4GB correctly

    Use 64-bit strtoull() instead of 32-bit strtoul()
    when converting string to number.

    https://bugzilla.redhat.com/show_bug.cgi?id=499286

M	daemon/gvfsbackendftp.c

commit f73de6140a0b52acbaf1406075df227ef42cb8af
Author: Benjamin Otte <otte@gnome.org>
Date:	2009-04-26

    Bug 580125 – Logging in to a FTP server only works for the 2nd
    attempt

    Various fixes for sending the OPTS command:
    1) only send it after we're sure we've read the FEAT response (which
       moves it to after the login)
    2) ignore potential errors from the OPTS command

    Also fixes:
    Bug 580124 – Copying from FTP crashes

M	daemon/gvfsbackendftp.c

commit 56c279a4ba3f95b2c88a4a9e842f683098479c60
Author: Andreas Henriksson <andreas@fatal.se>
Date:	2009-04-26

    use FTP_FEATURES_DEFAULT macro

    the previous code was spelling out the default feature instead

M	daemon/gvfsbackendftp.c

commit 8c1b3ce8e3d1af9aca44cf804f8f1d4673a71f96
Author: Andreas Henriksson <andreas@fatal.se>
Date:	2009-04-26

    fix typo in comment

M	daemon/gvfsbackendftp.c

commit d661056bc4344de28318cb943035f52ae9f4417e
Author: Jordi Mas i Hernandez <jmas@softcatala.org>
Date:	2009-04-22

    Minor fixes to Catalan translation

M	po/ca.po

commit c14ba27f69736c8e1f88c7692c81d2473559438c
Author: Funda Wang <fundawang@gmail.com>
Date:	2009-04-17

    Updated zh_CN translation.

M	po/ChangeLog
M	po/zh_CN.po

commit 4e49395240190526efe8833c802ee49de8b3915f
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Don't trust remote permissions mask fully

    We don't actually know what gids we're in, and also there may be other
    things not visible via sftp like ACLs that decide the user
    permissions. So, we only use the permissions for group and other if
    they result in a positive, otherwise we leave the attibute unset
    (meaning "don't know").

M	daemon/gvfsbackendsftp.c

commit e6d9c864f508aebf8e6bb8d67c5978f8f077137d
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Fix up .gitignore files

    Update old ignore files and add new ones as needed

M	.gitignore
M	client/.gitignore
M	daemon/.gitignore
A	monitor/gphoto2/.gitignore
A	monitor/hal/.gitignore
M	po/.gitignore
A	programs/.gitignore

commit a8620dfb94955fd9e6678dc936b7f97d8610df00
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Add rules to autogenerate ChangeLog

M	Makefile.am

commit cd9a1633a35b1243805c0e531a1f7bd75160a7d4
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Mention micro commits in README.commits

M	README.commits

commit 6fa515051dc7f082896151545a41a29853f4a3bc
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Add README.commits and dist it

    Add file explaining how we want commits to look.
    Also dist gvfs.doap and the ChangeLog.pre-1-2

M	Makefile.am
A	README.commits

commit 8cd532cf7715a4791d8156a711ecb7344b27cb46
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Move ChangeLog to ChangeLog.pre-1-2

    We're not using manual ChangeLogs anymore.

R099	ChangeLog	ChangeLog.pre-1-2

commit ec63735ed67da8da1cb80994efed477179c1b8fc
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-17

    Add gvfs.doap file

    Add short description for cgit

A	gvfs.doap

commit 5acc130a5a08d54f5701d58309c9b53352859c2d
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-16

    Add g_vfs_backend_is_mounted()

    2009-04-16	Alexander Larsson  <alexl@redhat.com>

	* daemon/gvfsbackend.[ch]:
	Add g_vfs_backend_is_mounted()

	* daemon/gvfsdaemon.c:
	(g_vfs_daemon_re_register_job_sources):
	Don't re-register backends that have not finished mounted
	yet. (#578861)



    svn path=/trunk/; revision=2378

M	ChangeLog
M	daemon/gvfsbackend.c
M	daemon/gvfsbackend.h
M	daemon/gvfsdaemon.c

commit 62a573a22dc12f0f6d6afddc41d93059dc19a90e
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-16

    Bug 578574 – always show drive names in computer://

    2009-04-16	Alexander Larsson  <alexl@redhat.com>

	Bug 578574 – always show drive names in computer://

	* daemon/gvfsbackendcomputer.c:
	(recompute_files):
	If mount has a drive, use its name as part of the display name.
	Patch from David Zeuthen



    svn path=/trunk/; revision=2377

M	ChangeLog
M	daemon/gvfsbackendcomputer.c

commit ced485ed5cf632e5f48f31546a4c731e8984729d
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-16

    Bug 523420 – gvfs-bash-completion.sh has a shebang and is executable

    2009-04-16	Alexander Larsson  <alexl@redhat.com>

	Bug 523420 – gvfs-bash-completion.sh has a shebang and is
	executable

	* programs/Makefile.am:
	Don't install gvfs-bash-completion.sh as executable

	* programs/gvfs-bash-completion.sh:
	Remove shebang



    svn path=/trunk/; revision=2376

M	ChangeLog
M	programs/Makefile.am
M	programs/gvfs-bash-completion.sh

commit ba5f948aad464ceafabc3d2e3d4994ae6867f4da
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-13

    Pick up SSH_AUTH_SOCK from gnome-keyring (#578708) Patch from
    Stef Walter.

    2009-04-13	Alexander Larsson  <alexl@redhat.com>

	* daemon/gvfsbackendsftp.c:
	Pick up SSH_AUTH_SOCK from gnome-keyring (#578708)
	Patch from Stef Walter.


    svn path=/trunk/; revision=2375

M	ChangeLog
M	daemon/gvfsbackendsftp.c

commit 975d034c64814608d35bd191fad458d6866f81a9
Author: Alexander Larsson <alexl@redhat.com>
Date:	2009-04-13

    Post release version bump

    2009-04-13	Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Post release version bump

    === gvfs 1.2.2 ===

     line, and those below, will be ignored--

    M	 ChangeLog
    M	 configure.ac
    M	 po/ChangeLog

    svn path=/trunk/; revision=2374

M	ChangeLog
M	configure.ac
M	po/ChangeLog
