Skip to content

Commit

Permalink
update oonibackend to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 3, 2014
1 parent 3e3d4be commit f0cd5b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ChangeLog
=========


1.1.1 (Wed, 3 Sep 2014)
-----------------------

* Fix daemonize API breakage when upgrading from Twisted <= 13.1 to >= 13.2
https://trac.torproject.org/projects/tor/ticket/12644

* Make it possible to use a reports directory on a different volume than the
archive directory.

1.1.0 (Tue, 2 Sep 2014)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion oonib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
instantiated only once and be common to pieces of GLBackend code.
"""

__version__ = '1.1.0'
__version__ = '1.1.1'

__all__ = ['Storage', 'randomStr']

Expand Down

0 comments on commit f0cd5b4

Please sign in to comment.