X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d8c55a6e047b235188530b96aec50a282120f908..8b6ebde1f328c37fededb0acad85c0b0b5b835e5:/NEWS diff --git a/NEWS b/NEWS index 76ecdb59..d116f9b9 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,9 @@ Changes since 3.0.4: daemon to complain about an inability to set explicitly-specified uid/gid values, even when not run by a super-user. + - Added per-user authorization options and group-authorization support to + the daemon's "auth users" parameter. + - Added a way to reference environment variables in a daemon's config file (using %VAR% references). @@ -140,3 +143,5 @@ Changes since 3.0.4: DEVELOPER RELATED: - Added more conditional debug output. + + - Changed configure.in to configure.ac.