aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-07-21 17:06:13 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-07-21 17:26:31 -0400
commitd8932d7ee8fd1a3bd00af100717546f39e271f05 (patch)
tree689389bae03e6c1f0ec2f26e9d7c5d136cc7a43d
parentmisc/install-xattr: exclude trusted.* by default (diff)
downloadelfix-d8932d7ee8fd1a3bd00af100717546f39e271f05.tar.gz
elfix-d8932d7ee8fd1a3bd00af100717546f39e271f05.tar.bz2
elfix-d8932d7ee8fd1a3bd00af100717546f39e271f05.zip
misc/install-xattr/ChangeLog: updated
-rw-r--r--misc/install-xattr/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/install-xattr/ChangeLog b/misc/install-xattr/ChangeLog
index 13752a3..91b31c9 100644
--- a/misc/install-xattr/ChangeLog
+++ b/misc/install-xattr/ChangeLog
@@ -1,6 +1,19 @@
Okay we'll document changes here. This is a small project, so we don't
have to be very formal.
+2014-07-21
+
+ * Release 0.3
+ * Correctly determine dst path if src is in a dir.
+ * Exclude trusted.* extended attribute namespace.
+
+2014-06-15
+
+ * Release 0.2
+ * Correct the behavior of install-xattr for when it is executed in a portage
+ environment. We must chdir to OLDPWD rather than using PWD else we wind up
+ installing into /usr/lib/portage.
+
2014-02-13
* Release version 0.1. For discussion leading up to this release,
@@ -9,3 +22,4 @@ have to be very formal.
THANKS
* Mike Frysinger <vapier@gentoo.org> for your relentless attention.
* Greg Turner <gmturner007@ameritech.net> for testing and fixing bugs.
+ * Jason Zaman <jason@perfinion.com> for testing and fixing bugs.