summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-03-25 11:48:41 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-03-25 11:48:41 +0000
commitd373c3072ec2285b7707f60f0575655b6552dfcf (patch)
treeca3040941b4546af55fbcef45b491f8a9bc74999
parent1a730a0e3de3885fc9f86b2fe17c4b9a2e5aec1e (diff)
downloadyelp-d373c3072ec2285b7707f60f0575655b6552dfcf.tar.gz
updated (oops, missed 0.5 release).
2002-03-25 Mikael Hallendal <micke@codefactory.se> * NEWS: updated (oops, missed 0.5 release).
-rw-r--r--ChangeLog2
-rw-r--r--NEWS15
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 814f2ff6..eb4d5ac4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-03-25 Mikael Hallendal <micke@codefactory.se>
+ * NEWS: updated (oops, missed 0.5 release).
+
* configure.in: bumped version to 0.5
2002-03-24 Zbigniew Chyla <cyba@gnome.pl>
diff --git a/NEWS b/NEWS
index c9536dcf..946ae50c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in 0.5:
+---------------
+
+* Support for INFOPATH (Me)
+* Faster in-doc browsing . (Me)
+* Fixed bugs: #72637, #72965, #75081 (Me)
+* UTF8 Fix (Zbigniew Chyla)
+* Accessibility fixes (Padraig O'Briain,
+ Jagadeesh B. G)
+
+Changes in 0.4:
+---------------
+
+* Session management (Sandeep V Honde)
+
Changes in 0.3:
---------------
diff --git a/configure.in b/configure.in
index a1c8a985..787543bf 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.5)
+AM_INIT_AUTOMAKE(yelp, 0.5.99)
AC_PROG_INTLTOOL