From 4f1e492048000935e770d313e018e0d50e3a9641 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 17 Feb 2010 18:41:24 -0500 Subject: [PATCH] Version 2.6. --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb7cb4a2..2c231e36 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +PWMD v2.6 +---------- +Fixed a nasty bug that may have existed in all previous versions that would +cause a segfault do to an invalid return value from pth_exit(). + +The default keepalive is now 0 or disabled. It was added during testing of +remote connections over TLS and kept for use with libpwmd and SSH connections. +The development version of libssh2 has connection timeout support so there +really isn't any reason for doing keepalives in pwmd. This also fixes longer +running processes linked with libpwmd that keep a connection open but do not +parse status messages. pwmd would therefore kill the connection. + + PWMD v2.5 ---------- New configuration parameter "allowed" to specify which users are allowed to diff --git a/configure.ac b/configure.ac index 357aac14..0d674284 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(pwmd, 2.5, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 2.6, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT