[gtk-doc] release: update news and date in manual



commit 2356b7946d5b60d1e933106adb5139a4033a0a4b
Author: Stefan Sauer <ensonic users sf net>
Date:   Fri May 29 21:48:39 2015 +0200

    release: update news and date in manual

 NEWS                        |   20 ++++++++++++++++++--
 configure.ac                |    2 +-
 help/manual/C/index.docbook |    8 ++++----
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index cb33b81..eec1e0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-GTK-Doc 1.23.1  (... .. ....)
-==============
+GTK-Doc 1.24  (May 29 2015)
+============
+
+ This is another quick bugfix release for a regression, see bug #749591
+
+ Changes
+
+ o 749591 : gtk-doc 1.23 no longer includes xml namespace in .devhelp2 files
+ o 749706 : .gitignore files should not be under version control
+ o 749816 : Support syntax highlighting of different languages (patch included)
+ o 749901 : Strip common indent when highlighting with vim
 
+ Contributors
+
+ Daniel Mustieles
+ Dexter Chua
+ Michael Catanzaro
+ Peter De Wachter
+ Stefan Sauer
 
 GTK-Doc 1.23  (May 17 2015)
 ============
diff --git a/configure.ac b/configure.ac
index abca744..a707286 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl Use a simple 2-digit version number for a while, since our old example
 dnl Makefile can only cope with that, i.e. use 1.1, 1.2, 1.3 ... 9.9.
 dnl FIXME: I can't see anything failing (1.14.1), lets try to use a three digit
 dnl number for the development version
-m4_define(gtk_doc_version, 1.23.1)
+m4_define(gtk_doc_version, 1.24)
 
 AC_INIT([gtk-doc],[gtk_doc_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc],[gtk-doc])
 
diff --git a/help/manual/C/index.docbook b/help/manual/C/index.docbook
index 185c458..afdf5bb 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -10,7 +10,7 @@
 <book id="index">
   <bookinfo>
     <title>GTK-Doc Manual</title>
-    <edition>1.23</edition>
+    <edition>1.24</edition>
     <abstract role="description"><para>User manual for developers with instructions of GTK-Doc 
usage.</para></abstract>
     <authorgroup>
       <author>
@@ -81,10 +81,10 @@
 
     <revhistory>
       <revision>
-        <revnumber>1.23.1</revnumber>
-        <date>17 May 2015</date>
+        <revnumber>1.24</revnumber>
+        <date>29 May 2015</date>
         <authorinitials>ss</authorinitials>
-        <revremark>development version</revremark>
+        <revremark>bug fix</revremark>
       </revision>
       <revision>
         <revnumber>1.23</revnumber>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]