summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e68a76b8..d1df9776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
2002-08-13 Mikael Hallendal <micke@codefactory.se>
+
+ * Release 1.0.3
+
+ * configure.in: Bumped to 1.0.3
+
+ * NEWS: Updated for 1.0.3
+
+2002-08-13 Mikael Hallendal <micke@codefactory.se>
* src/yelp-man.c:
(yelp_man_remove_duplicates_from_manpath):
diff --git a/NEWS b/NEWS
index 085f73af..5c4b3a13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in 1.0.3:
+-----------------
+
+* Fixed a bug that caused Yelp to segfault on
+ startup if you used MANPATH instead of
+ manpath (Mikael Hallendal)
+* Stylesheet improvments (Sander Vesik)
+* Updated translations (pt) (Duarte Loreto)
+
Changes in 1.0.2:
-----------------
diff --git a/configure.in b/configure.in
index 57c000ad..261e4128 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.2)
+AM_INIT_AUTOMAKE(yelp, 1.0.3)
AC_PROG_INTLTOOL