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



commit bbbce771f70975d0b4ec5ccd11aa828838e7047a
Author: Stefan Sauer <ensonic users sf net>
Date:   Thu May 7 10:57:46 2015 +0200

    release: update news and date in manual

 NEWS                        |   53 ++++++++++++++++++++++++++++++++++++++++--
 configure.ac                |    2 +-
 help/manual/C/index.docbook |    6 ++--
 3 files changed, 54 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9475a7..406cb49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,54 @@
-GTK-Doc 1.21.1    (... .. 2014)
-==============
+GTK-Doc 1.22    (May 07 2014)
+============
+
+ Important notice - starting with the next release these long deprecated
+ features will be removed - you'll now see a warning if you actually use these
+ features. Please write to gtk-doc-list gnome org and tell us your concerns:
+ o gtkdoc-mktmpl - please move all the comments into the sources.
+ o generating html via sgml tools (jade/openjade), using xsltproc and
+   docbook-xslt is pretty common and preferred since version 1.6
+
+ Changes
+
+ o 727778 :  &ndash;  &nbsp; gtk-doc doesn't understand annotations for GList-contained types
+ o 729911 : Using #TypeName inshort_description makes &quot; - &quot; in HTML index disappear
+ o 732689 : strange result on a generated html page
+ o 734689 :  &quot; Specific - &gt; General &quot; document title format
+ o 736073 : Regression: problems with enum constants
+ o 736725 : Documentation consists mostly of empty space
+ o 741305 : Scanner issue with enum containing value ='{'
+ o 741763 : Example Makefile.am improvements
+ o 741941 : Last function argument missing in docs (possibly due to macro in code)
+ o 743879 : special case G_DECLARE_*_TYPE
+ o 743967 : Make build results reproducible
+ o 744075 : Missing struct members if forward declared in another header
+ o 744368 : gtkdoc-depscan doesn't handle unicode in .devhelp2 files correctly
+ o 746118 : gtkdoc-scan: fix regex for get_type() functions
+ o 746120 : Expand annotation recognition on symbol lines
+ o 746121 : gtkdoc-mkdb: don't warn on 'deprecated entities'
+ o 747207 : Typos in documentation
+ o 747298 : Test still tries to check gtkdoc-scanobj
+ o 748456 : xsl: Enable ToC generation on empty &lt; toc/ &gt; elements
 
-Development version
+ Contributors
+
+ Anders Jonsson
+ Andre Klapper
+ Daniel Mustieles
+ David King
+ Dominique Leuenberger
+ Efstathios Iosifidis
+ Emanuele Aina
+ Fran DiƩguez
+ Maria  Mavridou
+ Marvin Schmidt
+ Olav Vitters
+ Philip Withnall
+ Rafael Ferreira
+ Ryan Lortie
+ Stefan Sauer
+ Tom Tryfonidis
+ Xavier Claessens
 
 GTK-Doc 1.21    (Jul 17 2014)
 ============
diff --git a/configure.ac b/configure.ac
index dab392f..ccbc1d0 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.21.1)
+m4_define(gtk_doc_version, 1.22)
 
 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 2f73094..860e561 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -81,10 +81,10 @@
 
     <revhistory>
       <revision>
-        <revnumber>1.21.1</revnumber>
-        <date>18 Jul 2014</date>
+        <revnumber>1.22</revnumber>
+        <date>07 May 2015</date>
         <authorinitials>ss</authorinitials>
-        <revremark>development version</revremark>
+        <revremark>bug fixes, dropping deprecated features</revremark>
       </revision>
       <revision>
         <revnumber>1.21</revnumber>


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