Skip to content

Commit

Permalink
Prepare 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ieure committed Jun 28, 2010
1 parent 763b432 commit 1f9640f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions debian/changelog
@@ -1,3 +1,42 @@
python-oauth2 (1.2.1) lucid; urgency=low

[ Joe Stump ]
* Fixed a minor spelling error, added tests for
oauth2.Error.__str__(), and added a test for build_xoauth_string().
* Added a 'make test' command to the Makefile.
* Added a bunch of new tests. 100% coverage has lapsed a bit. Fixing
now.

[ Ian Eure ]
* Update deb rule in makefile to sign packages and move them to
dist/deb.

[ Joe Stump ]
* Implemented a 'fix' for a bug in certain OAuth providers.
http://bit.ly/aUrH43

[ Ian Eure ]
* Update packaging.
* Fix version disparity.

[ coulix ]
* get normalised parameters should not take into account oauth_ params

[ Mathias Herberts ]
* Modified get_normalized_parameters so it does not encode '~' for
full conformance with RFC 5849 section 3.6

[ Peter Bengtsson ]
* made it python 2.4 compatible

[ Roderic Campbell ]
* tok != token. con != consumer. May be confusing for people not
actually reading the code.

[ Ian Eure ]

-- Ian Eure <ian@simplegeo.com> Mon, 28 Jun 2010 12:02:02 -0700

python-oauth2 (1.2.1pre2) unstable; urgency=low

* Fix version disparity between setup.py & debian/changelog.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name="oauth2",
version="1.2.1pre2",
version="1.2.1",
description="Library for OAuth version 1.0a.",
author="Joe Stump",
author_email="joe@simplegeo.com",
Expand Down

0 comments on commit 1f9640f

Please sign in to comment.