This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Text updates for btpd 0.15.
master
Richard Nyberg
16 years ago
parent
4539bc6fae
commit
b1328200a1
3 changed files
with
10 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
CHANGES
+1
-1
README
+1
-1
configure.ac
+ 8
- 0
CHANGES
View File
@@ -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:
----------
+ 1
- 1
README
View File
@@ -2,7 +2,7 @@
README
btpd version 0.1
4
btpd version 0.1
5
Contents
+ 1
- 1
configure.ac
View File
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT(btpd, 0.1
4+
, btpd@murmeldjur.se)
AC_INIT(btpd, 0.1
5
, btpd@murmeldjur.se)
AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])
Write
Preview
Loading…
Cancel
Save