Skip to content

Commit

Permalink
Release version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 17, 2012
1 parent c00da82 commit 5a032f0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,28 @@
Changelog
=========

13 (2012-12-17)
---------------

- Fixed certain environment variables. [Jose Diaz-Gonzalez]

- SSH Tunnel Support. [Jose Diaz-Gonzalez]

This code should allow us to create an ssh tunnel between two distinct
servers for the purposes of sending and receiving data.

This is useful in certain cases where you would otherwise need to
whitelist in your Firewall or iptables setup, such as when running in
two different regions on AWS.

- Allow for initial connection lag. Helpful when waiting for an SSH
proxy to connect. [Jose Diaz-Gonzalez]

- Fix issue where certain config defaults were of an improper value.
[Jose Diaz-Gonzalez]

- Allow specifying host via flag. Closes #70. [Jose Diaz-Gonzalez]

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

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ From Github::

From PyPI::

pip install beaver==12
pip install beaver==13

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

0 comments on commit 5a032f0

Please sign in to comment.