[gvfs] Created tag 1.9.4



The unsigned tag '1.9.4' was created.

Tagger: Tomas Bzatek <tbzatek redhat com>
Date: Mon Aug 29 18:36:48 2011 +0200

    Development 1.9.4 release

Changes since the last tag '1.9.3':

A S Alam (1):
      update Punjabi Translation

Andika Triwidada (1):
      Updated Indonesian translation

Aurimas Äernius (1):
      Updated Lithuanian translation

Bastien Nocera (1):
      programs: Add simple gvfs-mime test application

Carl-Anton Ingmarsson (132):
      mountsource: Fix leaks of GSimpleAsyncResult
      AFP: create backend stub
      AFP: fix small typo in Makefile.am
      AFP: add try_mount implementation
      AFP: fix cut&paste typo in afp.mount.in
      AFP: don't use  AFC_CFLAGS and AFC_LIBS for AFP backend
      dnssd: add afp to supported types
      afp: add GVfsAfpConnection which handles the DSI connection
      afp: work on mounting
      afp: try to enumerate volumes
      afp: volume browsing now works
      afp: add an urimapper for afp
      afp: ask for username and password
      afp: implement user authentication using Diffie-Hellman 1
      afp: split out server logic into a separate class
      afp: rename afp backend to GVfsAfpBackendBrowse
      afp: only show anonymous login as an option if the server supports it
      afp: answer tickle messages
      afp: add support for Diffie-Hellman 2 authentication
      afp: implement try_mount_mountable in AfpBrowse
      afp: fixup some errormessages in AfpServer
      afp: add new backend GVfsBackendAfp for mounting afp-volume shares
      afp: work on query_info
      afp: register the afp urimapper
      afp: write our own data reading functions instead of relying on GDataInputStream
      afp: fix volume_id type
      afp: read UTF-8 Server Name from server info
      afp: use UTF-8 ServerName if available
      afp: work on file enumeration
      afp: get basic file browsing working
      afp: read the invisible attribute and set the fileinfo accordingly
      afp: fix warning where we tried to NULL data to the output stream
      afp: query and set time created/modification time on files
      afp: fix small typo
      afp: set file as hidden if it begins with a dot
      afp: remove unused enums
      afp: print some debug code when we receive a DSIAttention packet
      afp: add g_vfs_afp_reply_read_(u)int64
      afp: set file size if requested
      afp: guess content type from filename
      afp: add read support
      afp: add support for seeking on read
      afp: set custom attribute "afp::children-count" if requested
      afp: set icon from content type
      afp: fixup some indenting issues
      afp: factor out fork opening into a seprate function
      afp: add support for creating files
      afp: implement delete
      afp: implement directory creation
      afp: use put_pathname everywhere
      afp: add g_vfs_afp_command_put_[byte|int|uint] functions and use these
      afp: add support for renaming of files and direcotries
      afp: normalize utf-8 strings from the server
      afp: add write support for newly created files
      afp: use switch instead of case where it makes sense
      afp: dispatch DSI_WRITE replies
      afp: implement basic file replace
      afp: receive and print out server messages
      afp: delete temporary file
      afp: implement seek_on_write
      afp: fix invalid unref
      afp: use GSimpleAsyncResult in the create_file utility function
      afp: make close_fork use GAsyncResult and try to always remove temporary files
      afp: use randomized names for temporary files
      afp: use GAsyncResult in open_fork
      afp: implement query_fs_info
      afp: convert g_vfs_afp_connection_queue_command to the standard GIO async pattern
      afp: don't send commands which have been cancelled
      afp: retreive and store the user id for the logged in user
      afp: set unix privilegies if available
      afp: set afp::node-id attribute if requested
      afp: add get_filedir_parms utility function
      afp: fix problem with creating new files outside the volume root directory
      afp: fix problem with creating new directories outside the volume root directory
      afp: small cosmetic change
      afp: print some debug upon DSI_CLOSE_SESSION and DSI_TICKLE
      afp: fix bug when sending DsiTickle commands
      afp: set proper error message for some more FPEnumerateExt2 errors
      afp: remove retrieval of UserID since we're not going to use it
      afp: don't reference non existing variable
      afp: better error handling when server doesn't support anonymous login
      afp: s/Access denied/Permission denied/
      afp: implement replace for files where we can't create a temporary file
      afp: don't use FPExchangeFiles if the server doesn't support it
      afp: get UID and GID using FPGetUserInfo
      afp: skip undocumented pad bytes after UTF8Name_offset
      afp: use goffset in g_vfs_afp_reply_seek
      afp: set G_FILE_ATTRIBUTE_ACCESS_CAN_[READ|WRITE|EXECUTE] from unix privs
      include gvfsdaemonprotocol.h in gvfsjobsetattribute.h since it uses GDbusAttributeValue
      afp: implement setting of G_FILE_ATTRIBUTE_UNIX_[MODE|UID|GID]
      afp: remove debug print
      afp: use g_strcmp0 instead of g_str_equal in g_slist_find_custom
      afp: fix bug where we accidentaly popped two requests from the send queue
      afp: fix renaming of files/directories outside of the root directory
      afp: add and use defines for afp specific file attributes
      afp: implement move
      afp: return G_IO_ERROR_IS_DIRECTORY when trying to open a directory for read
      afp: set etag from mod time and fix bug when retreiving afp::children-count
      afp: small indenting fixes
      afp: implement enumerate for AfpVersion < 3.1
      afp: fix compile warnings
      afp: small indent fix
      afp: mount volumes as the user who is logged in in the afpbrowse backend
      afp: avoid useless copy when writing
      afp: print better error message when trying to delete an open file
      afp: add a read_all_async function
      afp: read directly into the given read buffer
      afp: change update_cache to use a GIO like api
      afp: fix some leaks of GSimpleAsyncResults
      afp: fix some memoryleaks
      afp: replace some tabs with spaces
      afp: small cleanup in create_file
      afp: change close_fork to take a gint16 fork_refnum parameter
      afp: use delete function to delete temporary file
      afp: retrieve etag on close_write
      afp: check files etag when doing a replace
      afp: print errors for some more results from FPExchangeFiles
      afp: fail replace early if the given file is a directory
      afp: query for and set G_FILE_OWNER_[USER|USER_REAL|GROUP]
      afp: use FPGetFileDirParms when querying root volume info
      afp: add move_and_rename utility function
      afp: add copy_file function wrapping FPCopyFile
      afp: implement copy
      afp: create file if it doesn't exist when doing replace
      afp: add set_unix_privs function
      afp: reuse g_vfs_afp_connection_send_command in the sync version
      afp: start read loop directly on connect
      afp: make the afp backends optional
      afp: change open_fork to be able to return file information for the opened fork
      Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"
      Revert "afp: start read loop directly on connect"
      afp: remove unused and crashy handling of Attention messages

Chris Wulff (1):
      ftp: Fix return value of try_get_settable_attributes() on failure

Claude Paroz (1):
      Updated French translation

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

Fran Dieguez (3):
      Updated Galician translations
      Updated galician translations
      Updated galician translations

Friedel Wolff (1):
      Always write (S)FTP in capitals.

Gil Forcada (1):
      [l10n]Updated Catalan translation

Ihar Hrachyshka (1):
      Updated Belarusian translation.

Jorge GonzÃlez (2):
      Updated Spanish translation
      Updated Spanish translation

Kjartan Maraas (3):
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation

Mario BlÃttermann (2):
      [l10n] Updated German translation
      [l10n] Updated German translation

Piotr DrÄg (1):
      Updated POTFILES.in

Rodrigo Silva (1):
      gvfs-open: Exit	with error code > 0 when open fails

Timothy Arceri (1):
      computer: Use 'drive-harddisk-system' as File System icon

Tomas Bzatek (5):
      Post release version bump
      Fix more leaks of GSimpleAsyncResult
      Minor string tweaks for translators
      Ignore SIGPIPE signals to avoid process termination on cancelled transfer
      Update NEWS for 1.9.4 release

Wouter Bolsterlee (1):
      Updated Dutch translation by Wouter Bolsterlee



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]