From 6c431da4f3c3e9fb2b9cb7dd37a32d4822777071 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sun, 10 May 2015 23:34:57 +0200 Subject: [PATCH] Version number and release date for 1.1.0 --- CMakeLists.txt | 2 +- ChangeLog | 8 ++++---- doc/man/taskd.1.in | 2 +- doc/man/taskdctl.1.in | 2 +- doc/man/taskdrc.5.in | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b490ba0..d8125d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (taskd) -set (PROJECT_VERSION "1.1.0.beta1") +set (PROJECT_VERSION "1.1.0") OPTION(USE_GNUTLS "Build gnutls support." ON) diff --git a/ChangeLog b/ChangeLog index 5e0d0a0..ff65d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,4 @@ -t------ current release --------------------------- - -1.1.0 () +1.1.0 (2015-05-10) - - #1497 taskd ignores the host definition and always listens on 0.0.0.0 - #1503 build failure with musl libc due to undefined GLOB_BRACE and GLOB_TILDE @@ -85,7 +83,7 @@ t------ current release --------------------------- - Fixed several issues with scripts/setup_server.bash when folders contain spaces or relative paths are used ------- old releases ------------------------------ +------- current release --------------------------- 1.0.0 (2014-01-15) 3a2142f2708bad9ffad9f70ab4b163de2068e6c7 @@ -99,6 +97,8 @@ t------ current release --------------------------- - Changed name to 'Taskserver'. - Minor documentation corrections. +------- old release --------------------------- + 1.0.0.beta2 (2013-11-03) - #1397 existing org folder breaks init action in taskd (thanks to Axel diff --git a/doc/man/taskd.1.in b/doc/man/taskd.1.in index b8ccdc6..c1d0111 100644 --- a/doc/man/taskd.1.in +++ b/doc/man/taskd.1.in @@ -1,4 +1,4 @@ -.TH taskd 1 2015-05-05 "${PACKAGE_STRING}" "User Manuals" +.TH taskd 1 2015-05-10 "${PACKAGE_STRING}" "User Manuals" .SH NAME taskd \- Taskserver diff --git a/doc/man/taskdctl.1.in b/doc/man/taskdctl.1.in index 1154bab..6334290 100644 --- a/doc/man/taskdctl.1.in +++ b/doc/man/taskdctl.1.in @@ -1,4 +1,4 @@ -.TH taskdctl 1 2015-05-05 "${PACKAGE_STRING}" "User Manuals" +.TH taskdctl 1 2015-05-10 "${PACKAGE_STRING}" "User Manuals" .SH NAME taskdctl \- Taskserver control program diff --git a/doc/man/taskdrc.5.in b/doc/man/taskdrc.5.in index 47fd304..e9dcdc3 100644 --- a/doc/man/taskdrc.5.in +++ b/doc/man/taskdrc.5.in @@ -1,4 +1,4 @@ -.TH taskd 5 2015-05-05 "${PACKAGE_STRING}" "User Manuals" +.TH taskd 5 2015-05-10 "${PACKAGE_STRING}" "User Manuals" .SH NAME taskdrc \- Configuration details for the taskd(1) server