Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@mono-cvs.ximian.com>2005-07-02 01:06:12 +0400
committerDaniel Drake <dsd@mono-cvs.ximian.com>2005-07-02 01:06:12 +0400
commitdcca26de40396c44df0c1f8f3b535f6695ecb745 (patch)
treec7ea3390bddde09aa13df36be6ff9b201a2aaeed /ChangeLog
parenteee68bbd945161fa2497e917e306aa09f2a78147 (diff)
2005-07-01 Daniel Drake <dsd@gentoo.org>
* configure.in: Add check for FreeBSD's sys/extattr.h svn path=/trunk/mono/; revision=46864
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 448e50e4e7c..948a85f3574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-01 Daniel Drake <dsd@gentoo.org>
+
+ * configure.in: Add check for FreeBSD's sys/extattr.h
+
2005-07-01 Raja R Harinath <rharinath@novell.com>
Avoid resource leakage on 'make clean' (see #75424).