~ubuntu-branches/ubuntu/precise/python-keyring/precise-updates

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: Package Import Robot
  • Author(s): Carl Chenet
  • Date: 2012-02-14 12:07:30 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120214120730-ekuysup9a2s5yl9d
Tags: 0.7.1-1
* New upstream version (Closes: #656680, #624690)
* debian/control
  - Add X-Python-Version for Python 3.2
  - Add B-D for Python 3.2
  - Add unzip for B-D to repack upstream sources
  - Add python3-keyring description
  - Recommends python3-crypto for Python3 binary package
* Add python-keyring.install and python3-keyring.install files
* debian/rules
  - Execute unit tests if available
  - repack upstream sources
* debian/watch
  - New URL to catch upstream sources

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
-------
 
1
=======
2
2
CHANGES
3
 
-------
 
3
=======
 
4
 
 
5
-----
 
6
0.7.1
 
7
-----
 
8
 
 
9
* Removed non-ASCII characters from README and CHANGES docs (required by
 
10
  distutils if we're to include them in the long_description). Fixes #55.
 
11
 
 
12
---
 
13
0.7
 
14
---
 
15
 
 
16
* Python 3 is now supported. All tests now pass under Python 3.2 on
 
17
  Windows and Linux (although Linux backend support is limited). Fixes #28.
 
18
* Extension modules on Mac and Windows replaced by pure-Python ctypes
 
19
  implementations. Thanks to Jerome Laheurte.
 
20
* WinVaultKeyring now supports multiple passwords for the same service. Fixes
 
21
  #47.
 
22
* Most of the tests don't require user interaction anymore.
 
23
* Entries stored in Gnome Keyring appears now with a meaningful name if you try
 
24
  to browser your keyring (for ex. with Seahorse)
 
25
* Tests from Gnome Keyring no longer pollute the user own keyring.
 
26
* `keyring.util.escape` now accepts only unicode strings. Don't try to encode
 
27
  strings passed to it.
4
28
 
5
29
-----
6
30
0.6.2