summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2011-04-08 21:52:20 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2011-04-08 21:52:20 +0000
commit1f0febe5ec8f4ce17a11aa20863577c09be9f553 (patch)
tree5a80717c437fe401b848dae2eadd8ac690385f70
parent22b71a9b08c99e73c2d80d95951755237d6fb3f5 (diff)
downloadpysendfile-1f0febe5ec8f4ce17a11aa20863577c09be9f553.tar.gz
update HISTORY
-rw-r--r--HISTORY1
-rw-r--r--README3
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8ff1603..8aecbb6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -12,6 +12,7 @@ Version 2.0.0 - XXXX-XX-XX
#5: headers/trailers are now keyword arguments
#6: exposed SF_NODISKIO, SF_MNOWAIT and SF_SYNC constants on FreeBSD
#8: benchmark script
+#10: OSX support
Version 1.2.4 - 2009-03-06
==========================
diff --git a/README b/README
index a078a5a..251c3cf 100644
--- a/README
+++ b/README
@@ -65,5 +65,6 @@ and Dragonfly BSD support.
Later on Niklas Edmundsson took over maintenance.
It has almost completely rewritten by Giampaolo Rodola' (g.rodola@gmail.com)
-who is now maintaining the module.
+adding support for OSX, FreeBSD constants, Python 3 and who is now maintaining
+the module.