From 45ceb46c42851a099205e4bcf3ae904c5ff8c221 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sun, 23 Jul 2006 13:04:59 +0000 Subject: [PATCH] Change version to 0.10 and document the changes. --- CHANGES | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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])