From 53920f69b9988918e3be610e432e619c996e3e99 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 8 Nov 2019 14:24:27 +0100 Subject: [PATCH] dss-1.0.1. --- Makefile | 2 +- NEWS | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef00f50..a60a65b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ INSTALL_PROGRAM ?= $(INSTALL) INSTALL_DATA ?= $(INSTALL) -m 644 MKDIR_P := mkdir -p -VERSION_STRING = 1.0.0 +VERSION_STRING = 1.0.1 dss_objects := dss.o str.o file.o exec.o sig.o daemon.o df.o tv.o snap.o ipc.o dss.lsg.o all: dss dss.1 diff --git a/NEWS b/NEWS index 947ba58..a973da7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +------------------ +1.0.1 (2019-11-08) +------------------ +Several fixes and improvements have accumulated over the years, +so here is a new release. There are also some new features: + +- Support for multiple source directories. + +- The prune subcommand has been tweaked to use the same algorithm as + the run subcommand to decide which snapshot should be pruned. The + prune subcommand also gained the new --disk-space option. + +- When dss runs in daemon mode, it no longer sets the umask to zero. + +- The logo has been replaced by a slightly smaller one in svg format. + ------------------ 1.0.0 (2017-11-19) ------------------ -- 2.39.2