File: ChangeLog

package info (click to toggle)
python-keyutils 0.6-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: python: 82; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Changes in 0.6 (2019-02-01):
  * Pull request #1 from Anvil (debian directory for .deb creation)
  * Pull request #5 from coldfix/travis
  * Added python 3.7 support
  * Dropped python 2.6 support

Changes in 0.4 (2016-11-17):
  * Pull request #7 from Thomas G. for adding a keyutils.clear()
  * Release process improvements: added tox support
  * Pull request #10 from Ernest to remove non-ascii characters from README.rst

Changes in 0.3 (2015-12-11):
  * Merged in pull requests from Thomas G. for making the package compatible
  with python 3

Changes in 0.2 (2015-04-06):
  * Ported to Cython
  * Added new functions join_session_keyring, link, unlink, search, revoke

Changes in 0.1 (2009-07-24):
  * Initial release