From 8033ec33a1f74afdd9968f815b4fb96c7b2e4391 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 10 Oct 2005 16:57:10 +0000 Subject: [PATCH] Set version to 0.7. Update CHANGES. --- CHANGES | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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])