summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:18:54 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:18:54 +0000
commitde16a052d9a0d9c436845113bb15d1162f77cf63 (patch)
tree52676e924c6e48644c6a0ed76fc69fa1ac3d7701 /ChangeLog
parent5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457 (diff)
downloadcppunit-de16a052d9a0d9c436845113bb15d1162f77cf63.tar.gz
doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since
there is no link to preserve anyway (does not exist on SunOs).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e127d20..a7b7faa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
with mingw & cygwin. WIN32 is now always defined if _WIN32 is defined.
Bug #945737 & #930338.
+ * doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since
+ there is no link to preserve anyway (does not exist on SunOs).
+
2004-06-16 Baptiste Lepilleur <gaiacrtn@free.fr>