Allow UTF-8 in file:// parse names.

2008-01-22  Alexander Larsson  <alexl@redhat.com>

        * glocalfile.c:
	Allow UTF-8 in file:// parse names.
	
        * tests/Makefile.am:
        * tests/data-input-stream.c:
        * tests/data-output-stream.c:
        * tests/g-file-info.c:
        * tests/g-file.c:
	Added a bunch of tests from Tomas Bzatek


svn path=/trunk/; revision=6351
This commit is contained in:
Alexander Larsson
2008-01-22 09:13:28 +00:00
committed by Alexander Larsson
parent 211c72e12b
commit b784923e9c
7 changed files with 1318 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
2008-01-22 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
Allow UTF-8 in file:// parse names.
* tests/Makefile.am:
* tests/data-input-stream.c:
* tests/data-output-stream.c:
* tests/g-file-info.c:
* tests/g-file.c:
Added a bunch of tests from Tomas Bzatek
2008-01-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===