Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.25 KB

HISTORY.rst

File metadata and controls

49 lines (36 loc) · 1.25 KB

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.