diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-02-09 22:08:40 +0100 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2009-02-09 22:08:40 +0100 |
| commit | b1328200a14903daff6d129654b0a3c0b957e18a (patch) | |
| tree | 62c1afb18a2838b256c8be76fc1a0220ad44a460 | |
| parent | 4539bc6fae1f932db873ee50e119248a22fa2cfa (diff) | |
| download | btpd-eeb6f54bcabdb5c57d0bd10cfe9d446a548e20e4.tar.gz btpd-eeb6f54bcabdb5c57d0bd10cfe9d446a548e20e4.zip | |
Text updates for btpd 0.15. v0.15
| -rw-r--r-- | CHANGES | 8 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | 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]) |