ros-kinetic-webtest (2.0.18-1xenial) xenial; urgency=high

  * Avoid deprecation warning with py3.4

 -- AlexV <asmodehn@gmail.com>  Wed, 04 Feb 2015 15:00:00 -0000

ros-kinetic-webtest (2.0.17-1xenial) xenial; urgency=high

  * Properly check for default cookiejar arguments
    [Julian Berman]
  * Avoid raising encoding errors from debugapp (needed to use with WSGIProxy2)
    [Laurence Rowe]

 -- AlexV <asmodehn@gmail.com>  Fri, 19 Dec 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.16-1xenial) xenial; urgency=high

  * Fixed #110. Forced values for Radio inputs are no longer ignored by value
    property on get.
    [bayprogrammer]
  * Added method TestApp.set_parser_features to change the parser_features used
    by BeautifulSoup.
    [tomasmoreyra]
  * Added app.set_cookie
    [luhn]

 -- AlexV <asmodehn@gmail.com>  Thu, 18 Sep 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.15-1xenial) xenial; urgency=high

  * Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.
    [Stepan Kolesnik]
  * Fixed #84 Application cookies for localhost are no longer ignored
    [gawel]
  * Fixed #89 remove WSGIWarning: You are not supposed to send a body in a DELETE
    request because we now have a good reason for that. See http://bit.ly/1tb3yxW
    [gawel]
  * Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder
    [gawel]
  * Fixed #93 Support basic authentication
    [gawel]
  * Fixed #103 Broken "Edit me on GitHub" links in documentation
    [gawel]
  * Fixed #106 Make wrapping the app in the lint middleware optional
    [dmlayton]
  * Fixed #107 Explicit error message when WSGIProxy2 is not installer
    [gawel]
  * Fixed #108 cgi.parse_qsl is pending deprecation
    [gawel]

 -- AlexV <asmodehn@gmail.com>  Wed, 16 Apr 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.14-1xenial) xenial; urgency=high

  * Allow .select() on <select>s and <select multiple>s.
    [Markus Bertheau]

 -- AlexV <asmodehn@gmail.com>  Wed, 22 Jan 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.13-1xenial) xenial; urgency=high

  * Allow selecting <select> options by text
    [Markus Bertheau]

 -- AlexV <asmodehn@gmail.com>  Wed, 22 Jan 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.12-1xenial) xenial; urgency=high

  * Ignore the value attribute of file inputs
    [Markus Bertheau]
  * Allow selecting the form submit button by its value
    [Markus Bertheau]

 -- AlexV <asmodehn@gmail.com>  Thu, 16 Jan 2014 15:00:00 -0000

ros-kinetic-webtest (2.0.11-1xenial) xenial; urgency=high

  * Depend on unittest2 only for Python versions lower than 2.7
    [iElectric]
  * Add an optional parameter to TestApp, allowing the user to specify the
    parser used by BeautifulSoup
    [lyndsysimon]

 -- AlexV <asmodehn@gmail.com>  Sat, 28 Dec 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.10-1xenial) xenial; urgency=high

  * Make StopableWSGIServer thread daemonic
    [lrowe]

 -- AlexV <asmodehn@gmail.com>  Wed, 13 Nov 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.9-1xenial) xenial; urgency=high

  * Make sure Upload.content_type is not ignored
    https://github.com/Pylons/webtest/pull/88
    [Marius Gedminas]

 -- AlexV <asmodehn@gmail.com>  Tue, 17 Sep 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.8-1xenial) xenial; urgency=high

  * Allow checking/unchecking a set of same-named checkboxes by assigning a list of values.
    [carljm]
  * fix "AttributeError: 'InputWrapper' object has no attribute 'seek'"
    [iElectric]
  * Added xhr=True parameter to TestApp.get, TestApp.post, TestApp.head, TestApp.delete
    [kharandziuk]
  * Remove old (and broken?) casperjs/selenium backward compat imports. Fix
    https://github.com/gawel/webtest-selenium/issues/9
    [gawel]
  * Allow optionally specifying the MIME type of an uploaded form file. Fixes #86
    [Marius Gedminas]

 -- AlexV <asmodehn@gmail.com>  Mon, 16 Sep 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.7-1xenial) xenial; urgency=high

  * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json
    [homm]
  * Fixed #72. Use WSGIServer new api even if there waitress has backward compat.
    [gawel]
  * Fixed #50. Corrected default value for the delete params argument.
    [noonat]
  * Be sure to decode the content if it is gziped before returning it
    [Alexis Métaireau]

 -- AlexV <asmodehn@gmail.com>  Tue, 06 Aug 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.6-1xenial) xenial; urgency=high

  * fixed #64. cookiejar api has changed in python3.3 [gawel]
  * allow to use a fixed StopableWSGIServer [gawel]
  * Do not alter the BeautifulSoup object when parsing forms. [Georges
    Dubus]
  * Remove first newline while parse textarea block, how modern browsers does.
    [Victor Safronovich] pull #69

 -- AlexV <asmodehn@gmail.com>  Wed, 22 May 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.5-1xenial) xenial; urgency=high

  * Ignore select.error (not socket.error) following
    StopableWSGIServer.shutdown. [Laurence Rowe]
  * Handle the short form of <select multiple> [Marius Gedminas]

 -- AlexV <asmodehn@gmail.com>  Thu, 11 Apr 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.4-1xenial) xenial; urgency=high

  * Correctly handle <option> elements with no value attribute
    [Marius Gedminas]
  * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe]
  * <button> without type='submit' attribute is treated as Submit
    control [Andrey Lebedev].
  * Support for redirects having relative "Location" header [Andrey Lebedev]

 -- AlexV <asmodehn@gmail.com>  Wed, 27 Mar 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.3-1xenial) xenial; urgency=high

  * Treat strings in the WSGI environment as native strings, compliant with
    PEP-3333. [wosc]

 -- AlexV <asmodehn@gmail.com>  Mon, 18 Mar 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.2-1xenial) xenial; urgency=high

  * Allow TestResponse.click() to match HTML content again. [ender672]
  * Support secure cookies [Andrey Lebedev]

 -- AlexV <asmodehn@gmail.com>  Thu, 14 Mar 2013 15:00:00 -0000

ros-kinetic-webtest (2.0.1-1xenial) xenial; urgency=high

  * Added Pasword field [diarmuidbourke]
  * re-allow to use unknow field type. Like ``type="email"``. [gawel]
  * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike]
  * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike]

 -- AlexV <asmodehn@gmail.com>  Mon, 04 Mar 2013 15:00:00 -0000


