summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-07-30 19:00:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-30 19:00:18 +0000
commitbb955c809c4e8cf56fd93c6ee5bb43a6737ee377 (patch)
tree908e3cca1cfde21077d8a68b5127ee9bc12b2328 /ChangeLog
parent12b92ab58c1845361dfd2e9b92c6f0caae2bac8b (diff)
Don't validate for UTF-8 here. (#148420, Robert Ögren)
2004-07-30 Matthias Clasen <mclasen@redhat.com> * glib/gconvert.c (g_unescape_uri_string): Don't validate for UTF-8 here. (#148420, Robert Ögren) * tests/uri-test.c (run_roundtrip_tests): Add tests for roundtrip compatibility. Going from filename to uri and back should always give you the same filename back.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b80c9d20..1267d3ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-07-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gconvert.c (g_unescape_uri_string): Don't validate
+ for UTF-8 here. (#148420, Robert Ögren)
+
+ * tests/uri-test.c (run_roundtrip_tests): Add tests for
+ roundtrip compatibility. Going from filename to uri and
+ back should always give you the same filename back.
+
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* tests/markups/valid-{9,10,11}.gmarkup: