python-xcaplib (1.2.2) unstable; urgency=medium

  * Removed commented out variable in debian rules
  * Explicitly use python2 in shebang lines
  * Refactored setup.py for PEP-8 compliance
  * Removed unused version_info
  * Simplified MANIFEST.in
  * Updated license and copyright years
  * Increased debian compatibility level to 11
  * Increased debian standards version to 4.5.0
  * Added dh-python to Build-Depends
  * Use pybuild as debian build system
  * Raised minimum version dependency for python-application

 -- Dan Pascu <dan@ag-projects.com>  Fri, 14 Feb 2020 12:48:49 +0200

python-xcaplib (1.2.1) unstable; urgency=medium

  * Replaced deprecated function and fixed wrong order of arguments
  * Install the bash completion file to the newly designated directory
  * Increased debian compatibility to 9
  * Increased debian standards version to 3.9.8
  * Removed obsolete pycompat/pyversions files
  * Removed unnecessary .PHONY target
  * Updated debian maintainer
  * Updated debian uploaders

 -- Dan Pascu <dan@ag-projects.com>  Thu, 04 Oct 2018 23:25:55 +0300

python-xcaplib (1.2.0) unstable; urgency=medium

  * Removed runtime dependency check
  * Updated copyright years

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 06 Jan 2016 14:50:01 +0100

python-xcaplib (1.1.0) unstable; urgency=medium

  * Added timeout to XCAPClient.request
  * Added timeout option to command line client
  * Bumped Debian Standards-Revision
  * Drop Python 2.6 support

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 26 Jan 2015 16:44:08 +0100

python-xcaplib (1.0.17) unstable; urgency=low

  * Beautify output XML data
  * Implemented a host cache with lifetime tied to the request's lifetime
  * Fixed the green HTTPClient to use host caching
  * Redefined some functions as methods and reorganized code a bit
  * Removed auth argument from XCAPClient and automatically support both
  * Only add username/password to the password manager if they are defined
  * Adapted to eventlet package rename
  * Bumped debian standards version to 3.9.3
  * Raised debian/compat version to 7

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 07 Sep 2012 10:26:53 +0200

python-xcaplib (1.0.16) unstable; urgency=low

  * Bump debian standards version to 3.9.2
  * Reworked debian packaging

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 06 Jun 2011 14:58:13 +0200

python-xcaplib (1.0.15) unstable; urgency=low

  * Don't overwrite incoming response code and message
  * Added support for If-None-Match header
  * Added workaround for bug in urllib2
  * Bumped Standards-Version to 3.9.1

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 01 Sep 2010 09:33:04 +0200

python-xcaplib (1.0.14) unstable; urgency=low

  * Use timestams instead of a Timer to check if cached queries are old
  * Adapt to httplib and socket API changes in Python 2.6

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 02 Jun 2010 14:44:17 +0200

python-xcaplib (1.0.13) unstable; urgency=low

  * Updated debian Standards-Version to 3.8.4
  * Removed show-config option
  * Use 'Account' as the default account if none specified
  * Updated auto-completed applications
  * Raised python-application dependency
  * Overwrite options from config file with command line options
  * Implement a simple caching DNS resolver for the HTTP requests
  * Updated watchers application AUID in the test script

 -- Saul Ibarra <saul@ag-projects.com>  Tue, 27 Apr 2010 16:59:45 +0200

python-xcaplib (1.0.12) unstable; urgency=low

  [ Adrian Georgescu ]
  * Removed dependency to python-xml

  [ Saul Ibarra ]
  * Dummy change for building 

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 16 Apr 2010 09:29:08 +0200

python-xcaplib (1.0.11) unstable; urgency=low

  * Update name of config file
  * Don't overwrite command line options with default account options
  * Added a test account to the sample configuration file

 -- Adrian Georgescu <ag@ag-projects.com>  Fri, 04 Dec 2009 12:00:21 +0100

python-xcaplib (1.0.10) unstable; urgency=low

  * Added 'sip:' prefix to XUI
  * Fixed handling of bodyless error responses
  * Fixed handling of configuration data for python-application >= 1.1.2
  * Replaced use of deprecated _datatypes attribute with ConfigSetting
  * Added dependency on python-application >= 1.1.4
  * Replaced python-all-dev build dependency with python
  * Bumped Standards-Version to 3.8.2
  * Added ${misc:Depends} to debian/control
  * Replaced use of deprecated ConfigFile.read_settings with ConfigSection.read

 -- Lucian Stanescu <luci@ag-projects.com>  Mon, 27 Jul 2009 11:39:46 +0300

python-xcaplib (1.0.9) unstable; urgency=low

  * added green module with eventlet-compatible version of XCAPClient
  * switched to pysupport from pycentral
  * changed license to LGPL
  * added MANIFEST.in
  * added copyrights
  * fixed wording in a few text messages
  * renamed internal function make_resource_from_httperror in
    make_resource_from_httpresponse in client.py
  * made xcapclient use green.XCAPClient if renamed to xcapclient-eventlet
    (for debugging)
  * removed myself from Uploaders in debian/control to fix lintian warning
    "maintainer also in uploaders"
  * renamed config ini file to ~/.xcapclient.ini

 -- Denis Bilenko <denis@ag-projects.com>  Mon, 13 Apr 2009 18:47:16 +0700

python-xcaplib (1.0.8) unstable; urgency=low

  * append / before ~~ as examples in RFC do
  * put sip: into the URL even if sip_address doesn't contain it
  * added -d, --dump option that prints http traffic to stderr
  * sip address is pasted into URL as provided by --sip-address option, i.e. with sip: prefix if available
  * report "section not found" error not only if --show-config option was provided but on normal operation also
  * added a docstring for must_raise class
  * fixed test_client.py and simplifed it a bit
  * added __str__ for HTTPError
  * made put and delete methods return HTTPResponse as before
  * added etag property to HTTPResponse
  * added __str__ for HTTPResponse
  * test_client.py bug fixed in must_raise: subclasses were not handled properly
  * bug fix: typo in XCAPClient.get()
  * removed support for --username and --domain as an alternative to --sip-address
  * HTTPClient accepts separate arguments - username and domain, not userid
  * bug fixed: sip: prefix was not parsed correctly
  * write internal logs to stderr when --debug-completions
  * warn about --global being deprecated
  * moved http code to httclient.py, exceptions to error.py
  * use python-xcaplib/VERSION as User-Agent
  * save response in Resource instances
  * added _get, _put and _delete methods which always return HTTPResponse object.
  * added -c, --context option. --global is deprecated, use -c global instead
  * added --etag option
  * added hidden --add-header option
  * made xcapclient catch urlib2.URLError and httplib.HTTPException
  * made --auth option really hidden from help. moved --show-config upper
  * changed default value of Account.auth to None
  * fixed AttributeError: 'NoneType' object has no attribute 'has_key' that was throwed if config was missing
  * HTTPError doesn't always have 'headers' attribute but always has 'hdrs'

 -- Adrian Georgescu <ag@ag-projects.com>  Tue, 21 Oct 2008 18:13:07 +0200

python-xcaplib (1.0.7) unstable; urgency=high

  * fixed NameError introduced in 1.0.6

 -- Denis Bilenko <denis@ag-projects.com>  Thu, 16 Oct 2008 06:49:48 +0200

python-xcaplib (1.0.6) unstable; urgency=low

  * made "index" default filename for xcapclient as well
  * made --app unnecessary for all types of requests if -i is present

 -- Denis Bilenko <denis@ag-projects.com>  Wed, 15 Oct 2008 10:29:54 +0200

python-xcaplib (1.0.5) unstable; urgency=low

  * changed default filename from index.xml to index
  * changed default auth to None (support both basic and digest)
  * removed loading options from environ (XCAP_ROOT etc)
  * added -a, --account-name option
  * added --show-config option

 -- Denis Bilenko <denis@ag-projects.com>  Tue, 14 Oct 2008 14:10:06 +0200

python-xcaplib (1.0.4) unstable; urgency=low

  * added --sip-address option (sip_address in the config file)

 -- Denis Bilenko <denis@ag-projects.com>  Mon, 13 Oct 2008 11:55:53 +0200

python-xcaplib (1.0.3) unstable; urgency=low

  * added support for documents in the global context
  * added --filename parameter to xcapclient

 -- Denis Bilenko <denis@ag-projects.com>  Fri, 03 Oct 2008 05:37:08 +0200

python-xcaplib (1.0.2) unstable; urgency=low

  * removed setuptools from setup.py completely

 -- Denis Bilenko <denis@ag-projects.com>  Mon, 22 Sep 2008 22:14:46 +0200

python-xcaplib (1.0.1) unstable; urgency=low

  * fixed setup.py to use setuptools only if available

 -- Denis Bilenko <denis@ag-projects.com>  Mon, 22 Sep 2008 20:54:20 +0200

python-xcaplib (1.0.0) unstable; urgency=medium

  * initial version

 -- Denis Bilenko <denis@ag-projects.com>  Fri, 22 Sep 2008 18:23:00 +0700
