summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2009-02-02 01:51:44 +0000
committerShaun McCance <shaunm@src.gnome.org>2009-02-02 01:51:44 +0000
commit13480e0ac4863942e16256dcea6eb87ca82e4af0 (patch)
treee89c5e5617ad0f2ef127c4601d11348a7684255e
parent0c0f53ca24c3ace121b0b0b34d8c4e2d04dfd59d (diff)
downloadgnome-doc-utils-13480e0ac4863942e16256dcea6eb87ca82e4af0.tar.gz
- Version 0.15.1GNOME_DOC_UTILS_0_15_1
* configure.in: * NEWS: - Version 0.15.1 svn path=/trunk/; revision=1144
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42bb0b0..1e0f33b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-01 Shaun McCance <shaunm@gnome.org>
+ * configure.in:
+ * NEWS:
+ - Version 0.15.1
+
+2009-02-01 Shaun McCance <shaunm@gnome.org>
+
* xslt/docbook/html/db2html-css.xsl:
* xslt/gettext/gettext.xsl:
- Fixing some RTL issues, thanks to muayyad alsadi, bug #563559
diff --git a/NEWS b/NEWS
index 3cbeffc..56fdf2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 0.15.1:
+------------------
+* Fixed some RTL issues, thanks to muayyad alsadi, bug #563559
+* Updated translations:
+ lv (Raivis Dejus)
+
Changes in 0.14.1:
------------------
* Fixed some LTR issues, more remain on bug #563559 (Shaun McCance)
diff --git a/configure.in b/configure.in
index eb40603..d7a5a80 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-doc-utils], [0.14.1],
+AC_INIT([gnome-doc-utils], [0.15.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])