summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-17 03:38:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-17 03:38:39 +0000
commit51af5833f7afbe58ab473a729865c122dc553a52 (patch)
tree5e992f71808c188e10e2f00890f24d38baaec4c6 /ChangeLog.pre-2-6
parent846e5140c36dfcc36677ce0d0356958012fd0a6d (diff)
downloadglib-51af5833f7afbe58ab473a729865c122dc553a52.tar.gz
Support gmodule-no-export.
2004-11-16 Matthias Clasen <mclasen@redhat.com> * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-611
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 90d52daeb..838b73047 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,14 @@
+2004-11-16 Matthias Clasen <mclasen@redhat.com>
+
+ * m4macros/glib-2.0.m4 (AM_PATH_GLIB_2_0): Support gmodule-no-export.
+
+ * Makefile.am (EXTRA_DIST):
+ * configure.in (AC_CONFIG_FILES): Add gmodule-no-export-2.0.pc.in
+
+ * gmodule-no-export-2.0.pc.in: Add a variants of gmodule-2.0.pc.in
+ which doesn't add -Wl,--export-dynamic, since Pango or GTK+ don't
+ need it. (#125627, Owen Taylor)
+
2004-11-17 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Define S_ISREG() on windows, since it