summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fee5487..be68279 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+btpd-0.7:
+---------
+
+Bug fixes:
+- Some communication stupidities was fixed, resulting in better download
+  performance.
+
 btpd-0.6:
 ---------
 
diff --git a/configure.ac b/configure.ac
index 7a69121..80aa20b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(btpd, 0.6, btpd@murmeldjur.se)
+AC_INIT(btpd, 0.7, btpd@murmeldjur.se)
 
 AM_INIT_AUTOMAKE([foreign])