Navigation Menu

Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Jul 17, 2012
1 parent 73a78b3 commit 4bf66e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions README.markdown
Expand Up @@ -98,8 +98,21 @@ inconsistent. You have been warned!

Changelog
---------
0.3.1 - Added support for Latency-based routing. For the moment to use this you'll need the
boto develop branch:
pip install https://github.com/boto/boto/tarball/develop
0.3.2

0.3.0 - Added support for AWS extensions: weighted records and aliased records.
- Added functionality to rrlist, rrcreate, import and export so that
they're able to work with Alias records that have an identifier and
a latency based or weighted routing policy. (xbe)

- Improve error message when boto fails to import

0.3.1

- Added support for Latency-based routing. For the moment to use this
you'll need the boto develop branch: pip install
https://github.com/boto/boto/tarball/develop

0.3.0

- Added support for AWS extensions: weighted records and aliased
records.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = '0.3.1'
__version__ = '0.3.2'
long_description = file('README','r').read()

setup(name='cli53',
Expand Down

0 comments on commit 4bf66e1

Please sign in to comment.