support neon 0.29

This commit is contained in:
wbaumann 2009-10-14 19:34:26 +00:00
parent f7af20ba48
commit b014936769
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------

2009-10-14 Werner Baumann (werner.baumann@onlinehome.de)
* configure.ac:
add support for neon 0.29.

2009-10-10 Werner Baumann (werner.baumann@onlinehome.de)
* webdav.c, dav_head:
Ignore Last-Modified header if the value is 0.

View File

@ -36,7 +36,7 @@ AC_PROG_LN_S
# Checks for libraries.
AM_GNU_GETTEXT_VERSION(0.14.4)
AM_GNU_GETTEXT([external])
NE_REQUIRE_VERSIONS([0], [25 26 27 28])
NE_REQUIRE_VERSIONS([0], [25 26 27 28 29])
DAV_CHECK_NEON

# Checks for header files.