+2004-06-23 Marcus Brinkmann <marcus@g10code.de>
+
+ * configure.ac: Check for <sys/uio.h>.
+
+2004-06-08 Marcus Brinkmann <marcus@g10code.de>
+
+ Released 0.9.0.
+
+ * configure.ac (AC_INIT): Set version number to 0.9.0.
+ (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by one.
+ (LIBGPGME_LT_REVISION): Reset to zero.
+
2004-05-21 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (GPGME_CONFIG_API_VERSION): New variable,
2004-06-23 Marcus Brinkmann <marcus@g10code.de>
+ * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>.
+
* assuan-handler.c: Include <errno.h>.
2004-06-08 Marcus Brinkmann <marcus@g10code.de>
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=13
+LIBGPGME_LT_CURRENT=14
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
-LIBGPGME_LT_AGE=2
-LIBGPGME_LT_REVISION=2
+LIBGPGME_LT_AGE=3
+LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1
fi
fi
+# More assuan replacement functions.
AC_REPLACE_FUNCS(isascii)
AC_REPLACE_FUNCS(putc_unlocked)
AC_REPLACE_FUNCS(memrchr)
+# More assuan checks.
+AC_CHECK_HEADERS([sys/uio.h])
+
+# End of assuan checks.
AM_CONDITIONAL(BUILD_COMPLUS, test "$component_system" = "COM+")