From 965855384d34b7f1c4730eb78f26d010adb9be42 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 16 Apr 2017 13:43:20 +0200 Subject: [PATCH] dss-0.1.7. A couple of fixes and improvements have accumulated over the last year, so here's dss-0.1.7. Most likely this is going to be the last 0.1.x release. --- NEWS | 18 ++++++++++++++++++ dss.ggo | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aa6ae48..1532320 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +------------------ +0.1.7 (2017-04-17) +------------------ + + - Documentation improvements. + + - Improved error diagnostics. + + - dss no longer refuses to run in daemon mode without a log file. + + - Minor tweaks to the snapshot pruning algorithm. + + - A fix for create mode when rsync exists unsuccessfully. + + - NEWS and README have been converted to markdown format. + + - We now compile with -Wunused-parameter and -Wshadow. + ------------------ 0.1.6 (2015-08-05) ------------------ diff --git a/dss.ggo b/dss.ggo index 6ac2a39..12871ea 100644 --- a/dss.ggo +++ b/dss.ggo @@ -3,7 +3,7 @@ # Licensed under the GPL v2. For licencing details see COPYING. package "dss" -version "0.1.6" +version "0.1.7" purpose "the dyadic snapshot scheduler dss creates hardlink-based snapshots of a given directory on a remote -- 2.39.2