diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-13 00:47:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-13 00:47:42 +0800 |
commit | bbd519c4867de487e09f8ac5f838a2b150cb75a1 (patch) | |
tree | 4dc38467cc053d2c5723d7f3cda39d116e0242a1 /ChangeLog | |
parent | ccc77d2861cff93d3752cb21cf78a74df5817f02 (diff) | |
download | gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.gz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.bz2 gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.lz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.xz gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.tar.zst gsoc2013-epiphany-bbd519c4867de487e09f8ac5f838a2b150cb75a1.zip |
Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.
2004-02-12 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.
* src/ephy-main.c: (main):
Use LIBXML_TEST_VERSION to check for API compatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2004-02-12 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548. + + * src/ephy-main.c: (main): + + Use LIBXML_TEST_VERSION to check for API compatibility. + +2004-02-12 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/GlobalHistory.cpp: Fix compilation with mozilla 1.4. |