filezilla (3.5.3-2) unstable; urgency=low

  * Added debian/filezilla.svg and install it as application icon
     - http://svn.filezilla-project.org/svn/artwork/FileZilla%20logo.svg
     - Scales better to a larger size (Closes: #663634)
  * Set myself as maintainer replacing Adam Cécile (Le_Vert)
    <gandalf@le-vert.net> (Closes: #673961)
  * Updated Standards-Version to 3.9.3, no change needed
  * Added debian/patches/02_fix-ftbfs.patch to fix FTBFS

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 24 Jun 2012 17:27:38 +0200

filezilla (3.5.3-1) unstable; urgency=low

  * New upstream release

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 15 Jan 2012 23:09:11 +0100

filezilla (3.5.2-1) unstable; urgency=low

  * New upstream release (Closes: #630687)
     - Closes: #624057 (use of GnuTLS deprecated functions)
     - Closes: #631718, fixing a crash with some locales, patch written by
       Nobuhiro Ban, thanks!
  * debian/rules: fixed typo in "override_dh_installchangelogs" (upstream
    changelog was not installed anymore due to this)
  * Updated debian/patches/01_remove-xdg-check.patch to apply correctly
  * Added libsqlite3-dev to build-deps as it's needed now
  * Updated Standards-Version to 3.9.2, no change needed
  * Build with system tinyxml again, as it now contains the bug fix previously
    mentioned

 -- Adrien Cunin <adri2000@ubuntu.com>  Thu, 22 Dec 2011 10:18:02 +0100

filezilla (3.3.5.1-1) unstable; urgency=low

  * New upstream release
  * Build with --with-tinyxml=builtin, until the system tinyxml gets the
    following fix:
    http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
  * Updated Standards-Version to 3.9.1, no change needed

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 05 Dec 2010 13:33:05 +0100

filezilla (3.3.3-1) unstable; urgency=low

  * New upstream release (Closes: #586910)
  * Use 3.0 (quilt) format:
     - Added debian/source/format
     - Removed dpatch build-dep
     - Updated debian/patches/
     - Updated debian/rules and use dh_overrides
     - Added build-dep on debhelper (>= 7.0.50~)
     - Removed debian/README.source
     - debian/gbp.conf: added compression = bzip2
  * Updated Standards-Version to 3.9.0, no change needed

 -- Adrien Cunin <adri2000@ubuntu.com>  Tue, 06 Jul 2010 09:24:01 +0200

filezilla (3.3.2.1-1) unstable; urgency=low

  * New upstream release
     - Really fixes previously mentioned bugs (the patches for them were not
       included in upstream 3.3.1)
  * Added libgtk2.0-dev to build-deps
  * Added libtinyxml-dev to build-deps, so that the system libtinyxml is used
  * Added debian/README.source saying that dpatch is used
  * Updated Standards-Version, no change needed

 -- Adrien Cunin <adri2000@ubuntu.com>  Tue, 20 Apr 2010 09:25:39 +0200

filezilla (3.3.1-1) unstable; urgency=low

  * New upstream release (LP: #447224, #497836)
  * Added dpatch
  * Added 01_remove-xdg-check.dpatch: patch configure and configure.in so that
    it doesn't fail if xdg-open is not present at build time
  * Recommend xdg-utils

 -- Adrien Cunin <adri2000@ubuntu.com>  Tue, 09 Feb 2010 08:52:27 +0100

filezilla (3.3.0.1-1) unstable; urgency=low

  * New upstream release
  * Updated previous changelog entry to mention desktop notifications as a new
    feature

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 15 Nov 2009 17:15:41 +0100

filezilla (3.3.0-1) unstable; urgency=low

  * New upstream release
     - New features: tabbed interface, desktop notifications
  * Updated features list in package description

 -- Adrien Cunin <adri2000@ubuntu.com>  Thu, 12 Nov 2009 10:38:05 +0100

filezilla (3.2.7.1-1) unstable; urgency=low

  * New upstream release
  * Extended filezilla-common long description
  * debian/copyright:
     - Replaced (C) with ©
     - Updated copyrights years
     - Point to GPL version 2 specifically
  * Install fzdefaults.xml man page in filezilla-common instead of filezilla;
    made filezilla-common replaces: filezilla (<< 3.2.7.1-1)
  * Install /usr/share/icons/ files
  * Symlink /usr/share/filezilla/docs/ to /usr/share/doc/filezilla-common/

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 23 Aug 2009 22:07:54 +0200

filezilla (3.2.7-1) unstable; urgency=low

  * New upstream release (LP: #389525)
     - New feature: remote file search
     - pkg-config is now used to search for gnutls (Closes: #529822)
  * Changed package descriptions, not mentioning Windows anymore
  * Updated features list in package description
  * Added pkg-config to the build-dependencies
  * Build-Depend on libgnutls-dev version >= 2.8.3, as required by upstream
  * Updated Standards-Version to 3.8.3
  * debian/rules: touch magic on configure and configure.in to make sure the
    first has a more recent timestamp than the second (Closes: #529701)

 -- Adrien Cunin <adri2000@ubuntu.com>  Thu, 20 Aug 2009 00:38:30 +0200

filezilla (3.2.4.1-1) unstable; urgency=low

  * New upstream release (Closes: #521341, LP: #348083)
     - Fixes a crash with SFTP reported in Ubuntu (LP: #360271)
  * Updated features list in package description according to upstream's README

 -- Adrien Cunin <adri2000@ubuntu.com>  Tue, 28 Apr 2009 22:04:57 +0200

filezilla (3.2.2.1-1) unstable; urgency=low

  * Upload to unstable now that lenny is released
  * New upstream release (LP: #326578)
     - New features: bookmarks, logging to file and synchronized browsing
     - libdbus support
     - Fixes some encoding issues with some locales (LP: #312246)
     - Better handles editing files with no application associated (LP: #310167)
  * Updated features list in package description with new features
  * Added libdbus-1-dev build-dep and explicitely use --with-dbus when
    configuring

 -- Adrien Cunin <adri2000@ubuntu.com>  Sun, 22 Feb 2009 21:27:48 +0100

filezilla (3.1.6-1) experimental; urgency=low

  [ Adam Cécile (Le_Vert) ]
  * New upstream release.
  * Still upload to experimental.

  [ Adrien Cunin ]
  * debian/control: no need to version -common's conflicts/replaces on -locales.
  * Added ${misc:Depends} dependency to -common to make lintian quiet.

  [ Loic Minier ]
  * Move .gbp.conf to debian/gbp.conf.
  * Remove builder hack in gbp.conf.
  * Use pristine-tar in gbp.conf.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sat, 20 Dec 2008 12:28:30 +0100

filezilla (3.1.5.1-1) experimental; urgency=low

  * New upstream release
     - Fixes crash when renaming a directory in the local tree view (reported
       as #283744 in LP)
     - Fixes color issues with dark themes (LP: #284755)
     - Fixes display bug with status lines overlapping scrollbar in the queue
       (LP: #298907)
  * Still upload to experimental
  * Minor fixes:
     - debian/rules: added .PHONY and use touch $@
     - debian/control: wrap build-deps and added ${misc:Depends} dependency to
       filezilla
  * configure{,.in}: downgrade wx dependency back to 2.8.6, as 2.8.9 is not yet
    in Debian
  * Merged filezilla-locales binary package into filezilla-common
     - Dropped debian/filezilla-locales.{install,links}
     - Updated debian/{control,rules,filezilla-common.install}
       (debian/control: removed any filezilla-locales occurrence, and added
       versioned replaces/conflicts on filezilla-locales to filezilla-common)

 -- Adrien Cunin <adri2000@ubuntu.com>  Fri, 21 Nov 2008 09:15:02 +0100

filezilla (3.1.3.1-1) experimental; urgency=low

  [ Adam Cécile (Le_Vert) ]

  * Upload to experimental because of lenny freeze.
  * Fix debian/control (wrong supported features list) (Closes: #494483).
  * Install docs/fzdefaults.xml.example (Closes: #494480).
  * Add Adrien Cunin as co-maintainer.
  * Thanks to Adrien Cunin from Ubuntu for his help.

  [ Adrien Cunin ]

  * debian/control: added Vcs-Git and Vcs-Browser fields
  * New upstream release (Closes: #494478)
  * debian/{control,compat}: use debhelper 7
  * debian/rules:
     - Rewritten from scratch, using new debhelper capabilities
     - Use dh_installchangelogs with -k
  * Removed useless debian/*.dirs
  * debian/copyright: updated and fixed
  * Install docs/fzdefaults.xml.example with dh_installexamples instead of
    dh_installdocs

 -- Adrien Cunin <adri2000@ubuntu.com>  Mon, 06 Oct 2008 22:07:08 +0200

filezilla (3.0.11.1-1) unstable; urgency=low

  * wxWidgets 2.8 just entered unstable ! Upload to unstable.
  * New upstream release.
  * Bump Standards-Version to 3.8.0.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sat, 05 Jul 2008 21:00:24 +0200

filezilla (3.0.10-1) experimental; urgency=low

  * New upstream release (Closes: #475315).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 27 May 2008 22:56:32 +0200

filezilla (3.0.8.1-1) experimental; urgency=low

  * New upstream release (Closes: #471897).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 01 Apr 2008 23:32:35 +0200

filezilla (3.0.8-1) experimental; urgency=low

  * New upstream release.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Fri, 14 Mar 2008 22:20:14 +0100

filezilla (3.0.7.1-1) experimental; urgency=low

  * Yeah, we have it! wx2.8 entered experimental!
  * New upstream release (Closes: #404319,#444960,#455820,#444700,#436276).
  * Update debian/watch (Closes: #453537).
  * Use NEWS as changelog.
  * Drop debian's manpages, upstream has some now.
  * Do not ignore make distclean erros anymore.
  * Configure with "--disable-autoupdatecheck" (Closes: #431435).
  * Drop all patches, fixed upstream. Remove dpatch bdep.
  * Bump Standard-Version to 3.7.3.
  * Update build depends (wx >= 2.8.6 and libgnutls-dev >= 2.0.4).
  * Move homepage to the new dpkg standard field.
  * Drop README.Debian, obsolete.
  * Install README, AUTHORS as doc.
  * Drop desktop file, added upstream.
  * Update debian/menu to the new policy.
  * Create XPM icon with imagemagick.
  * Many thanks to Adrien Cunin <adri2000@ubuntu.com> who maintained
    filezilla in ubuntu while I was waiting for wx2.8!

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Thu, 21 Feb 2008 21:01:23 +0100

filezilla (3.0.0~beta2-4) unstable; urgency=low

  * Patch to avoid filezilla crash when ~/.filezilla doesn't exist, thanks to
    Adrien Cunin.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 25 Feb 2007 18:56:08 +0100

filezilla (3.0.0~beta2-3) unstable; urgency=HIGH

  * Backport patch from filezilla 3.0.0~beta5 to fix format string
    vulnerabilities, see CVE-2007-0317 (Closes: #407683).
  * Add dpatch build-dependency to handle patches.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sat, 20 Jan 2007 18:11:31 +0100

filezilla (3.0.0~beta2-2) unstable; urgency=low

  * Really update debian/watch. 

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Sun, 22 Oct 2006 18:22:15 +0200

filezilla (3.0.0~beta2-1) unstable; urgency=low

  * New upstream release.
  * Fix debian/watch to check SF project page instead of nighly builds.
  * Remove 000-Remove_nag_screen patch, not needed anymore.

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Mon, 16 Oct 2006 19:27:56 +0200

filezilla (2.9.4+cvs20060919-1) unstable; urgency=low

  * Initial release (Closes: #330678).

 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 19 Sep 2006 17:33:36 +0200

