Skip to content

Commit 1f9640f

Browse files
committed
Prepare 1.2.1 release
1 parent 763b432 commit 1f9640f

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

debian/changelog

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
python-oauth2 (1.2.1) lucid; urgency=low
2+
3+
[ Joe Stump ]
4+
* Fixed a minor spelling error, added tests for
5+
oauth2.Error.__str__(), and added a test for build_xoauth_string().
6+
* Added a 'make test' command to the Makefile.
7+
* Added a bunch of new tests. 100% coverage has lapsed a bit. Fixing
8+
now.
9+
10+
[ Ian Eure ]
11+
* Update deb rule in makefile to sign packages and move them to
12+
dist/deb.
13+
14+
[ Joe Stump ]
15+
* Implemented a 'fix' for a bug in certain OAuth providers.
16+
http://bit.ly/aUrH43
17+
18+
[ Ian Eure ]
19+
* Update packaging.
20+
* Fix version disparity.
21+
22+
[ coulix ]
23+
* get normalised parameters should not take into account oauth_ params
24+
25+
[ Mathias Herberts ]
26+
* Modified get_normalized_parameters so it does not encode '~' for
27+
full conformance with RFC 5849 section 3.6
28+
29+
[ Peter Bengtsson ]
30+
* made it python 2.4 compatible
31+
32+
[ Roderic Campbell ]
33+
* tok != token. con != consumer. May be confusing for people not
34+
actually reading the code.
35+
36+
[ Ian Eure ]
37+
38+
-- Ian Eure <[email protected]> Mon, 28 Jun 2010 12:02:02 -0700
39+
140
python-oauth2 (1.2.1pre2) unstable; urgency=low
241

342
* Fix version disparity between setup.py & debian/changelog.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth2",
6-
version="1.2.1pre2",
6+
version="1.2.1",
77
description="Library for OAuth version 1.0a.",
88
author="Joe Stump",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)