Skip to content

Commit

Permalink
Release version 22
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 15, 2013
1 parent 325e087 commit 4925177
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGES.rst
@@ -1,7 +1,30 @@
Changelog
=========

21 (2013-01-03)
22 (2013-01-15)
---------------

- Handle sigterm properly. Refs #87. [Jose Diaz-Gonzalez]

- Add --loglevel as alias for --output. Closes #92. [Jose Diaz-Gonzalez]

- Added logging on connection exception. [Thomas Morse]

- Add '--format raw' to pass through input unchanged. [Stephen Sugden]

- Fix string & null formatters in beaver.transport. [Stephen Sugden]

the inline definitions were expecting a self parameter, which is *not*
passed when you assign a function to an attribute on an object
instance.

- Adding exception when redis connection can't be confirmed. [William
Jimenez]

- Call file.readlines() with sizehint in a loop to avoid reading in
massive files all at once. [Jose Diaz-Gonzalez]

21 (2013-01-04)
---------------

- Move runner into a dispatcher class to solve installation issues.
Expand Down Expand Up @@ -57,6 +80,9 @@ Changelog

- Pass in logger object to create_ssh_tunnel() [Jose Diaz-Gonzalez]

17 (2012-12-28)
---------------

- Added missing python-daemon requirement. [Jose Diaz-Gonzalez]

16 (2012-12-27)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ From Github::

From PyPI::

pip install beaver==21
pip install beaver==22

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion beaver/__init__.py
@@ -1 +1 @@
__version__ = '21'
__version__ = '22'

0 comments on commit 4925177

Please sign in to comment.