Revved to 1.3.13. Fixed typo in docs/reference/cspi makefile which
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 24 Feb 2004 21:46:02 +0000 (21:46 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 24 Feb 2004 21:46:02 +0000 (21:46 +0000)
was breaking build.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@618 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
configure.in
docs/reference/cspi/Makefile.am

index 8f28408..6fabf92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-02-24  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.13.
+
+       * docs/reference/cspi/Makefile.am:
+       Correct typo that was breaking the docs build.
+
 2004-02-11  Padraig O'Briain <padraig.obriain@sun.com>
 
        * autogen.sh: Require version 1.7 of automake.
diff --git a/NEWS b/NEWS
index 29b0c1f..e43d3b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 (top)
 in HEAD:
+What's new in at-spi-1.3.13:
+
+* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
+  (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
+
+* bugfixes (bad g_free, and a null string issue that caused SEGV on
+  Solaris when running sample programs).
+
+
 What's new in at-spi-1.3.11:
 
 * Fix for docs bug #129728 (Sebastien Bacher).
index 1b7b9e2..afe0e27 100644 (file)
@@ -2,9 +2,9 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=3
-AT_SPI_MICRO_VERSION=12
-AT_SPI_INTERFACE_AGE=12
-AT_SPI_BINARY_AGE=12
+AT_SPI_MICRO_VERSION=13
+AT_SPI_INTERFACE_AGE=13
+AT_SPI_BINARY_AGE=13
 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION"
 AM_INIT_AUTOMAKE(at-spi, $AT_SPI_VERSION)
 AC_SUBST(AT_SPI_MAJOR_VERSION)
index ed2d642..c6c4cb8 100644 (file)
@@ -15,7 +15,7 @@ DOC_MAIN_SGML_FILE=at-spi-cspi-docs.sgml
 DOC_SOURCE_DIR=../../../cspi 
 
 # Used for dependencies
-HFILE_GLOB = $(top_srcdir)/cpsi/*.h
+HFILE_GLOB = $(top_srcdir)/cspi/*.h
 CFILE_GLOB = $(top_srcdir)/cspi/*.c
 
 # CFLAGS and LDFLAGS for compiling scan program. Only needed