diff options
| -rw-r--r-- | CHANGES | 13 | ||||
| -rw-r--r-- | configure.ac | 2 |
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]) |