summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-08-05 20:03:50 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-08-05 20:03:50 +0000
commit12241edc2e624956afef8072d5ebe728bcb555ac (patch)
treec7103c534782b2227c82f73896c9245b34121e4e
parent73707b2ed4e3a09c26999d947773244dd2c02714 (diff)
downloadyelp-12241edc2e624956afef8072d5ebe728bcb555ac.tar.gz
Release 1.0.2
2002-08-05 Mikael Hallendal <micke@codefactory.se> * Release 1.0.2 * NEWS: updated for 1.0.2 * configure.in: - Version updated to 1.0.2 - Requirement on libgnome to 2.0.2 - Requirement on gtkhtml2 to 1.99.10
-rw-r--r--ChangeLog11
-rw-r--r--NEWS16
-rw-r--r--configure.in6
3 files changed, 30 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c9f6125..7c5f12ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-08-05 Mikael Hallendal <micke@codefactory.se>
+
+ * Release 1.0.2
+
+ * NEWS: updated for 1.0.2
+
+ * configure.in:
+ - Version updated to 1.0.2
+ - Requirement on libgnome to 2.0.2
+ - Requirement on gtkhtml2 to 1.99.10
+
2002-08-05 Sander Vesik <sander.vesik@sun.com>
* src/yelp-db2html.c:
- include quotes around stylesheet path so its correctly passed in
diff --git a/NEWS b/NEWS
index 64ee7f17..085f73af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in 1.0.2:
+-----------------
+
+* Fixed missing info pages and sort info pages (Mikael Hallendal)
+* Remove duplications in manpath (Yogeesh MB)
+* Support for gnome2-*2html in libexec (Brian Cameron)
+* Buffer overflow fix (Laavanya K R)
+* Stylesheet fixes (Sander Vesik)
+* Fixes for toolbar style (Kang Jeong-Hee)
+* Fixed window icon and about box icon (Nicholas Curran)
+* Various minor fixes (Mikael Hallendal,
+ Padraig O'Briain)
+* Updated translations
+ (lv, de, am, ca, bg, sv, et, ru, pl, no, sk, fr, ms, ko, nl, da,
+ wa, vi, hu)
+
Changes in 1.0.1:
-----------------
diff --git a/configure.in b/configure.in
index e5650862..d93e90ad 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, 1.0.1)
+AM_INIT_AUTOMAKE(yelp, 1.0.2)
AC_PROG_INTLTOOL
@@ -59,7 +59,7 @@ fi
AC_DEFINE_UNQUOTED(GNOMELOCALEDIR, "$GNOMELOCALEDIR")
PKG_CHECK_MODULES(YELP, gnome-vfs-2.0 >= 1.1 \
- libgnome-2.0 >= 1.117.2 \
+ libgnome-2.0 >= 2.0.2 \
libgnomeui-2.0 >= 1.103.0 \
libbonobo-2.0 >= 1.108.0 \
libxslt >= 1.0.15 \
@@ -83,7 +83,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.9)
+ PKG_CHECK_MODULES(HTML_WIDGET, libgtkhtml-2.0 >= 1.99.10)
fi
CFLAGS="$HTML_WIDGET_CFLAGS $CFLAGS"