diff options
author | Christian Persch <chpe@svn.gnome.org> | 2007-01-29 04:06:12 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-01-29 04:06:12 +0800 |
commit | 819a719f62d6d9583d55b1c5ac787c7f64a03de6 (patch) | |
tree | bb8e94165702c9e8c1d5453a42a8d28ec5a5abf1 /ChangeLog | |
parent | 2eee055dd76bfe30aea7758025cdd499aea95b4d (diff) | |
download | gsoc2013-epiphany-819a719f62d6d9583d55b1c5ac787c7f64a03de6.tar.gz gsoc2013-epiphany-819a719f62d6d9583d55b1c5ac787c7f64a03de6.tar.zst gsoc2013-epiphany-819a719f62d6d9583d55b1c5ac787c7f64a03de6.zip |
Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* lib/ephy-node.c: (safe_write_string), (ephy_node_write_to_xml):
* src/bookmarks/ephy-bookmarks-export.c: (sanitise_string),
(write_topics_list), (write_rdf):
Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to
XML. Bug #392782.
svn path=/trunk/; revision=6856
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-01-28 Christian Persch <chpe@svn.gnome.org> + * lib/ephy-node.c: (safe_write_string), (ephy_node_write_to_xml): + * src/bookmarks/ephy-bookmarks-export.c: (sanitise_string), + (write_topics_list), (write_rdf): + + Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to + XML. Bug #392782. + +2007-01-28 Christian Persch <chpe@svn.gnome.org> + * src/epiphany.defs: * src/epiphany.override: |