summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamon Chaplin <damon@gnome.org>2006-04-09 09:31:38 +0000
committerDamon Chaplin <damon@src.gnome.org>2006-04-09 09:31:38 +0000
commit28d28854d9f2697d70aeec6add59c55b4c7a03b6 (patch)
tree9f43a8de0d71c26b39db15bf6dc1c1c82a4008ca
parentec2e6dc96db9bbbb3d9862a6669033c6548d0c11 (diff)
downloadgtk-doc-GTK_DOC_1_6.tar.gz
Released 1.6.GTK_DOC_1_6
2006-04-09 Damon Chaplin <damon@gnome.org> * Released 1.6.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS13
-rw-r--r--configure.in2
3 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5516439..6febdac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-09 Damon Chaplin <damon@gnome.org>
+
+ * Released 1.6.
+
2006-03-29 Stefan Kost <ensonic@users.sf.net>
* gtkdoc-scangobj.in:
@@ -58,8 +62,8 @@
2006-03-19 Damon Chaplin <damon@gnome.org>
* gtkdoc-mkdb.in (OutputEnum, ExpandAbbreviations, symbolify):
- allow use of 'Object::signal' and 'Object:property' to link to signals
- and properties, and add links to enum constant values.
+ allow use of '#Object::signal' and '#Object:property' to link to
+ signals and properties, and add links to enum constant values.
(#332483, Stefan Kost)
2006-03-15 Matthias Clasen <mclasen@redhat.com>
diff --git a/NEWS b/NEWS
index 22fcdde..0ea23a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
+GTK-Doc 1.6 (Apr 9 2006)
+===========
+
+ o Removed the hard dependancy on openjade or jade, since XML is used mainly
+ now rather than SGML.
+ o Install the .pc file in $(datadir) rather than $(libdir) since gtk-doc is
+ architecture-independant.
+ o Added "--ignore-decorators" option to ignore a list of declarators in
+ function declarations.
+ o Support '#Object::signal'/'#Object:property' to link to signals/properties
+ o Fixed missing index terms.
+
+
GTK-Doc 1.5 (Mar 7 2006)
===========
diff --git a/configure.in b/configure.in
index c1e23c9..a83cc64 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
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.
-m4_define(gtk_doc_version, 1.5)
+m4_define(gtk_doc_version, 1.6)
AC_INIT([gtk-doc], [gtk_doc_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc])