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])