File: CHANGES.rst

package info (click to toggle)
python-stopit 1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 184; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (4)
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
Changes log
===========

1.1.2 - 2018-02-09
------------------

* Changed license to MIT
* Tested with Python 3.5 and 3.6

1.1.1 - 2015-03-22
------------------

* Fixed bug of timeout context manager as bool under Python 2.x
* Tested with Python 3.4

1.1.0 - 2014-05-02
------------------

* Added support for TIMER signal based timeout control (Posix OS only)
* API changes due to new timeout controls
* An exhaustive documentation.

1.0.0 - 2014-02-09
------------------

Initial version