thunar (1.2.1-0ubuntu1) natty; urgency=low

  * New upstream bugfix release.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 30 Jan 2011 20:05:10 +0100

thunar (1.2.0-0ubuntu1) natty; urgency=low

  * New upstream release.
  * debian/control: bumped required Xfce libs to >= 4.8.0

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 22 Jan 2011 16:02:04 +0100

thunar (1.1.6-0ubuntu1) natty; urgency=low

  * New upstream development release.
  * Bump xfce4-panel-dev b-dep to >= 4.7.7 to force using the new abi.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 04 Jan 2011 21:32:59 +0100

thunar (1.1.5-0ubuntu1) natty; urgency=low

  * New upstream development release.
  * debian/patches/xubuntu-fix-desktop-files.patch: refreshed again to apply
    cleanly: they now validate with destop-file-validate ; dropped the
    Thunar-folder-handler.desktop part, not relevant anymore.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 05 Dec 2010 18:12:58 +0100

thunar (1.1.4-0ubuntu1) natty; urgency=low

  * Upload to natty (pkg-xfce svn r4407), remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
    - debian/patches:
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
        . hide Bulk Rename from the menu LP: #441278.
  * Partially revert pkg-xfce svn r4189 to build the trash panel plugin again,
    as there is xfce4-panel 4.7.x in natty.
  * debian/patches/xubuntu-fix-desktop-files.patch: refreshed to apply cleanly.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 04 Dec 2010 16:46:20 +0100

thunar (1.1.4-1) UNRELEASED; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream release.                                       Closes: #576090
    - add support for GIO.                         lp: #530160, Closes: #552128
    - trash applet for panel does not scale font                     lp: #58549
    - add support for audio cd 'mount'.                             lp: #159627
    - add support for smb://, ftp:// uris.                 lp: #277206, #601321
    - i/o errors on slow filesystems.                               lp: #504806
    - .ogg files are presented as video files                       lp: #512864
    - thunar doesn't recognize *.doc mimetype      lp: #510583, Closes: #547623
  * debian/rules:
    - stop messing with POSIX_MADV since thunar-vfs is gone.
    - drop enable-final and disable-gnome-thumbnailers from configure flags.
    - drop thunar trash applet (tpa) things for now.
    - configure *FLAGS using dpkg-buildflags.
    - link with --as-needed, -z,defs and -O1.
    - change thunarx libname to 2 in chrpath call.
    - rename lib dir from thunar to Thunar.
    - ignore thunarx plugins in dh_makeshlibs.
    - add hardening flags to {C,LD}FLAGS.
  * debian/patches:
    - 01_thunar-help-directory dropped, not useful anymore.
    - 02_thunar-icon-naming-spec-compliance refreshed.
    - 03_thunar-window-maximize dropped, useless as well.
    - 05_fix-crash-drag-gdk-none.patch: dropped also.
    - 06_fix-sidepane-width.patch: dropped, included upstream.
    - 07_update-cursor-on-delete.patch: dropped.
    - 08_refilter-tree-hidden-dir.patch: dropped.
  * debian/control:
    - bump build-dep on exo (0.5.1).
    - add build-dep on libxfce4ui (4.7.1).
    - rename libthunar-vfs package to libthunarx since thunar-vfs has been
      dropped.
    - add recommends on tumbler.
    - temporarily drop xfce4-panel build-dep until we have a stable situation.
    - add build-dep on hardening-includes.
  * drop libthunar-vfs maintainer scripts and lintian overrides.
  * debian/watch updated.
  * debian/thunar.install:
    - drop tpa for now.
    - rename lib dir from thunar to Thunar
  * debian/README.Debian: update help snippet for device mounts, recommend
    thunar-volman.

  [ Lionel Le Folgoc ]
  * debian/control:
    - update libthunarx-2-dev dep on libexo-0.3-dev to libexo-1-dev
    - drop obsolete hal build and binary deps (this version uses GIO now)
    - drop libfam-dev build-deps and libgamin-dev build-conflicts
    - libthunarx-2-dev: drop dep on libexo-1-dev
    - build-depends on libnotify-dev and libgudev-1.0-dev, drop libcairo2-dev
    - bump xfce4-panel-dev build-dep to >= 4.7.0
    - bump Standards-Version to 3.9.1, no change required.
  * debian/copyright: refreshed.
  * debian/source/format: switch to 3.0 (quilt).
  * debian/rules: drop simple-patchsys.mk include.
  * debian/patches:
    - 02_thunar-icon-naming-spec-compliance.patch: refreshed to apply cleanly
    - series: added, include the patch above.
  * debian/thunar.postinst: explicitly set -e.
  * Convert to dh7 + overrides:
    - debian/control: bump dh to >= 7.4.2~ and drop cdbs build-deps
    - debian/*.install: drop leading debian/tmp
    - debian/rules:
      + adapt it to dh7
      + pass --docdir=\$${prefix}/share/doc/thunar-data instead of moving
        the dir manually as it breaks some docs
      + override dh_installdocs with --link-doc=thunar-data instead of making
        the symlinks manually.
  * debian/libthunarx-2-0.symbols: added.
  * debian/libthunarx-2-0.shlib: dropped.

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 03 Nov 2010 22:13:03 +0100

thunar (1.0.2-1ubuntu1) maverick; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
    - debian/patches:
      + 09_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
        . hide Bulk Rename from the menu LP: #441278.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 24 May 2010 01:02:19 +0200

thunar (1.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
  * debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
    startup notification support is enabled in debian/rules.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sun, 23 May 2010 14:12:33 +0200

thunar (1.0.1-4ubuntu1) maverick; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
    - debian/patches:
      + 09_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
        . hide Bulk Rename from the menu LP: #441278.

  * debian/patches/{10,11,12,13}_*: dropped, included in Debian with other
    names.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 08 May 2010 12:58:02 +0200

thunar (1.0.1-4) unstable; urgency=low

  * debian/patches/05_fix-crash-drag-gdk-none.patch: backport patch from
    upstream git to fix crash when dragging non-file data over a window
    (thanks Daniel Gibson for the hint).                        closes: #575665
  * debian/patches: import some patches from lucid to fix several minor
    issues (also fixed in upstream git master):
    - 06_fix-sidepane-width.patch: use g_utf8_strlen to calculate the
      sidepane width, prevents it from being too large with chinese or
      cyrillic locales.                                         lp: #501211
    - 07_update-cursor-on-delete.patch: properly update the cursor when
      a row is deleted in, fixes weird cursor behaviors (Xfce #5361).
    - 08_refilter-tree-hidden-dir.patch: refilter tree model view when
      entering/leaving an hidden directory, prevents hidden dir/files
      from being wrongly displayed.                             lp: #484220
  * debian/control: add myself to uploaders.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Sat, 24 Apr 2010 14:00:31 +0200

thunar (1.0.1-3ubuntu1) lucid; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + 10_fix-sidepane-width.patch: use g_utf8_strlen to calculate
        the sidepane width. LP: #501211
      + 11_fix-crash-drag-gdk-none.patch: avoid requesting drag
        data if target is GDK_NONE. lp: #478443
      + 12_update-cursor-on-delete.patch: properly update the cursor when
        a row is deleted in (Xfce #5361).
      + 13_refilter-tree-hidden-dir.patch: refilter tree model view when
        entering/leaving an hidden directory. lp: #484220
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
        . hide Bulk Rename from the menu LP: #441278.

  * Fixed watch file, thanks Sindhudweep Sarkar. lp: #525282

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 27 Feb 2010 00:24:57 +0100

thunar (1.0.1-3) unstable; urgency=low

  * debian/control:
    - drop strict versioned dependency on thunar-data for libthunarvfs
      packages, only Thunar really needs it.
    - switch libjpeg62-dev build-dep to libjpeg-dev.
    - update standards version to 3.8.4.
  * debian/watch updated.                                       closes: #570793

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 21 Feb 2010 16:24:34 +0100

thunar (1.0.1-2ubuntu4) lucid; urgency=low

  * debian/patches:
    - 12_update-cursor-on-delete.patch: properly update the cursor when
      a row is deleted in (Xfce #5361).
    - 13_refilter-tree-hidden-dir.patch: refilter tree model view when
      entering/leaving an hidden directory. lp: #484220

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 15 Jan 2010 22:37:50 +0100

thunar (1.0.1-2ubuntu3) lucid; urgency=low

  * debian/patches/11_fix-crash-drag-gdk-none.patch: avoid requesting drag
    data if target is GDK_NONE. lp: #478443

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 10 Jan 2010 12:13:38 +0100

thunar (1.0.1-2ubuntu2) lucid; urgency=low

  * debian/patches/10_fix-sidepane-width.patch: use g_utf8_strlen to calculate
    the sidepane width. LP: #501211

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 03 Jan 2010 14:53:51 +0100

thunar (1.0.1-2ubuntu1) lucid; urgency=low

  * Merge from Debian testing, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
        . hide Bulk Rename from the menu LP: #441278.

  * debian/control: drop thunar-data conflicts/replaces thunar-doc and
    libthunar-vfs-1-dev, unneeded (since intrepid).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 10 Nov 2009 23:04:51 +0100

thunar (1.0.1-2) unstable; urgency=low

  * debian/control:
    - correct typo.                                             closes: #531448
    - update standards version to 3.8.3
  * debian/patches:
    - 04_fix-umask-handling.patch added.                        closes: #549282
  * debian/rules:
    - dh_desktop is deprecated, remove it.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 06 Oct 2009 07:55:50 +0200

thunar (1.0.1-1ubuntu2) karmic; urgency=low

  * debian/patches/xubuntu-fix-desktop-files.patch: updated to hide Bulk Rename
    from the menu. LP: #441278
  * debian/patches/04_fix-umask-handling.patch: fix wrong permissions for new
    files and folders. LP: #391969

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 03 Oct 2009 15:45:53 +0200

thunar (1.0.1-1ubuntu1) karmic; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build depends on gtk-doc-tools
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
      + thunar-data: conflicts/replaces thunar-doc, libthunar-vfs-1-dev
        (<= 0.9.0-3ubuntu1)
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar.
  * debian/patches/03_thunar-vfs-apply-umask-properly.patch: dropped, included
    upstream.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 01 Jun 2009 11:06:09 +0200

thunar (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - move lib to libs section and -dev to libdevel.
  * debian/*postinst:
    - stop messing with the thunar-data symlink, and try removing it if it
      exists.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 19 Apr 2009 18:42:36 +0200

thunar (1.0.0-2) unstable; urgency=low

  * Upload to unstable, and mark fixed bugs as such:
    - show a confirmation dialog before deleting an action.     closes: #500652
  * debian/patches:
    - refresh 02_thunar-icon-naming-spec-compliance, more replacement.
    - 03_thunar-window-maximize added, keep maximized state.    closes: #508184
  * debian/control:
    - move to xfce section.
    - remove useless conflicts/replaces.
    - update standards version to 3.8.1.
    - update debhelper build-dep to 7.
  * debian/compat bumped to 7.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 04 Apr 2009 01:43:06 +0200

thunar (1.0.0-1ubuntu3) jaunty; urgency=low

  * No-change rebuild to fix lpia shared library dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 22 Mar 2009 16:52:24 +0100

thunar (1.0.0-1ubuntu2) jaunty; urgency=low

  * debian/patches/03_thunar-vfs-apply-umask-properly.patch: correctly honor
    user's umask (LP: #242842).
  * Resync packaging files with pkg-xfce (r2934):
    - debian/patches: refresh 02_thunar-icon-naming-spec-compliance, more
      replacement.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 13 Mar 2009 23:13:17 +0100

thunar (1.0.0-1ubuntu1) jaunty; urgency=low

  * Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build depends on gtk-doc-tools
      + build-depends on libgamin-dev instead of libfam-dev and remove the
        Build-Conflicts field (this should fix the alternate cd, LP: #323665)
      + thunar-data: conflicts/replaces thunar-doc, libthunar-vfs-1-dev
        (<= 0.9.0-3ubuntu1)
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614)
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar
  * debian/patches/02_fix-font-thumbnailer-desktop-file.patch: dropped, included
    upstream.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 01 Mar 2009 20:33:49 +0100

thunar (1.0.0-1) experimental; urgency=low

  [ Xfce 4.6 Alpha “Pinkie” ]
  * new upstream alpha release.
  * debian/control:
    - update standards version to 3.8.0. No change needed.
    - updade build-deps for Xfce 4.6 Alpha.
    - move thunar-volman from suggests to recommends.
    - add recommends on xdg-user-dirs for Thunar to handle XDG user dirs.
  * debian/patches:
    - 02_thunar-vfs-volume-hal_missing-audio-cds-for-volman dropped, merged
      upstream.
    - 03_use-eject-where-necessary as well.
    - 04_es-l10n-typo.patch too. 
    - 05_thunar-vfs-nozombies finally.
  * debian/rules:
    - fail if dh_install misses files.

  [ Xfce 4.6 Beta 1 “Fuzzy”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Fuzzy.

  [ Xfce 4.6 Beta 2 “Hopper”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Hopper.
  * debian/libthunar-vfs-1-2.shlibs
    - bump shlibs for Hopper.
  * debian/patches:
    - 02_fix-fam-closing-treeview added, fix file monitoring in treeview.
    - 03_eject-handling added, display eject if and only if
      is_ejectable=true. (Xfce r28895, #3978)
    - 04_fix-listview-focus-deleted added, fix focus problem when deleting
      a file in detailed list view. (Xfce r28902, #3884)

  [ Xfce 4.6 Beta 3 “Tuco-tuco”]
  * new upstream beta release.
    - correctly close folders in treeview.                      closes: #478566 
    - display “eject” if and only if device has is_ejectable.   closes: #500561
    - fix focus problem when deleting in detailed list view.    closes: #446810
  * debian/control:
    - update build-deps for “Tuco-Tuco”.
    - add build-dep on intltool.
    - add ${misc:Depends} to various Depends: line.
    - add dep on libglib2.0-dev (for thunar-vfs) and libgtk2.0-dev (for
      thunarx) to -dev package.
  * debian/libthunar-vfs-1-2.shlibs: bump shlibs.
  * debian/patches:
    - 02_fix-fam-closing-treeview dropped, merged upstream.
    - 03_eject-handling as well.
    - 04_fix-listview-focus-deleted finally.
  * rename lintian override file so it's taken by dh_lintian.
  * debian/rules:
    - don't install lintian override, it's done by dh_lintian.
    - call dh_desktop in binary-install.

  [ Xfce 4.6 RC1 “Capybara” ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for “Capybara”.
  * debian/libthunar-vfs-1-2.shlibs:
    - bump shlibs to 0.9.99.1.

  [ Xfce 4.6 ]
  * new upstream release.
  * debian/control:
    - update build-deps for 4.6.0.
    - add ${misc:Depends} to -dev depends.
  * debian/libthunar-vfs-1-2.shlibs:
    - bump shlibs to 1.0.0.
  * debian/patches:
    - 02_thunar-icon-naming-spec-compliance added, make Thunar
      xdg-compliant wrt. icon naming.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Feb 2009 14:30:19 +0100

thunar (0.9.99.1-0ubuntu2) jaunty; urgency=low

  * debian/control: build-depends on libgamin-dev instead of libfam-dev and
    remove the Build-Conflicts field (this should fix the alternate cd,
    LP: #323665)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 03 Feb 2009 00:04:31 +0100

thunar (0.9.99.1-0ubuntu1) jaunty; urgency=low

  * Merge from Debian pkg-xfce UNRELEASED (r2643), remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields.
      + build depends on gtk-doc-tools.
      + thunar-data: conflicts/replaces thunar-doc, libthunar-vfs-1-dev
        (<= 0.9.0-3ubuntu1).
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614).
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar.
  * Bugs fixed by this new release:
    - "Querying Thunar /proc directory causes hang" (LP: #162448)
    - "Thunar does not respond after second window is opened" (LP: #163587)
    - "Thunar does not show if drive is mounted" (LP: #181117)
    - "xfce desktop does not respect freedesktop desktop settings" (LP: #220318)
    - "thunar swaps behavior of forward / back (next / previous) buttons"
      (LP: #234217)
    - "Xubuntu 8.04 X64 Thunar randomly freezes - hidden files/tree view"
      (LP: #293839)
    - "Opening multiple instances of thunar causes system freeze" (LP: #317920)
  * debian/patches/02_fix-font-thumbnailer-desktop-file.patch: add missing keys
    in the font thumbnailer's desktop file (LP: #318290).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 30 Jan 2009 14:47:35 +0100

thunar (0.9.99.1-1) UNRELEASED; urgency=low

  [ Xfce 4.6 Alpha “Pinkie” ]
  * new upstream alpha release.
  * debian/control:
    - update standards version to 3.8.0. No change needed.
    - updade build-deps for Xfce 4.6 Alpha.
    - move thunar-volman from suggests to recommends.
    - add recommends on xdg-user-dirs for Thunar to handle XDG user dirs.
  * debian/patches:
    - 02_thunar-vfs-volume-hal_missing-audio-cds-for-volman dropped, merged
      upstream.
    - 03_use-eject-where-necessary as well.
    - 04_es-l10n-typo.patch too. 
    - 05_thunar-vfs-nozombies finally.
  * debian/rules:
    - fail if dh_install misses files.
  [ Xfce 4.6 Beta 1 “Fuzzy”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Fuzzy.
  [ Xfce 4.6 Beta 2 “Hopper”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Hopper.
  * debian/libthunar-vfs-1-2.shlibs
    - bump shlibs for Hopper.
  * debian/patches:
    - 02_fix-fam-closing-treeview added, fix file monitoring in treeview.
    - 03_eject-handling added, display eject if and only if
      is_ejectable=true. (Xfce r28895, #3978)
    - 04_fix-listview-focus-deleted added, fix focus problem when deleting
      a file in detailed list view. (Xfce r28902, #3884)

  [ Xfce 4.6 Beta 3 “Tuco-tuco”]
  * new upstream beta release.
    - correctly close folders in treeview.                      closes: #478566 
    - display “eject” if and only if device has is_ejectable.   closes: #500561
    - fix focus problem when deleting in detailed list view.    closes: #446810
  * debian/control:
    - update build-deps for “Tuco-Tuco”.
    - add build-dep on intltool.
    - add ${misc:Depends} to various Depends: line.
    - add dep on libglib2.0-dev (for thunar-vfs) and libgtk2.0-dev (for
      thunarx) to -dev package.
  * debian/libthunar-vfs-1-2.shlibs: bump shlibs.
  * debian/patches:
    - 02_fix-fam-closing-treeview dropped, merged upstream.
    - 03_eject-handling as well.
    - 04_fix-listview-focus-deleted finally.
  * rename lintian override file so it's taken by dh_lintian.
  * debian/rules:
    - don't install lintian override, it's done by dh_lintian.
    - call dh_desktop in binary-install.

  [ Xfce 4.6 RC1 “Capybara” ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for “Capybara”.
  * debian/libthunar-vfs-1-2.shlibs:
    - bump shlibs to 0.9.99.1.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 26 Jan 2009 13:29:23 +0100

thunar (0.9.3-0ubuntu1) jaunty; urgency=low

  * New upstream bugfix release, including Danish translation (LP: #290295).
  * Merge with Debian Xfce UNRELEASED, remaining Ubuntu changes:
    - debian/control:
      + build depends on gtk-doc-tools, libgamin-dev instead of libfam-dev
        (deprecated) and remove the Build-Conflicts field
      + thunar-data: conflicts/replaces thunar-doc, libthunar-vfs-1-dev
        (<= 0.9.0-3ubuntu1)
    - debian/patches:
      + 06_fix-menu-icons.patch: correctly displays themed icons even if there's
        a dot in the middle of the filename (see Xfce #3614).
      + xubuntu-fix-desktop-files.patch: various fixes to desktop files:
        . make thunar and thunar-bulk-rename appear under Accessories not System
        . make destop-file-validate happy (remove 'Encoding' and 'Application;')
        . add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that
          GNOME defaults to Nautilus and not Thunar.
  * debian/control: lower the build-dependency on libexo-0.3-dev (>= 0.3.4).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 16 Nov 2008 10:27:38 +0100

thunar (0.9.3-1) UNRELEASED; urgency=low

  * new upstream bugfix release.
  * debian/control:
    - updated standards version to 3.8.0. No change needed.
    - add build-dep on intltool.
  * debian/patches:
    - 04_es-l10n-typo dropped. merged upstream.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 28 Oct 2008 13:20:21 +0100

thunar (0.9.0-10ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + build depends on gtk-doc-tools, libgamin-dev instead of libfam-dev
        (deprecated) and remove the Build-Conflicts field
      + adhere to DebianMaintainerField spec
      + libthunar-vfs-1-dev: add missing deps on libgamin-dev,
        libhal-storage-dev, libdbus-glib-1-dev and libjpeg62-dev
      + thunar-data: conflicts/replaces thunar-doc and libthunar-vfs-1-dev
    - debian/patches/xubuntu-fix-desktop-files.patch: various fixes to desktop
      files:
      + make thunar and thunar-bulk-rename appear under Accessories not System
      + make destop-file-validate happy (remove 'Encoding' and 'Application;')
      + add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that GNOME
        defaults to Nautilus and not Thunar.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 03 Jun 2008 19:33:55 +0200

thunar (0.9.0-10) unstable; urgency=low

  * -dev package doesn't need to depend on exo-utils, thunar does.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 02 Jun 2008 22:52:35 +0200

thunar (0.9.0-9ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + build depends on gtk-doc-tools, libgamin-dev instead of libfam-dev
        (deprecated) and remove the Build-Conflicts field
      + adhere to DebianMaintainerField spec
      + libthunar-vfs-1-dev: add missing deps on libgamin-dev,
        libhal-storage-dev, libdbus-glib-1-dev and libjpeg62-dev
      + thunar-data: conflicts/replaces thunar-doc and libthunar-vfs-1-dev
    - debian/patches/xubuntu-fix-desktop-files.patch: various fixes to desktop
      files:
      + make thunar and thunar-bulk-rename appear under Accessories not System
      + make destop-file-validate happy (remove 'Encoding' and 'Application;')
      + add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that GNOME
        defaults to Nautilus and not Thunar.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 30 May 2008 22:11:35 +0200

thunar (0.9.0-9) unstable; urgency=low

  * debian/control: 
    - don't build-conflict against gamin on hurd, where fam is not available.
    - remove Rudy Godoy and Martin Loschwitz from Uploaders.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 17 May 2008 18:45:16 +0200

thunar (0.9.0-8) unstable; urgency=low

  * debian/control:
    - move Recommends from dbus to dbus-x11 to make sure there is a session bus
      available if user wants dbus.
    - drop now useless conflicts/replaces.
  * debian/rules:
    - install .desktop files to sendto folder.
  * debian/(bluetooth-sendto,gnome-obex-send,xfprint).desktop added, to 
    improve Thunar “sendto” menu. Thanks Evgeni Golov.          closes: #473410

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 27 Apr 2008 16:35:45 +0200

thunar (0.9.0-7) unstable; urgency=low

  * upload to unstable.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 06 Apr 2008 16:59:07 +0200

thunar (0.9.0-6) experimental; urgency=low

  * upload to experimental due to experimental changes…
  * debian/control: 
    - add Homepage: field.
    - add a note about the trash applet plugin.
    - update conflict against thunar-data package for thunar-tpa.desktop
  * debian/rules:
    - add shlibdeps information for trash applet to thunar Recommends: instead
      of Depends:.
    - don't ship the thunar-tpa.desktop file in thunar-data.
  * debian/thunar.install: ship thunar-tpa.desktop in thunar package.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 25 Mar 2008 12:13:11 +0100

thunar (0.9.0-5) unstable; urgency=low

  * debian/compat: bump debhelper compatibility to 5.
  * debian/control:
    - bump debhelper build-dep accordingly.
    - add a new -dbg package containing debugging symbols.
  * debian/libthunar-vfs-1-dev.install:
    - there's no .a or .la generated, so no need to try to ship them.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 02 Mar 2008 01:06:27 +0100

thunar (0.9.0-4ubuntu2) hardy; urgency=low

  * debian/patches/06_fix-menu-icons.patch: correctly displays themed icons even
    if there's a dot in the middle of the filename (see Xfce #3614).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 28 Mar 2008 18:55:44 +0100

thunar (0.9.0-4ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/control:
      + build depends on libgamin-dev instead of libfam-dev and remove the
        build-conflicts field
      + adhere to DebianMaintainerField spec
      + Homepage field added
      + libthunar-vfs-1-dev: add missing deps on libgamin-dev,
        libhal-storage-dev, libdbus-glib-1-dev, libjpeg62-dev and drop
        exo-utils
      + libthunar-vfs-1-2: bump conflict to thunar (<< 0.3.2)
      + thunar: drop exo-utils dep, drop hal, dbus and gamin recommends, drop
        conflicts/replaces on libthunar-vfs-1 and libthunar-vfs-1-dev and bump
        thunar-data conflicts to (<= 0.9.0-3ubuntu1)
      + thunar-data: conflicts/replaces thunar-doc and libthunar-vfs-1-dev
    - debian/libthunar-vfs-1-dev.install: ship gtk-doc
  * debian/patches:
    - rename 04_thunar-vfs-nozombies to 05_thunar-vfs-nozombies, so we don't
      carry unecessary delta with Debian
    - xubuntu-fix-desktop-files.patch: various fixes to desktop files:
      + merge 03_desktop_categories.patch into and drop it
      + make destop-file-validate happy (remove 'Encoding' and 'Application;')
      + add 'OnlyShowIn="XFCE;"' to Thunar-folder-handler.desktop so that GNOME
        defaults to Nautilus and not Thunar (LP: #191817).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 01 Mar 2008 16:17:46 +0100

thunar (0.9.0-4) unstable; urgency=low

  * debian/patches:
    - 04_es-l10n-typo added.                                    closes: #434002
    - 05_thunar-vfs-nozombies added, prevents thunar and xfdesktop to spawn
      zombies. Thanks Jeremy Lal.                               closes: #465803
  * debian/thunar.install: install .desktop files in thunar package.
  * debian/rules: remove .desktop files from thunar-data package.
  * debian/control: add proper conflicts against previous thunar-data.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 01 Mar 2008 13:29:40 +0100

thunar (0.9.0-3ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/control:
      + bump debhelper version
      + build depends on libgamin-dev and remove the build-conflict field
      + adhere to DebianMaintainerField spec
      + Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields updated
      + drop uneeded dependencies on thunar-data
      + drop hal, dbus and gamin recommends
    - bump debhelper compat.
    - drop thunar-data.docs.
    - debian/rules: use our xfce.mk
    - debian/libthunar-vfs-1-dev.install: don't try to install the *a files
      since we delete them in debian/rules.
    - debian/patches:
      + keep 03_desktop_categories.patch to make thunar and thunar-bulk-rename
        appear under Accessories not System in the Applications menu
      + keep 04_thunar-vfs-nozombies.patch
    - debian/*.postinst: dropped, cdbs takes care of this anyway.
  * debian/control: do not depend on exo-utils.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Thu, 07 Feb 2008 19:37:05 +0100

thunar (0.9.0-3) unstable; urgency=low

  * loose dependency in shlibs file by removing debian part.
  * debian/control: add dependency on exo-utils since thunar call exo-eject and
    exo-desktop-item-edit.
  * debian/rules: correct lintian file installation.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 28 Jan 2008 08:13:37 +0100

thunar (0.9.0-2ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/control:
      + bump debhelper version
      + build depends on libgamin-dev and remove the build-conflict field
      + adhere to DebianMaintainerField spec
      + Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields updated
      + drop uneeded dependencies on thunar-data
      + drop hal, dbus and gamin recommends
    - bump debhelper compat.
    - drop README.Debian & thunar-data.docs.
    - keep our debian/copyright, more up-to-date.
    - debian/rules: use our xfce.mk
    - debian/libthunar-vfs-1-dev.install: don't try to install the *a files
      since we delete them in debian/rules.
    - debian/patches:
      + keep 03_desktop_categories.patch to make thunar and thunar-bulk-rename
        appear under Accessories not System in the Applications menu
      + keep 04_thunar-vfs-nozombies.patch
    - debian/*.postinst: dropped, cdbs takes care of this anyway.

 -- Jérôme Guelfucci <jerome.guelfucci@gmail.com>  Thu, 13 Dec 2007 17:30:30 +0100

thunar (0.9.0-2) unstable; urgency=low

  * debian/control:
    - explicitely enable options for ./configure.
    - update standard versions.
  * debian/patches:
    - 03_use-eject-where-necessary added, taken from upstream. closes:  #455866
  * debian/copyright: remove complete GFDL text and add a link to
    common-licenses.

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 12 Dec 2007 23:55:13 +0100

thunar (0.9.0-1ubuntu2) hardy; urgency=low

  * debian/patches/04_thunar-vfs-nozombies.patch: upstream patch to prevent
    Thunar from spawning zombies (Xfce #2983).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 07 Dec 2007 17:50:48 +0100

thunar (0.9.0-1ubuntu1) hardy; urgency=low

  * Merge from Debian Unstable, remaining Ubuntu changes:
    - use xfce.mk
    - debian/patches/03_desktop_categories.patch:
       make thunar and thunar-bulk-rename appear under Accessories not System
       in the Applications menu
    - bump debhelper compat
    - bump debhelper version
    - build depends on libgamin-dev
    - drop hal, dbus and gamin recommends and depends on dbus-x11
    - adhere to DebianMaintainerField spec
    - drop README.Debian & thunar-data.docs
    - keep our debian/copyright, more up-to-date.
    - build and ship gtk-doc in libthunar-vfs-1-dev package
    - thunar-data replaces thunar-doc, and conflicts with it
    - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields updated.
  * debian/*.postinst: dropped, cdbs takes care of this anyway.
  * debian/libthunar-vfs-1-dev.install: don't try to install the *a files since
    we delete them in debian/rules.
  * debian/control: drop uneeded dependencies on thunar-data.
  * debian/patches:
    - 00_gnome_dir_handler.patch: dropped, it's probably causing LP #128844
    - 02_gnome_mount.patch, debian/patches/06_eject_fix.patch: dropped
    - 04_thunar-vfs-add-is-mountable.patch,
      05_thunar-vfs-thumb-jpeg_invalid-recursion-in-exif-ifds.patch:
      dropped, included upstream.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Thu, 06 Dec 2007 01:13:01 +0100

thunar (0.9.0-1) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * new upstream release.
    - ogg files now correctly detected as audio files.          closes: #446369
    - date format is now configurable.                          closes: #392079
  * debian/thunar.menu: switch to new menu policy.
  * debian/control:
    - bump build-dep to Xfce 4.4.2.
    - add build-dep on libjpeg62-dev to build thumbnails correctly even for
      larges images.                                            closes: #444070
  * debian/patches:
    - added 02_thunar-vfs-volume-hal_missing-audio-cds-for-volman.
  * debian/copyright: updated download url.

  [ Simon Huggins ]
  * Add Vcs-* headers to debian/control
  * Make libthunar-vfs-1-2 and -dev depend on thunar-data so their doc
    symlinks work.

 -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 04 Dec 2007 13:05:14 +0100

thunar (0.8.0-6ubuntu4) hardy; urgency=low

  * debian/patches/02_gnome_mount.patch: pass '-n' to gnome-mount, otherwise it 
    shows up a dialog that is redundant with xfdesktop4 one in case of failure.
  * debian/control:
    - Homepage, XS-Vcs-Bzr & XS-Vcs-Browser fields added
    - use ${binary:Version} instead of ${Source-Version} to make lintian happy.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Thu, 08 Nov 2007 18:25:56 +0100
  
thunar (0.8.0-6ubuntu3) gutsy; urgency=low

  * debian/patches/06_eject_fix: For non-volume UDIs such as CD drives,
    search for children that are volumes and eject those when the button
    is pressed instead of failing with an error dialog. (LP #94416)

 -- Jani Monoses <jani@ubuntu.com>  Wed, 03 Oct 2007 14:33:55 +0200
  
thunar (0.8.0-6ubuntu2) gutsy; urgency=low

  * Move gnome-mount to Recommends.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 18 Aug 2007 12:35:29 +0200
  
thunar (0.8.0-6ubuntu1) gutsy; urgency=low

  * Fake merge with Debian Unstable:
    - keep all previous Ubuntu changes
    - drop the magic in {pre,post}{inst,rm} which fixes doc symlinks.
  * debian/patches/
    - 04_thunar-vfs-add-is-mountable.patch: prevents some removable devices 
      from showing up as two devices instead of one (Xfce #2789).
      	(LP: #102893)
    - 05_thunar-vfs-thumb-jpeg_invalid-recursion-in-exif-ifds.patch: fixes a
      crash with some broken jpeg files.	(LP: #94000)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 11 Aug 2007 11:47:50 +0200
  
thunar (0.8.0-6) unstable; urgency=low

  (Yves-Alexis Perez)
  * debian/control: build against libpcre3-dev to enable regexp in thunar mass
    renamer.                                                    closes: #434230
  (Simon Huggins)
  * Fix doc symlinks in packages.

 -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 07 Aug 2007 12:33:14 +0100

thunar (0.8.0-5ubuntu1) gutsy; urgency=low

  * Merge from Debian Unstable, remaining Ubuntu changes:
    - use xfce.mk
    - debian/patches/03_desktop_categories.patch:
       make thunar and thunar-bulk-rename appear under Accessories not System
       in the Applications menu
    - debian/patches/02_gnome_mount.patch:
       use gnome-mount instead of exo-mount
    - debian/patches/00_gnome_dir_handler.patch:
      do not use gnome-default-handler
    - bump debhelper compat
    - bump debhelper version
    - build depends on libjpeg62-dev and libgamin-dev
    - drop hal, dbus and gamin recommends and depends on dbus-x11
    - add Homepage to long descriptions
    - adhere to DebianMaintainerField spec
    - drop README.Debian, thunar-data.docs
    - keep our debian/copyright, more up-to-date.
    - build and ship gtk-doc in libthunar-vfs-1-dev package.
  * Try to reduce the delta with Debian:
    - drop thunar-doc binary package (documentation is shipped in thunar-data
    instead)
    - drop DEB_INSTALL_MANPAGES_thunar := debian/thunar.1 and use
    thunar.manpages instead
    - debian/rules: add --disable-gnome-thumbnailers configure flag
    - debian/patches/01_thunar-help-directory.patch: install docs to
      /usr/share/doc/thunar instead of /usr/share/doc/Thunar.
  * debian/control: thunar-data replaces thunar-doc, and conflicts with it.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Wed, 04 Jul 2007 22:44:28 +0200

thunar (0.8.0-5) unstable; urgency=low

  * Upload to unstable now it's through NEW.

 -- Simon Huggins <huggie@earth.li>  Wed, 27 Jun 2007 12:41:14 +0100

thunar (0.8.0-4) experimental; urgency=low

  * Split out the architecture independent files.
  * Use ${binary:Version} so that we can be binNMU'd safely.

 -- Simon Huggins <huggie@earth.li>  Fri, 25 May 2007 16:06:19 +0100

thunar (0.8.0-3) unstable; urgency=low

  * debian/control: Suggests thunar-volman
  * debian/control: Ship README.Debian again                    closes: #415487

 -- Simon Huggins <huggie@earth.li>  Tue, 22 May 2007 14:19:39 +0100
 
thunar (0.8.0-2ubuntu2) gutsy; urgency=low

  * debian/control: add dependency on dbus-x11 for thunar, otherwise the
    trash applet won't work (since dbus-launch has been moved from dbus to
    dbus-x11).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 10 Jun 2007 16:07:22 +0200
 
thunar (0.8.0-2ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - use xfce.mk
    - user documentation is installed in thunar-doc
    - debian/patches/01_desktop_categories.patch:
       make thunar and thunar-bulk-rename appear under Accessories not System
       in the Applications menu
    - debian/patches/02_gnome_mount.patch:
       use gnome-mount instead of exo-mount
    - build depends on libjpeg62-dev and libgamin-dev

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sat,  5 May 2007 11:50:07 +0200

thunar (0.8.0-2) unstable; urgency=low

  * debian/copyright: updated copyright holders and license for documentation. 

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 15 Apr 2007 15:28:17 +0100

thunar (0.8.0-1) experimental; urgency=low
  
  (Yves-Alexis Perez)
  * New upstream release.
    - zn_CH translation updated.				closes: #406634
  * debian/control:
    - updated build-deps against Xfce 4.4.
    - recommends dbus.						closes: #402419
    - recommends gamin
    - drop recommends on pmount as mount is now managed trough hal.
    - build-dep against libfam-dev instead of libgamin-dev so users can then
    choose.
  * remove Thunar.1 from package as it's now shipped upstream. Provide a
    symbolic link from thunar.1 to Thunar.1.
  * debian/thunar.install: ship everything in /usr/share/

  (Emanuele Rocca)
  * Added versioned build-dep on libgtk2.0-dev (>= 2.10.1).

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 28 Jan 2007 15:50:35 +0100
 
thunar (0.8.0-0ubuntu6) feisty; urgency=low

  * Make libthunar-vfs-1-2 not libthunar-vfs-1-dev depend on gnome-mount
    to fix the recent bugs about Xubuntu not being able to mount things.
    
 -- Jani Monoses <jani@ubuntu.com>  Mon,  9 Apr 2007 19:48:38 +0300

thunar (0.8.0-0ubuntu5) feisty; urgency=low

  * Rebuild to fix FTBFS due to missing libstartup-notification1-la

 -- Jani Monoses <jani@ubuntu.com>  Thu,  5 Apr 2007 18:53:56 +0300

thunar (0.8.0-0ubuntu4) feisty; urgency=low

  * debian/patches/01_desktop_categories.patch:
     make thunar and thunar-bulk-rename appear under Accessories not System
     in the Applications menu
  * debian/patches/02_gnome_mount.patch:
     use gnome-mount instead of exo-mount to take advantage of its better
     support for NTFS, encrypted storage and non-privileged mount of non-removable
     partitions. Show the latter in the Thunar left-pane.
  * debian/control:
     change Maintainer fields, depend on gnome-mount

 -- Jani Monoses <jani@ubuntu.com>  Thu, 29 Mar 2007 12:56:43 +0300

thunar (0.8.0-0ubuntu3) feisty; urgency=low

  * debian/control: libthunar-vfs-1-dev depends on
    libjpeg62-dev

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Wed, 24 Jan 2007 19:04:06 +0100

thunar (0.8.0-0ubuntu2) feisty; urgency=low

  * Install documentation in usr/share/doc/thunar, not
    usr/share/doc/Thunar (LP #81119)

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Tue, 23 Jan 2007 15:03:28 +0100

thunar (0.8.0-0ubuntu1) feisty; urgency=low

  * New upstream release, part of Xfce 4.4 final
  * Drop debian/watch, debian/README.debian
  * drop Thunar.1, and use a symlink to thunar.1 instead
  * Bump debhelper compat
  * debian/control:
    - bump debhelper version
    - thighten B-D versions according to configure.in
  * debian/thunar-doc.install, debian/control:
    created/modified to ship user documentation in a new
    thunar-doc binary package
  * debian/thunar.install: install the thunar-sendto-email.desktop
    file
  * debian/copyright: update copyright years
  
 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Mon, 22 Jan 2007 10:34:17 +0100

thunar (0.5.0svn+r24382-0ubuntu2) feisty; urgency=low

  * debian/control:
     - Build Depend on libjpeg62-dev to enable jpeg
       thumbnailers support
     - Drop pmount dependency, exo takes care of mounting
       the medias now

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Tue, 16 Jan 2007 13:50:35 +0100

thunar (0.5.0svn+r24382-0ubuntu1) feisty; urgency=low

  * New upstream svn snapshot

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sun, 14 Jan 2007 16:49:28 +0100

thunar (0.5.0svn+r24206-0ubuntu1) feisty; urgency=low

  * New svn upstream snapshot, fixes several bugs (LP #68711)

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Fri, 29 Dec 2006 10:46:02 +0100

thunar (0.5.0rc2-1) unstable; urgency=low

  * New upstream release.
  * debian/control: 
    - updated build-deps against Xfce 4.4RC2 (4.3.99.2).
    - updated description as we don't ship a svn snapshot anymore.
  * thunar-uca now uses terminal configured in exo-preferred-applications.
  * ship thunar-sendto-email correctly. 

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 27 Nov 2006 15:24:13 +0100

thunar (0.5.0-0ubuntu1) feisty; urgency=low

  * New upstream release, part of Xfce 4.4RC2
  * Bump libexo {,build} dependencies to >= 0.3.1.12

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Thu,  9 Nov 2006 17:20:59 +0100

thunar (0.4.0svn+r23151-0ubuntu1) edgy; urgency=low

  * Upstream svn snapshot, fixes LP bugs 45830, 51150, 56972

 -- Jani Monoses <jani@ubuntu.com>  Thu, 14 Sep 2006 09:03:50 +0300

thunar (0.4.0rc1-2) unstable; urgency=low

  (Yves-Alexis Perez)
  * debian/control: allow building on non-linux arche by removing hal
    build-dep on those archs (thanks Cyril Brulebois).          Closes: #389082
  (Simon Huggins)
  * Replace POSIX_MADV* with MADV* on archs with dodgy bits/mman.h
                                                                Closes: #389414

 -- Yves-Alexis Perez <corsac@corsac.net>  Fri, 29 Sep 2006 12:53:30 +0100

thunar (0.4.0rc1-1) unstable; urgency=low

  * New upstream release.
  * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1).

 -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 23 Sep 2006 13:45:58 +0100

thunar (0.4.0-0ubuntu1) edgy; urgency=low

  * New upstream release, part of Xfce 4.4 rc1
  * Several bug fixes
  * Updated translations
  * Build Depends: bump libexo-0.3-dev version to >=0.3.1.10

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Mon,  4 Sep 2006 17:56:08 +0200

thunar (0.3.2svn+r22592-0ubuntu2) edgy; urgency=low

  * Rebuild against dbus 0.90

 -- Sebastian Dröge <slomo@ubuntu.com>  Thu, 24 Aug 2006 18:18:01 +0200

thunar (0.3.2svn+r22592-0ubuntu1) edgy; urgency=low

  * Upstream svn snapshot, adds support for trash, fixes several bugs

 -- Jani Monoses <jani@ubuntu.com>  Mon, 31 Jul 2006 16:23:37 +0300

thunar (0.3.2beta2-1) unstable; urgency=low

  * New upstream release.
  * Switch from Terminal to xfce4-terminal in the example UCA.	Closes: #374103

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun,  9 Jul 2006 22:01:38 +0200

thunar (0.3.2-0ubuntu1) edgy; urgency=low

  * New upstream release, part of Xfce 4.4 beta2
  * Rename libthunar-vsf-1 binary to libthunar-vfs-1-2 to comply with the
    library packaging policy

 -- Jani Monoses <jani@ubuntu.com>  Tue, 11 Jul 2006 09:00:14 +0300

thunar (0.3.0+r21789-0ubuntu2) dapper; urgency=low

  * Do not register x-directory/gnome-default-handle, it causes
    Gnome Places to be opened by thunar instead of nautilus if
    both are installed. (LP #35997)

 -- Jani Monoses <jani@ubuntu.com>  Mon, 29 May 2006 14:14:38 +0300

thunar (0.3.0+r21789-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot, revert our last popup dialog change
    as it is fixed properly in xfdesktop now. Chinese manual 
    added. 

 -- Jani Monoses <jani@ubuntu.com>  Tue, 23 May 2006 16:12:18 +0300

thunar (0.3.0+r21728-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot towards beta 2 (bugfixes)
  * Pop up an error when a file with the same name as an existing
    one is to be created on the desktop instead of silently failing.
  * Do not leave removed directory names in the pathbar (ex: removable
    media dir deleted by pumount)

 -- Jani Monoses <jani@ubuntu.com>  Sat, 20 May 2006 15:53:44 +0300

thunar (0.3.0+r21434-0ubuntu2) dapper; urgency=low

  * Configure with minimum debug which implies no -Werror. Prevents
    FTBFS on gcc warnings.

 -- Jani Monoses <jani@ubuntu.com>  Wed,  3 May 2006 19:17:02 +0300

thunar (0.3.0+r21434-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot, bugfixes

 -- Jani Monoses <jani@ubuntu.com>  Tue,  2 May 2006 09:35:26 +0300

thunar (0.3.0+r21276-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (towards beta2) bringing bugfixes

 -- Jani Monoses <jani@ubuntu.com>  Thu, 27 Apr 2006 23:49:03 +0300

thunar (0.3.0+r20943-0ubuntu2) dapper; urgency=low

  * Depend on shared-mime-info package to detect .desktop file types 

 -- Jani Monoses <jani@ubuntu.com>  Thu, 27 Apr 2006 18:47:45 +0300

thunar (0.3.0+r20943-0ubuntu1) dapper; urgency=low

  * Upstream beta 1 release (0.3.0)

 -- Jani Monoses <jani@ubuntu.com>  Mon, 17 Apr 2006 18:54:41 +0300

thunar (0.3.0beta1-3) unstable; urgency=low

  * Fixed menu file and manpages being in libthunar-vfs-1-dev instead of
    thunar.
  * Updated manpage using help2man.

 -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 17 Jun 2006 12:36:29 +0100

thunar (0.3.0beta1-2) unstable; urgency=high

  (Yves-Alexis Perez)
   * Added shared-mime-info as dependency to have correct mime types detection 
  (Simon Huggins)
   * Move the packages around in debian/control so the lib is built first and
     the shlibs file gets taken into account and we get a proper versioned
     libthunar-vfs-1-2 dep.  urgency=high to fix the stupid amd64 dependency
     bug pbuilder left us.                                      closes: #373724

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon,  5 Jun 2006 17:26:39 +0200

thunar (0.3.0beta1-1) unstable; urgency=low

  (Yves-Alexis Perez)
   * New upstream release
   * Updated help path so help page (F1) is opened correctly    closes: #362491
  (Simon Huggins)
   * Remove .la files all together from this package - we ship a .pc file
     which should be sufficient for things building against it.
   * Add dependency on libexo-dev to libthunar-vfs-1-dev.

 -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 03 May 2006 18:35:05 +0100

thunar (0.2.2svn+r20869-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (bugfixes, UI features, translations)
  * Add build dependencies on gtk-doc-tools, libexif-dev and libpcre3-dev 
  * Install user help and API doc files too
  * Do not install unused *.la files for the plugins

 -- Jani Monoses <jani@ubuntu.com>  Fri, 14 Apr 2006 09:45:48 +0300

thunar (0.2.2svn+r20580-0ubuntu2) dapper; urgency=low

  * Install helpers too (bulk-renamer, help, mime cleaner)

 -- Jani Monoses <jani@ubuntu.com>  Fri, 31 Mar 2006 08:00:52 +0300

thunar (0.2.2svn+r20580-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot with bulk-renaming feature
  * Make versioned shlibs for libthunar-vfs so thunar
    depends on the latest library.

 -- Jani Monoses <jani@ubuntu.com>  Mon, 27 Mar 2006 07:52:12 +0300

thunar (0.2.2svn+r20500-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot

 -- Jani Monoses <jani@ubuntu.com>  Mon, 20 Mar 2006 12:06:48 +0200

thunar (0.2.2svn+r20294-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Make libthunar-vfs-1-dev depend libdbus-glib-1-dev
  * Catch all desktop files for gettexting

 -- Jani Monoses <jani@ubuntu.com>  Thu,  9 Mar 2006 09:37:59 +0200

thunar (0.2.2alpha2-r20235-2) unstable; urgency=low

  * Explicitly build without gconf dependency
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Fri, 17 Mar 2006 18:09:01 +0100

thunar (0.2.2alpha2-r20235-1) unstable; urgency=low
  
  (Yves-Alexis Perez)
   * New upstream (alpha2) release
   * debian/control
     - Build-depend on libhal-storage-dev and libdbus-glib-1-dev to enable
     volume management in thunar (see /usr/share/doc/thunar/README.volumes)
     - Build-depend on libgamin so thunar is informed of changes by gam
     - Depend on desktop-file-utils so thunar can use update-desktop-database
   * bump soname in lib package name
   * debian/libthunar-vfs-1-2.shlibs
     - bump soname
   * debian/thunar.install
     - Included thunar-uca (User Customisable Actions) in thunar package
     - Moved locales from libthunarvfs-1 to thunar package
     - Added html doc files
   * debian/libthunar-vfs-1-dev.install
     - Included gtk-doc in the dev package
   * debian/docs
     - Added FAQ and HACKING in the docs
  (Simon Huggins)
   * Don't ship the thunar-uca.la.
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 14 Mar 2006 09:50:28 +0000

thunar (0.2.2alpha2+r20235-0ubuntu2) dapper; urgency=low

  * Let shlibs file be autogenerated instead of having to keep
    one manually updated

 -- Jani Monoses <jani@ubuntu.com>  Tue,  7 Mar 2006 17:42:01 +0200

thunar (0.2.2alpha2+r20235-0ubuntu1) dapper; urgency=low

  * New upstream release
  * Depend on latest libexo
  * Add libhal-storage-dev and libgamin-dev as depends of libthunar-vfs-1-dev

 -- Jani Monoses <jani@ubuntu.com>  Mon,  6 Mar 2006 08:05:06 +0200

thunar (0.2.1svn+r20198-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Add gettext domain to .desktop file
  * Move dbus service and uca files to thunar package
  * Bump exo dependency, and explicitely depend on libthunar-vfs

 -- Jani Monoses <jani@ubuntu.com>  Sat,  4 Mar 2006 19:27:11 +0200

thunar (0.2.1svn+r19908-0ubuntu2) dapper; urgency=low

  * Add depend on desktop-file-utils (from alioth svn)
  * Install dbus service files, and thunar-uca.xml (Daniele Favara)
  * Use xfce4-terminal instead of Terminal for terminal app 
    binary name (Daniele Favara)
   
 -- Jani Monoses <jani@ubuntu.com>  Fri, 24 Feb 2006 15:58:51 +0200

thunar (0.2.1svn+r19908-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Add pmount, hal and dbus as depends

 -- Jani Monoses <jani@ubuntu.com>  Fri, 17 Feb 2006 13:05:54 +0200

thunar (0.2.0alpha-r19548-4) unstable; urgency=low
  
  * Build-depend on libgamin so thunar is informed of changes by gam
  * Included thunar-uca (User Customisable Actions) in package
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 30 Jan 2006 16:53:57 +0100
 
thunar (0.2.0alpha-r19548-3) unstable; urgency=low
  
  * Fixed versioned dependancy on libthunarvfs-1
  * Updated exo version dependancy 				Closes: #349829
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 28 Jan 2006 16:53:33 +0000
 
thunar (0.2.0alpha-r19548-2) unstable; urgency=low
  
  * Added pixmaps and icons to thunar package			Closes: #349758
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 25 Jan 2006 10:19:32 +0000
 
thunar (0.2.0alpha-r19548-1) unstable; urgency=low
  
  * New Upstream (alpha) release
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 22 Jan 2006 22:26:21 +0100
 
thunar (0.1.4svn+r18850-3) unstable; urgency=low
  
  * Added a little patch so thunar doesnt FTBFS on some arches	Closes: #345817
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Tue, 03 Jan 2006 16:09:49 +0100
 
thunar (0.1.4svn+r18850-2) unstable; urgency=low
  
  * Added a build-dependancy on libxml-parser-perl so thunar builds in pbuilder
  * Changed the dependancy for libthunar-vfs-1-dev to libthunar-vfs-1
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 02 Jan 2006 23:42:32 +0100
 
thunar (0.1.4svn+r18850-1) unstable; urgency=low

  * Initial release 						Closes: #344321

 -- Yves-Alexis Perez <corsac@corsac.net>  Fri, 30 Dec 2005 18:06:29 +0100
