From: Andre Noll Date: Fri, 8 Nov 2019 13:24:27 +0000 (+0100) Subject: dss-1.0.1. X-Git-Tag: v1.0.1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.0.1;p=dss.git dss-1.0.1. --- 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) ------------------