From bbbce771f70975d0b4ec5ccd11aa828838e7047a Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 7 May 2015 10:57:46 +0200 Subject: [PATCH] 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 : –   gtk-doc doesn't understand annotations for GList-contained types + o 729911 : Using #TypeName inshort_description makes " - " in HTML index disappear + o 732689 : strange result on a generated html page + o 734689 : " Specific - > General " 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 < toc/ > 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 @@ - 1.21.1 - 18 Jul 2014 + 1.22 + 07 May 2015 ss - development version + bug fixes, dropping deprecated features 1.21 -- 2.11.4.GIT