summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-01-15 09:08:06 +0000
committerStefan Metzmacher <metze@samba.org>2004-01-15 09:08:06 +0000
commitd5aecd18504b5dff341c5187554ae7a5d872e2bc (patch)
tree8747ff9807dc1e0cfb40a893b2a7a0a7a0b15096 /WHATSNEW.txt
parent9343c89cb4a1b9f47c38d00b12f3e9058d15b18d (diff)
downloadsamba-d5aecd18504b5dff341c5187554ae7a5d872e2bc.tar.gz
samba-d5aecd18504b5dff341c5187554ae7a5d872e2bc.tar.bz2
samba-d5aecd18504b5dff341c5187554ae7a5d872e2bc.zip
* Fix sys_chown() when no chown() is presend
metze (This used to be commit b0c0d736919079afc4f9bf5a406000048d26fe71)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 769270c7d8..90513df8cd 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -45,6 +45,7 @@ o Stefan Metzmacher <metze@samba.org>
* Fix disk_free calculation with group quotas.
* Add debug class 'quota' and a lot of DEBUG()'s
to the quota code.
+ * Fix sys_chown() when no chown() is presend
o Tim Potter <tpot@samba.org>