summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 12:49:10 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 12:49:10 +0000
commitc63e4606bcb0b143fb4b46c05cff6ff4251781eb (patch)
treea7ccb31a01fd7d52f0c8880bc1824cb938c4d7b3
parent8541b4ff32c5934ab45b1b37557dc5e1cfb661e1 (diff)
downloaddupfiles-c63e4606bcb0b143fb4b46c05cff6ff4251781eb.tar.gz
Update debian/changelog for release 5.2.
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 76a87d2..2db22cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+dupfiles (5.2) squeeze; urgency=low
+
+ * New upstream release.
+ - use file descriptors instead of Python file objects, for speed
+ - read smaller chunks of data, for speed
+ - use cliapp
+ - use distutils
+ * debian/rules: use distutils
+ * debian/control: depend on cliapp (Depends and Build-Depends)
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 30 Jan 2011 12:35:12 +0000
+
dupfiles (5.1) squeeze; urgency=low
* Add --remove option.