summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d7b47f3..d9ac61b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-18 Shaun McCance <shaunm@gnome.org>
+
+ * NEWS:
+ * configure.in:
+ - Version 2.8.0-1
+
2004-09-14 Shaun McCance <shaunm@gnome.org>
* configure.in:
diff --git a/NEWS b/NEWS
index 7f6ffa1..df26319 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.8.0-1
+---------------
+* Broken XML files fixed
+* Out-of-date translations removed
+
Version 2.8.0
-------------
* Some updates to User Guide
diff --git a/configure.in b/configure.in
index f185ff5..e02cef4 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(gnome2-user-guide)
SCROLLKEEPER_REQUIRED=0.3.11
AC_SUBST(SCROLLKEEPER_REQUIRED)
-AM_INIT_AUTOMAKE(gnome2-user-docs, 2.8.0)
+AM_INIT_AUTOMAKE(gnome2-user-docs, 2.8.0-1)
AM_MAINTAINER_MODE