summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-07-23 13:04:59 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-07-23 13:04:59 +0000
commit45ceb46c42851a099205e4bcf3ae904c5ff8c221 (patch)
treecd997f4b943a491bf4238768a591bd89a60a619e
parent336a4d4c02c27f37254b9b25666a1c74e8457633 (diff)
downloadbtpd-45ceb46c42851a099205e4bcf3ae904c5ff8c221.tar.gz
btpd-45ceb46c42851a099205e4bcf3ae904c5ff8c221.zip
Change version to 0.10 and document the changes.
-rw-r--r--CHANGES13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5a447d8..6fdc005 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+btpd 0.10:
+----------
+
+Misc:
+- The protection mode of the ipc socket can now be specified via the new
+  "--ipcprot" option for btpd.
+
+Bug fixes:
+- The pid file is now written correctly.
+- btpd's "-d" option now works for relative paths too.
+- Add a time out for handshake completion. Prevously btpd could slowly
+  fill with unused incoming connections.
+
 btpd 0.9:
 ---------
 
diff --git a/configure.ac b/configure.ac
index e1ddc37..4cddaf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(btpd, 0.9, btpd@murmeldjur.se)
+AC_INIT(btpd, 0.10, btpd@murmeldjur.se)
 
 AM_INIT_AUTOMAKE([foreign])