From b1328200a14903daff6d129654b0a3c0b957e18a Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 9 Feb 2009 22:08:40 +0100 Subject: Text updates for btpd 0.15. --- CHANGES | 8 ++++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d72832d..81a9139 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +btpd 0.15: +---------- + +Bug fixes: +- The event loop could busy loop for up to a millisecond sometimes. +- On some platforms btpd couldn't initiate connections to other peers. +- The timer code was broken on MacOS X. + btpd 0.14: ---------- diff --git a/README b/README index 37a0446..a8cec27 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ README - btpd version 0.14 + btpd version 0.15 Contents diff --git a/configure.ac b/configure.ac index 5739ad6..c9692e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(btpd, 0.14+, btpd@murmeldjur.se) +AC_INIT(btpd, 0.15, btpd@murmeldjur.se) AM_INIT_AUTOMAKE([1.10 foreign subdir-objects]) -- cgit 1.4.1