From 740323fa9dc25b6d831c5ff4b681ad142cc1afa6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 21 Sep 2003 13:38:54 +0000 Subject: Depend on libxml2 >= 2.6.0; this should fix the bookmarks loss bug. 2003-09-21 Christian Persch * configure.in: Depend on libxml2 >= 2.6.0; this should fix the bookmarks loss bug. --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d12e744f..7be6ffebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-21 Christian Persch + + * configure.in: + + Depend on libxml2 >= 2.6.0; this should fix the bookmarks loss bug. + 2003-09-21 Christian Persch * lib/ephy-file-helpers.c: (ephy_file_save_xml): diff --git a/configure.in b/configure.in index 0a7e8b40f..093811944 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" GTK_REQUIRED=2.3 LIBBONOBOUI_REQUIRED=2.1.1 -LIBXML_REQUIRED=2.5.9 +LIBXML_REQUIRED=2.6.0 LIBGNOMEVFS_REQUIRED=2.3.1 AC_SUBST(LIBBONOBOUI_REQUIRED) -- cgit v1.2.3