summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 12:47:36 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 12:47:36 +0000
commit8541b4ff32c5934ab45b1b37557dc5e1cfb661e1 (patch)
tree4ebcfd91673500382d6f68a9c693db35b85acfbd
parentcdae491bf8fbc6bc1399cda4067851c35b079700 (diff)
downloaddupfiles-8541b4ff32c5934ab45b1b37557dc5e1cfb661e1.tar.gz
Add a NEWS file.
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f83612c
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,14 @@
+NEWS for dupfiles
+=================
+
+Version 5.2, released 2011-01-30
+--------------------------------
+
+* Use low-level file descriptors instead of Python file objects for I/O,
+ for speed.
+* Read data in smaller chunks, for speed. It is usually needless to read
+ more than a few kilobytes to find a difference, so any further reading
+ is a waste of time.
+* Make use of the cliapp framework.
+* Make use of distutils for building a package.
+