aboutsummaryrefslogtreecommitdiff
blob: e9985920f332b8b83ea33f1b99eefdb0f476133e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Okay we'll document changes here.  This is a small project, so we don't
have to be very formal.  

2014-10-12
	* Release 0.4
	* Correct a fork bomb.  See https://bugs.gentoo.org/show_bug.cgi?id=523994.

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,
	see https://bugs.gentoo.org/show_bug.cgi?id=465000.

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.
	* Zac Medico <zmedico@gentoo.org> for fixing a fork bomb.