summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b7184b4..996c398b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-13 Richard Hult <rhult@codefactory.se>
+
+ * Release 2.1.5.
+
+ * NEWS: Update for 2.1.5.
+
+ * configure.in: Bump version to 2.1.5.
+
2003-01-10 Fatih Demir <kabalak@gtranslator.org>
* configure.in: Added "ta" (Tamil) to the languages' list.
diff --git a/NEWS b/NEWS
index c6a2f024..3d77b780 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 2.1.5:
+-----------------
+
+* Stylesheet fixes (Padraig O'Briain)
+* Hide unimplemented search options (Richard Hult)
+* Updated translations
+ (am, hi, ko, ru, sq, ta)
+
Changes in 2.1.4:
-----------------
diff --git a/configure.in b/configure.in
index a1b19207..54e48b2f 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, 2.1.4)
+AM_INIT_AUTOMAKE(yelp, 2.1.5)
AC_PROG_INTLTOOL