summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-27 15:12:18 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-27 15:12:18 +0000
commit2cc2407ee2b9d863580b37dd0f014ecb41539798 (patch)
treec1ea68bd72482a75891f581cd86acf2584a0728e
parent3d2bdf24cc1b90b3e85bad52b5b096e7588a102c (diff)
downloadyelp-2cc2407ee2b9d863580b37dd0f014ecb41539798.tar.gz
updated for 0.9
2002-05-27 Mikael Hallendal <micke@codefactory.se> * NEWS: updated for 0.9 * configure.in: - Bumped version to 0.9 - Updated libgnome deps to 1.117.2 - Updated gtkhtml2 deps to 1.99.8
-rw-r--r--ChangeLog7
-rw-r--r--NEWS10
-rw-r--r--configure.in6
3 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bf76ecac..19c99ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-05-27 Mikael Hallendal <micke@codefactory.se>
+ * NEWS: updated for 0.9
+
+ * configure.in:
+ - Bumped version to 0.9
+ - Updated libgnome deps to 1.117.2
+ - Updated gtkhtml2 deps to 1.99.8
+
* src/yelp-reader.c:
- removed old code.
- fixed a couple of warnings
diff --git a/NEWS b/NEWS
index e74ee911..bd61ee68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in 0.9:
+---------------
+
+* Caching docbook in memory for faster access (Mikael Hallendal)
+* Fixed bug that caused crashes on Solaris (Mikael Hallendal)
+* View info pages in chunks (Patanjali Somayaji)
+* Fixed mem leaks (Mikael Hallendal,
+ Richard Hult)
+* Stylesheet updates (Sander Vesik)
+
Changes in 0.8:
---------------
diff --git a/configure.in b/configure.in
index 16c84af5..6ebb9192 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(src/yelp-main.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(yelp, 0.8)
+AM_INIT_AUTOMAKE(yelp, 0.9)
AC_PROG_INTLTOOL
@@ -41,7 +41,7 @@ fi
AC_DEFINE_UNQUOTED(GNOMELOCALEDIR, "$GNOMELOCALEDIR")
PKG_CHECK_MODULES(YELP, gnome-vfs-2.0 >= 1.1 \
- libgnome-2.0 >= 1.112.1 \
+ libgnome-2.0 >= 1.117.2 \
libgnomeui-2.0 >= 1.103.0 \
libbonobo-2.0 >= 1.108.0 \
libxslt >= 1.0.15 \
@@ -65,7 +65,7 @@ dnl <= Check for bzip2 > 1.0.0
if test x$with_html_widget = xgtkhtml1; then
PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-3.0 >= 3.0)
else
- PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 1.99.7)
+ PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 1.99.8)
fi
CFLAGS="$HTML_WIDGET_CFLAGS $CFLAGS"