+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.
(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).
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)
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