Skip to content

Commit

Permalink
version bump and docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Apr 3, 2017
1 parent c141341 commit cff0134
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.1.17 (2017-04-03)
-------------------
* Support for XML "huge trees" added. It can be disabled with environment variable. See :ref:`configuration_via_env_vars`.

0.1.16 (2016-10-31)
-------------------
* Support for gzipped responses added.
Expand Down
2 changes: 1 addition & 1 deletion cabby/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This module defines the package version for use in __init__.py and setup.py.
"""

__version__ = '0.1.17a1'
__version__ = '0.1.17'
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Cabby
=====

Latest stable release is v0.1.16. (:doc:`Changelog <changes>`)
Latest stable release is v0.1.17 (:doc:`Changelog <changes>`)

..
Release v\ |release|. (:doc:`Changelog <changes>`)
Expand Down
3 changes: 2 additions & 1 deletion docs/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,12 @@ Copy content blocks from one server to another::

Use ``--help`` to get more usage details.

.. _configuration_via_env_vars:

Configuration via environment variables
=======================================

* ``CABBY_NO_HUGE_TREES``: by default Cabby enables support for huge trees in `lxml lib <http://lxml.de>`_ (see `lxml manual <http://lxml.de/parsing.html>`_). This disables security restrictions and enables support for very deep trees and very long text content. To disable this, set ``CABBY_NO_HUGE_TREES`` environment variable.
* ``CABBY_NO_HUGE_TREES``: by default Cabby enables support for huge trees in `lxml lib <http://lxml.de>`_ (see `lxml manual <http://lxml.de/parsing.html>`_). This disables security restrictions and enables support for very deep trees and very long text content. To disable this, set ``CABBY_NO_HUGE_TREES`` environment variable to any value.


Docker Quickstart
Expand Down

0 comments on commit cff0134

Please sign in to comment.