summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea11eea1..7c53d6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-04 Mikael Hallendal <micke@codefactory.se>
+
+ * Release 1.0.6
+
+ * NEWS: udpated for 1.0.6
+
+ * configure.in: 1.0.6
+
2002-09-01 Marius Andreiana <mandreiana@yahoo.com>
* configure.in: added 'ro' to ALL_LINGUAS
diff --git a/NEWS b/NEWS
index 3fab4c3d..432323c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in 1.0.6:
+-----------------
+
+* Fixed build error on AIX, xlC compiler (Benjamin Thery)
+* Updated translations (ca)
+* Added translations (ro, cs)
+
Changes in 1.0.5:
-----------------
diff --git a/configure.in b/configure.in
index 644ceebb..9896d677 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.5)
+AM_INIT_AUTOMAKE(yelp, 1.0.6)
AC_PROG_INTLTOOL