commit: 1fe072a94e105b9132f9d65cea8a3439249855a4 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Oct 13 02:21:16 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Oct 13 02:21:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=1fe072a9
misc/install-xattr: update ChangeLog --- misc/install-xattr/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/install-xattr/ChangeLog b/misc/install-xattr/ChangeLog index 91b31c9..e998592 100644 --- a/misc/install-xattr/ChangeLog +++ b/misc/install-xattr/ChangeLog @@ -1,6 +1,10 @@ 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 @@ -23,3 +27,4 @@ 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. + * Zac Medico <[email protected]> for fixing a fork bomb.
