]> git.tuebingen.mpg.de Git - dss.git/commitdiff
dss-1.0.1. v1.0.1
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 8 Nov 2019 13:24:27 +0000 (14:24 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 8 Nov 2019 13:24:27 +0000 (14:24 +0100)
Makefile
NEWS

index ef00f50cffdec1fdf36b24f8fa0f4b5f0adb8035..a60a65b3e34e99f643ff4493cfff0c1b8d76a44d 100644 (file)
--- 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 947ba587eee5524f15e7f04ac4c0d818e1199db1..a973da792387fac60cf26118281f66d2f94f83ee 100644 (file)
--- 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)
 ------------------