commit: d8932d7ee8fd1a3bd00af100717546f39e271f05
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 21:06:13 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 21:26:31 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=d8932d7e
misc/install-xattr/ChangeLog: updated
---
misc/install-xattr/ChangeLog | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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 <[email protected]> for your relentless attention.
* Greg Turner <[email protected]> for testing and fixing bugs.
+ * Jason Zaman <[email protected]> for testing and fixing bugs.