summaryrefslogtreecommitdiff
path: root/HISTORY.rst
blob: 9caf5c8569dbbdbb313eba196374b3f465318e6d (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Bug tracker at https://github.com/giampaolo/pysendfile/issues

Version 2.0.1 - 2014-05-27
==========================

- #20: host tarball on PYPI
- #21: project migrated from google code to github
- #21: project migrated from SVN to GIT
- #22: pysendfile won't compile on python 3.4
- #23: add a Makefile
- #24: use of travis continuous integration
- #25: use tox for multiple python versions testing

Version 2.0.0 - 2012-01-12
==========================

(Giampaolo RodolĂ  took over maintenance)

- ##: complete rewriting except AIX code
- ##: non blocking sockets support
- ##: threads support (release GIL)
- #1: unit tests
- #2: python 3 support
- #3: FreeBSD implementation is broken
- #4: python large file support
- #5: header/trailer are now keyword arguments
- #6: exposed SF_NODISKIO, SF_MNOWAIT and SF_SYNC constants on FreeBSD
- #8: benchmark script
- #10: Mac OSX support
- #13: Sun OS support

Version 1.2.4 - 2009-03-06
==========================

(Stephan Peijnik took over maintenance)

- ## Add AIX support.

Version 1.2.3 - 2008-04-09
==========================

- ## Use setuptools instead of distutils.

Version 1.2.2 - 2008-03-29
==========================

(Ben Woolley)

- ## First release including support for Linux, FreeBSD and DragonflyBSD platforms.