Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Version number and release date for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recollir committed May 10, 2015
1 parent d5c4ddd commit 6c431da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskd.1.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskdctl.1.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/man/taskdrc.5.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c431da

Please sign in to comment.