From 78e42d1111a5b5017526c3d82de45621da1e5fd2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 8 Aug 2024 16:12:42 +0200 Subject: [PATCH] dss-1.0.2. --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index a973da7..df6c29f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +------------------ +1.0.2 (2024-08-08) +------------------ +The new help subcommand, the improved build system, documentation +improvements and a couple of fixes and miscellaneous cleanups. + +- Fix --config-file for relative paths. +- The new "help" subcommand shows help on subcommands. +- The build is quiet by default, use "make V=1" to get the old behaviour. +- The command "make README" now shows the README file. +- dss -V now shows the git version. +- Compressed man page (dss.1.gz) +- Nicer (and much shorter) web page +- Markdown is no longer required to build the web page +- A statically linked binary can be downloaded from the web page. +- Documentation improvements +- New phony targets: www, distclean, maintainer-clean +- dss now consults HOME and LOGNAME rather than calling getpwuid(3) + ------------------ 1.0.1 (2019-11-08) ------------------ -- 2.39.5