summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2016-03-21 22:24:03 +0100
committerStefan Sauer <ensonic@users.sf.net>2016-03-21 22:24:03 +0100
commit9cfe7512b33d6009f5251f6aa13c16d2a7d21c9b (patch)
tree0b6c707d109714940520d27c11eb7c98cc810a2a
parent3bb6f37a1de3bcd5dd70869aa6ffcd4ad931c76a (diff)
downloadgtk-doc-9cfe7512b33d6009f5251f6aa13c16d2a7d21c9b.tar.gz
release: update news and date in manualGTK_DOC_1_25
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
-rw-r--r--help/manual/C/index.docbook6
3 files changed, 42 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 22f15aa..a93adf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,43 @@
-GTK-Doc 1.24.1 (... .. ....)
+GTK-Doc 1.25 (Mar 21 2016)
==============
+ Changes
+
+ o 763465 : &ndash; &nbsp; released version of gtk-doc no longer understands cross-reference data in gtk+
+ o 742404 : unify index.sgml and *.devhelp2 + change gtkdoc-fixxref to use *.devhelp2
+ o 743182 : Automatically support PACKAGE variables as XML entities
+ o 744061 : Skip standard g_iface, parent_instance and parent_class struct members
+ o 751479 : help: Document the Stability tag for documentation comments
+ o 751777 : gtk-doc -sections.txt file documentation is a bit confusing
+ o 751783 : Creating master xml document documentation is a bit lacking
+ o 751906 : help: Fix incorrect example syntax for embedded images
+ o 752795 : documentation is not rebuilt when only content of doc comments change
+ o 753145 : gtkdoc-mkhtml fails on spaces in file names
+ o 753348 : gtkdocize does not handle -flat flavours
+ o 756297 : Add CMake module
+ o 756368 : gtkdocize mistakenly parses options from comments in configure.ac
+ o 756519 : `make check' fails - Sequence (?R...) not recognized in regex
+ o 756684 : Support (not nullable) annotation
+ o 756998 : Support |[ &lt; !-- language= &quot; plain &quot; -- &gt; ]|
+ o 758996 : gtkdoc-mkdb: ensure macros appear in the correct section
+ o 759017 : autogenerated ids in return and parameter blocks
+
+ Contributors
+
+ Christian Kirbach
+ Daniel Mustieles
+ Dimitris Spingos
+ Florian Brosch
+ Igor Gnatenko
+ Matthias Clasen
+ Philip Withnall
+ Quentin Glidic
+ Rafael Fontenelle
+ Sam Thursfield
+ Stefan Sauer
+ Thomas Wood
+ Tom Tryfonidis
+ Xavier Claessens
GTK-Doc 1.24 (May 29 2015)
============
diff --git a/configure.ac b/configure.ac
index d47c70d..eae0aa7 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.24.1)
+m4_define(gtk_doc_version, 1.25)
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 5a51123..ed88747 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -81,10 +81,10 @@
<revhistory>
<revision>
- <revnumber>1.24.1</revnumber>
- <date>30 May 2015</date>
+ <revnumber>1.25</revnumber>
+ <date>21 March 2016</date>
<authorinitials>ss</authorinitials>
- <revremark>development version</revremark>
+ <revremark>bug fixes, test cleanups</revremark>
</revision>
<revision>
<revnumber>1.24</revnumber>