File: NEWS

package info (click to toggle)
python-yubico 1.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 460 kB
  • sloc: python: 2,367; ansic: 128; xml: 20; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* Version 1.3.3 (released 2019-02-28)
 ** Fixes in Python 3 compatibility.

* Version 1.3.2 (released 2016-02-23)
 ** Various fixes to sequence number checking.
 ** Fix issue with using an access code with the debug flag on.

* Version 1.3.1 (released 2015-10-01)
 ** Fixup release to correct packages listed in last release.

* Version 1.3.0 (released 2015-10-01)
 ** Added Python 3 compatibility.
 ** Added the ability to zap a slot.
 ** Added support for YubiKey NEO.
 ** Added support for YubiKey 4.

* Version 1.2.3 (released 2015-03-23)
 ** Added PIDs for newer devices.
 ** Failure to call setConfiguration is now ignored.

* Version 1.2.2 (released 2015-02-11)
 ** Fixed bug in yubikey-totp using wrong timestamp.
 ** No longer require nose for setup, only for tests.

* Version 1.2.1 (released 2013-09-05)
 ** Improved Windows compatibility.
 ** Re-attach kernel driver if using PyUSB >= 1.0

* Version 1.2.0 (released 2013-08-07)
 ** Moved modules into root instead of Lib/.

* Version 1.1.1 (released 2013-08-05)
 ** Modified release procedure to simplify uploading to PyPI.