From: Andre Noll Date: Thu, 8 Aug 2024 14:12:42 +0000 (+0200) Subject: dss-1.0.2. X-Git-Tag: v1.0.2^0 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=dss.git dss-1.0.2. --- 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) ------------------