summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2009-11-19 22:20:12 -0800
committerBrandon Philips <brandon@ifup.org>2009-11-19 22:20:12 -0800
commit05c5bdcb4dc865c5822d7da7d0043daf2076ed46 (patch)
tree0b6965b065fafb90ead4762fc2fcfe02ccfc314a
parent7d43cfee144fcb15706a686fa4587bc82aa889b8 (diff)
downloadacl-05c5bdcb4dc865c5822d7da7d0043daf2076ed46.tar.gz
VERSION: 2.2.48 -> 2.2.49v2.2.49
2.2.49 release Signed-off-by: Brandon Philips <bphilips@suse.de>
-rw-r--r--VERSION2
-rw-r--r--doc/CHANGES5
2 files changed, 6 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index ea928aa..68ec770 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=48
+PKG_REVISION=49
PKG_BUILD=1
diff --git a/doc/CHANGES b/doc/CHANGES
index c5d94d5..d77dd60 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+acl 2.2.49 (19 November 2009)
+==========
+* Add missing files to tarball: tests/sort-getfacl-output and examples/copyperm.c
+* Update docs/CHANGES for 2.2.48 release
+
acl 2.2.48 (31 July 2009)
==========
* Make sure that getfacl -R only calls stat(2) on symlinks when it needs to.