~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-10 13:02:47 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20090310130247-eal98y6fbs81pkpg
Tags: 1.1.8-0ubuntu1
* New upstream version:
  - Fix crashers and leaks (lp: #201519)
  - Handle file:// uris with anchors in gvfs-open
  - fuse: Support ftruncate to the current file size (lp: #234532)
  - escape/unescape hostname part in uris, allowing spaces in e.g. smb domains
  - hal: Fix "No mount object" error on mount
  - Change details of the new .xdg-volume-info file format
  - Fix races in cancellation of gvfs streams
  - Remove debug spew from backends
  - ftp: Fix anonymous login (lp: #334540)
  - gphoto2: Ignore broken storages with no capacity (lp: #326029)
  - Don't globally modify COMP_WORDBREAKS in bash completion script
    (lp: #290784)
  - Don't ask for username when getting ssh key passphrase
* debian/patches/91_upstream_change_fix_trash_crasher.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2582
2582
 
2583
2583
# Define the identity of the package.
2584
2584
 PACKAGE=gvfs
2585
 
 VERSION=1.1.7
 
2585
 VERSION=1.1.8
2586
2586
 
2587
2587
 
2588
2588
cat >>confdefs.h <<_ACEOF
22860
22860
DBUS_SERVICE_DIR=$with_dbus_service_dir
22861
22861
 
22862
22862
 
22863
 
giomodulesdir=`pkg-config --define-variable=libdir=$libdir --variable=giomoduledir gio-2.0`
 
22863
giomodulesdir=`pkg-config --variable=giomoduledir gio-2.0`
22864
22864
 
22865
22865
 
22866
22866