[gtk-doc] release: update news and date in manual
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] release: update news and date in manual
- Date: Wed, 14 Sep 2011 14:13:56 +0000 (UTC)
commit e24930b7017980f6a65aa97d0375a8da8c7b809a
Author: Stefan Sauer <ensonic users sf net>
Date: Wed Sep 14 15:50:22 2011 +0200
release: update news and date in manual
NEWS | 48 ++++++++++++++++++++++++++++++++++++-
configure.ac | 2 +-
help/manual/C/gtk-doc-manual.xml | 22 ++++++++++++----
3 files changed, 63 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index aef7385..162e488 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,58 @@
-GTK-Doc 1.17.1 (xxx xx 2011)
+GTK-Doc 1.18 (Sep 14 2011)
============
+ o gtk-doc supports a subset of markdown (headings and lists) - see
+ http://git.gnome.org/browse/gtk-doc/tree/tests/gobject/src/gobject.c
+ o gtk-doc does not generate old devhelp files any more. This cuts down doc
+ generation time and works for devhelp >=0.11 (was released in 2005).
+ o changes for out-of-source dir build caused breakage for projects using
+ DOC_SOURCE_DIR with a relative path (to builddir). It is recommended to use
+ DOC_SOURCE_DIR=$(top_srcdir)/src/xxx.
+
Changes
+ o 590927 : Support AM_SILENT_RULES for doc-build steps
+ o 617121 : /* < private > */ declarations in enums are still displayed
+ o 627758 : A way to ignore a symbol
+ o 639145 : shorthand syntax for headings
+ o 644291 : Enum parser breaks on assignment of ')'
+ o 646870 : HTML_IMAGES no longer in EXTRA_DIST
+ o 648289 : gtkdoc-mkdb doesn't compile.
+ o 648331 : Specify compatible options for 'highlight' consistently.
+ o 649269 : gtkdoc-scanobj should set some of its own CFLAGS/LDFLAGS
+ o 650407 : Buildings docs while distchecking produces thousands of âNo declaration foundâ warnings, then fails.
+ o 652746 : Documentation of plain boxed structs broken
+ o 652764 : Update autotools config a bit
+ o 655711 : summarize depscan output by package
+ o 656453 : Performance improvements (PATCH)
+ o 656658 : gtk-doc.make: install target doesn't install docs when building in a separate directory
+ o 656773 : gtk-doc fails to find a symbol declared as 'char* const'
+ o 656946 : gtk-doc unable to handle 'extern short int'
+ o 657377 : srcdir!=builddir builds discard contents of tmpl
+
+ Contributors
+
+ Bakaoukas Nikolaos
+ Claude Paroz
+ Daniel Mustieles
+ David Necas
+ David NeÄas
+ Javier JardÃn
+ Jorge GonzÃlez
+ Mario BlÃttermann
+ Matthias Clasen
+ MichaÅ GÃrny
+ Shaun McCance
+ Stefan Sauer (Kost)
+ Will Thompson
+ Yaakov Selkowitz
+
+
GTK-Doc 1.17 (Feb 16 2011)
============
Changes
-
o 127049 : building reference documentation fails when builddir != srcdir
o 640241 : non-srcdir builds busted
diff --git a/configure.ac b/configure.ac
index 52cdadc..e79396e 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.17.1)
+m4_define(gtk_doc_version, 1.18)
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/gtk-doc-manual.xml b/help/manual/C/gtk-doc-manual.xml
index 49f9a9b..5f0abaf 100644
--- a/help/manual/C/gtk-doc-manual.xml
+++ b/help/manual/C/gtk-doc-manual.xml
@@ -10,7 +10,7 @@
<book id="index">
<bookinfo>
<title>GTK-Doc Manual</title>
- <edition>1.15</edition>
+ <edition>1.18</edition>
<abstract role="description"><para>User manual for developers with instructions of GTK-Doc usage.</para></abstract>
<authorgroup>
<author>
@@ -46,8 +46,12 @@
<address><email>gtk-doc-list gnome org</email></address>
</publisher>
<copyright>
- <year>2000, 2005, 2007-2009</year>
- <holder>Dan Mueth and Chris Lyttle and Stefan Kost</holder>
+ <year>2000, 2005</year>
+ <holder>Dan Mueth and Chris Lyttle</holder>
+ </copyright>
+ <copyright>
+ <year>2007-2011</year>
+ <holder>Stefan Sauer (Kost)</holder>
</copyright>
<!-- translators: uncomment this:
@@ -76,11 +80,17 @@
</legalnotice>
<revhistory>
- <revision>
- <revnumber>1.17.1</revnumber>
- <date>26 Feb 2011</date>
+ <!--revision>
+ <revnumber>1.18.1</revnumber>
+ <date>15 Sep 2011</date>
<authorinitials>sk</authorinitials>
<revremark>development version, markdown support</revremark>
+ </revision-->
+ <revision>
+ <revnumber>1.18</revnumber>
+ <date>14 sep 2011</date>
+ <authorinitials>sk</authorinitials>
+ <revremark>bug fixes, speedups, markdown support</revremark>
</revision>
<revision>
<revnumber>1.17</revnumber>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]