summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-04-29 07:40:20 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-04-29 07:40:20 +0000
commitae620727116e88132ec90a64719e6051e0d66bc2 (patch)
treece5c6e2b0308d3da4d1c499bd63cc9bb354cd142
parenta7d879fdf357a305f381b76e4e832636bd9db468 (diff)
downloadyelp-ae620727116e88132ec90a64719e6051e0d66bc2.tar.gz
bumped version to 0.6.1
2002-04-29 Mikael Hallendal <micke@codefactory.se> * configure.in: bumped version to 0.6.1 * NEWS: updated for 0.6.1
-rw-r--r--ChangeLog10
-rw-r--r--NEWS40
-rw-r--r--configure.in2
3 files changed, 35 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index f86c3794..4fab703e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-29 Mikael Hallendal <micke@codefactory.se>
+
+ * configure.in: bumped version to 0.6.1
+
+ * NEWS: updated for 0.6.1
+
2002-04-28 Mikael Hallendal <micke@codefactory.se>
* src/Makefile.am (INCLUDES): removed -I$(includedir).
@@ -9,12 +15,12 @@
2002-04-27 John Fleck <jfleck@inkstain.net>
* yelp-db2html.c
- load/parse the DTD
+ load/parse the DTD
Fri Apr 5 07:20:18 2002 Jonathan Blandford <jrb@redhat.com>
* src/yelp-info.c (yelp_info_read_info_dir): remove unneeded
- special case.
+ special case.
2002-04-23 Mikael Hallendal <micke@codefactory.se>
diff --git a/NEWS b/NEWS
index f5ce8f90..9b76e48d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,35 @@
+Changes in 0.6.1:
+-----------------
+
+* Docbook fixes (John Fleck)
+* Handle HTML-pages better (Mikael Hallendal)
+* Stylesheet updates (Sander Vesik)
+* man/info-fix fixing a bug resulting in
+ sometime man/info didn't get displayed at all (Mikael Hallendal)
+* Man-fixes when viewing man-pages with a .so
+ in them. (Mikael Hallendal)
+
+
Changes in 0.6:
---------------
-* Made the TOC view look better (Me,
+* Made the TOC view look better (Mikael Hallendal,
Tammy Fox)
-* Better error handling when viewing docbook (Me)
-* Docbook speedups (Me)
+* Better error handling when viewing docbook (Mikael Hallendal)
+* Docbook speedups (Mikael Hallendal)
* Chunking stylesheet fixes (Sander Vesik)
-* Fixed a couple of Calum's usability issues (Me)
-* Use toolbar settings from GConf (Me)
+* Fixed a couple of Calum's usability issues (Mikael Hallendal)
+* Use toolbar settings from GConf (Mikael Hallendal)
* Style fixes in the index view (Richard Hult)
* Fixed memory leaks (Padraig O'Briain
- Me)
+ Mikael Hallendal)
Changes in 0.5:
---------------
-* Support for INFOPATH (Me)
-* Faster in-doc browsing . (Me)
-* Fixed bugs: #72637, #72965, #75081 (Me)
+* Support for INFOPATH (Mikael Hallendal)
+* Faster in-doc browsing . (Mikael Hallendal)
+* Fixed bugs: #72637, #72965, #75081 (Mikael Hallendal)
* UTF8 Fix (Zbigniew Chyla)
* Accessibility fixes (Padraig O'Briain,
Jagadeesh B. G)
@@ -31,11 +43,11 @@ Changes in 0.3:
---------------
* gnome-help symlink (Alex Larsson)
-* history fixes (Me)
-* Added support for index search (Me)
-* Changed strings suggested by Calum (Me)
-* Added Go menu with toolbar alternatives (Me)
-* Lots of bugfixes (Me)
+* history fixes (Mikael Hallendal)
+* Added support for index search (Mikael Hallendal)
+* Changed strings suggested by Calum (Mikael Hallendal)
+* Added Go menu with toolbar alternatives (Mikael Hallendal)
+* Lots of bugfixes (Mikael Hallendal)
* Updated translations (Christian Rose,
Ole Laursen,
Tõivo Leedjärv,
diff --git a/configure.in b/configure.in
index 5786ecbf..7dd061a4 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.6.99)
+AM_INIT_AUTOMAKE(yelp, 0.6.1)
AC_PROG_INTLTOOL