diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:53:26 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-29 21:53:26 +0000 |
commit | e97b63c95aad40de6498bd480a38d7a57764ad53 (patch) | |
tree | 1e9697955e97a70dab59823ccfe6c94be107c983 /debian/changelog | |
parent | 8583fe7a95646e1da0b02ed5374ba1681414b5d8 (diff) |
* Avoid using GNU extensions to cp during "make install", which did
not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index de7eae4cf..91c4da6b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (1.52) UNRELEASED; urgency=low + + * Avoid using GNU extensions to cp during "make install", which did + not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch. + + -- Josh Triplett <josh@freedesktop.org> Sun, 29 Apr 2007 15:23:00 -0700 + ikiwiki (1.51) unstable; urgency=low [ Joey Hess ] |