summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-12-21 06:33:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-21 06:33:37 +0000
commit513be6bbaec4f6f8675feaa3a29a41a1d04af5e1 (patch)
tree1c3558423f2d76f734b2071be4bbb510f4d39a1c
parent700a71f01074c091278420cc49087dbb6057982f (diff)
downloadglib-513be6bbaec4f6f8675feaa3a29a41a1d04af5e1.tar.gz
Updates
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--README.in5
4 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb65ab538..317ccc343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-21 Matthias Clasen <mclasen@redhat.com>
+
+ * README.in: Add some notes on when 'make check' may fail.
+
2005-12-20 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index cb65ab538..317ccc343 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2005-12-21 Matthias Clasen <mclasen@redhat.com>
+
+ * README.in: Add some notes on when 'make check' may fail.
+
2005-12-20 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index cb65ab538..317ccc343 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+2005-12-21 Matthias Clasen <mclasen@redhat.com>
+
+ * README.in: Add some notes on when 'make check' may fail.
+
2005-12-20 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
diff --git a/README.in b/README.in
index 42713c698..9f9c35d78 100644
--- a/README.in
+++ b/README.in
@@ -39,6 +39,11 @@ Notes about GLib 2.10
POSIX threads for long enough now to have them available on every
Solaris platform.
+* 'make check' has been changed to validate translations by calling
+ msgfmt with the -c option. As a result, it may fail on systems with
+ older gettext implementations (GNU gettext < 0.14.1, or Solaris gettext).
+ 'make check' will also fail on systems where the C compiler does not
+ support ELF visibility attributes.
Notes about GLib 2.6.0
======================