From be9bb55e9fb65b205aad497abdef091e8717fec6 Mon Sep 17 00:00:00 2001 From: Philipp Kern Date: Fri, 25 Dec 2009 15:06:16 +0100 Subject: [PATCH] bump version to 0.4.7 and document the changes 2009-12-25 Philipp Kern * configure.ac: * NEWS: bump version to 0.4.7 and document the changes --- ChangeLog | 5 +++++ NEWS | 5 +++++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b6ae74c..ad24f0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-25 Philipp Kern + + * configure.ac: + * NEWS: bump version to 0.4.7 and document the changes + 2009-12-25 Philipp Kern * configure.ac: depend on net6 >= 1.3.12 which copes with non-blocking diff --git a/NEWS b/NEWS index 16cba92..45cdd63 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ sobby ===== +Version 0.4.7: + * Depend on net6 >= 1.3.12 to handle non-blocking sockets correctly. + We urge everybody using Sobby 0.4.6 to install net6 1.3.12 or higher. + * Fail on startup when the configuration file cannot be read. + Version 0.4.6: * Allow to configure both autosaving facilities (file and directory). * Initial files are added without directory names in their document title. diff --git a/configure.ac b/configure.ac index 54c1362..4f4e91c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([sobby], [0.4.6], [crew@0x539.de]) +AC_INIT([sobby], [0.4.7], [crew@0x539.de]) AM_INIT_AUTOMAKE(1.9 check-news) AM_MAINTAINER_MODE AC_CONFIG_SRCDIR([inc/server.hpp])