aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-01-03 08:53:59 -0800
committerWayne Davison <wayned@samba.org>2009-01-03 08:53:59 -0800
commit09ca0d15d31d93a5964a1db4c387879f31c22831 (patch)
treea966cbf8f02b8796d5c8d9f66e3c533ad97a4b41 /NEWS
parentc43c66125e8fd35896a358ccce9687ebcfe82dc5 (diff)
downloadandroid_external_rsync-09ca0d15d31d93a5964a1db4c387879f31c22831.tar.gz
android_external_rsync-09ca0d15d31d93a5964a1db4c387879f31c22831.tar.bz2
android_external_rsync-09ca0d15d31d93a5964a1db4c387879f31c22831.zip
Added init_stat_x() to avoid duplication of acl/xattr init code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0de0ca6..eaacde62 100644
--- a/NEWS
+++ b/NEWS
@@ -51,3 +51,5 @@ Changes since 3.0.4:
- The pool_alloc library has received some minor improvements in alignment
handling.
+
+ - Added init_stat_x() function to avoid duplication of acl/xattr init code.