torsocks (2.0.0-1) unstable; urgency=low

  * New upstream release. The 2.0 rewrite is considered stable.
    (Closes: #684580, #704861, #755458)
  * Put under the umbrella of the Anonymity Tools Debian Maintainers team.
  * Add watch file and upstream signing key.
  * Add debian/README.source.

 -- Jérémy Bobbio <lunar@debian.org>  Fri, 22 Aug 2014 23:37:53 +0000

torsocks (2.0.0~rc7-1) experimental; urgency=medium

  * New upstream release.
  * Refresh quilt patch.
  * Use canonical URL in Vcs-Git.

 -- intrigeri <intrigeri@debian.org>  Sat, 05 Apr 2014 14:23:12 +0200

torsocks (2.0.0~rc6-1) experimental; urgency=low

  * New upstream release.
  * Update debian/rules now that documentation has moved.
  * Bump Standards-Version to 3.9.5, no changes required.

 -- Jérémy Bobbio <lunar@debian.org>  Mon, 17 Mar 2014 21:39:12 +0100

torsocks (2.0.0~rc3-1) experimental; urgency=low

  * New upstream release.
  * Drop now obsolete patches.

 -- Jérémy Bobbio <lunar@debian.org>  Tue, 05 Nov 2013 10:05:13 +0100

torsocks (2.0.0~rc2-3) experimental; urgency=low

  * Add a patch to fix a deadlock in getpeername() error path.
  * Add a patch to add compatibility with GNU/kFreeBSD.
  * Add a patch to fix build on s390(x) architectures.

 -- Jérémy Bobbio <lunar@debian.org>  Thu, 24 Oct 2013 21:12:36 +0200

torsocks (2.0.0~rc2-2) experimental; urgency=low

  * Remove Pre-Depends on dpkg as its already satisfied in oldstable,
    as pointed by intrigeri.
  * Add a patch to prevent running tests that require network access.
  * Add a patch to fix undefined syscall values for x86.

 -- Jérémy Bobbio <lunar@debian.org>  Wed, 23 Oct 2013 12:43:14 +0200

torsocks (2.0.0~rc2-1) experimental; urgency=low

  * Upload new torsocks rewrite to experimental.
  * Update debian/copyright.
  * Adapt installation cleanup phase to the new upstream version.
  * Remove get-orig-source from debian/rules as we use pristine-tar.
  * Do not ship upstream changelog twice.
  * Gracefully handle the move of torsocks.conf from /etc to /etc/tor.
  * Bump Standards-Version to 3.9.4, no changes required.

 -- Jérémy Bobbio <lunar@debian.org>  Tue, 22 Oct 2013 22:24:57 +0200

torsocks (1.3-3) unstable; urgency=low

  * Reorder Makefile targets.
  * Remove obsolete Lintian override.
  * Add missing entry in debian/copyright.
  * Add debian/watch file to monitor new upstream tags.
  * Don't call rm with -f in override_dh_auto_install.

 -- intrigeri <intrigeri@debian.org>  Thu, 09 May 2013 11:55:28 +0200

torsocks (1.3-2) unstable; urgency=low

  * Update Homepage control field.
  * Upload to unstable.

 -- intrigeri <intrigeri@debian.org>  Tue, 07 May 2013 11:35:33 +0200

torsocks (1.3-1) experimental; urgency=low

  * New upstream release:
    - Fix "not found in any shared library". (Closes: #636943)
    - Fix invocation without arguments, only spawn a shell when called
      with "--shell". (Closes: #684577)
    - Display correct error message when the wrapped program cannot be
      found in $PATH.
    - Fix typos in manpage. (Closes: #683358)
    - First stab at ensuring IPv6 connections are dropped on the floor.
  * Drop all patches, they were applied upstream.
  * Update specification URL in debian/copyright.
  * Bump Standards-Version to 3.9.3, no change required.
  * Drop obsolete Lintian override.
  * Remove obsolete watch file.
  * Don't include buildflags.mk by hand, debhelper v9 does it.
  * Don't cleanup not shipped .la file.
  * Drop obsolete --enable-socksdns configure flag.

 -- intrigeri <intrigeri@debian.org>  Sat, 23 Feb 2013 12:54:25 +0100

torsocks (1.2-3) unstable; urgency=low

  * Take over this package, in agreement with Patrick.
    Thanks a lot, Patrick, for having maintained torsocks in Debian for years.
  * Add Lunar as an uploader.
  * New patches:
    - Try harder to find symbols instead of complaining (Closes: #636943).
    - Display correct error message when the wrapped program cannot be found
      in $PATH.
  * Convert debian/rules to dh7 tiny rules format.
  * Use dh-autoreconf.
  * Switch to dpkg-buildflags for hardening.
  * Don't ship the libtorsocks.la file.
  * Convert debian/copyright to DEP5 format.
  * Fix spelling of SOCKS in short and long descriptions.
  * Override Lintian false positives.
  * Add Vcs-Git and Vcs-Browser control fields, pointing to collab-maint.

 -- intrigeri <intrigeri@debian.org>  Sun, 05 Feb 2012 22:22:09 +0100

torsocks (1.2-2) unstable; urgency=low

  * Fix debian/watch file.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 28 Jan 2012 16:18:21 +0100

torsocks (1.2-1) unstable; urgency=low

  * New upstream release.
    Closes: #647097
    - Unresolved symbol warnings should be realy gone now.
      Closes: #636943
    - Connect to hidden service should work now.
      Closes: #642220
    - Remove wrong installed files from usr/share/.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 03 Nov 2011 11:12:56 +0100

torsocks (1.1+git20110826-1) unstable; urgency=low

  * New upstream git snapshot from 26.08.2011.
    - This should fix the unresolved symbol warnings.
      Closes: #636943
  * Wrap control lines.
  * Add missing build-arch and build-indep target.
  * Comment out dependency_libs from .la files.

 -- Patrick Matthäi <pmatthaei@debian.org>  Fri, 26 Aug 2011 23:15:09 +0200

torsocks (1.1-4) unstable; urgency=low

  * Add zsh completion.
    Closes: #620016
  * Add bash completion.
    Closes: #620017

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 29 May 2011 11:37:43 +0200

torsocks (1.1-3) unstable; urgency=low

  * Bump Standards-Version to 3.9.2 (no changes needed).
  * Build with hardening-wrapper.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 30 Apr 2011 18:37:22 +0200

torsocks (1.1-2) unstable; urgency=low

  * Upload to unstable.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 06 Feb 2011 20:55:33 +0100

torsocks (1.1-1) experimental; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.1 (no changes needed).
  * Fix debian/watch to deal with the dash from upstream.

 -- Patrick Matthäi <pmatthaei@debian.org>  Wed, 15 Dec 2010 13:32:25 +0100

torsocks (1.0~epsilon+dfsg1-1) unstable; urgency=high

  * New upstream release.
    - Drop all patches, they have been merged in this release.
  * Create a dfsg tarball and remove the non-free doc/SOCKS5-rfc1928.txt file
    from it. Bump urgency to high.
    Closes: #558118
  * Mangle the dfsg part in debian/watch.
  * Convert package to the 3.0 (quilt) format.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 26 Nov 2009 18:45:49 +0100

torsocks (1.0~delta-1) unstable; urgency=low

  * Initial release.
    Closes: #554717

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 08 Nov 2009 11:54:46 +0100
