From 03db409a9b9585f3c4fcad9e2e66733fb7f00889 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 23 Nov 2024 11:13:40 +0000 Subject: [PATCH] Update to neon 0.34.0. * neon/: Update. * configure.ac: Use new NE_MINIMUM_VERSION() macro. --- NEWS | 8 ++++++++ configure.ac | 2 +- neon | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8433fcd..0c211e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in version 0.16: +* New tests: + - props: test that deleting a property twice succeeds +* Bug fixes: + - basic: fix path used in put_location test (Martin Vobruba) +* Various error/warning references updated from RFC 2518 to 4918 +* Update to neon 0.34.0. + Changes in version 0.15: * New tests: - props: test for DAV:getlastmodified property value diff --git a/configure.ac b/configure.ac index c799be3..b21beac 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PROG_INSTALL dnl List of tests AC_SUBST([TESTS], ["basic copymove props locks http"]) -NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33]) +NE_MINIMUM_VERSION([0], [27]) NEON_WITHOUT_ZLIB NEON_WITHOUT_ACL NEON_TEST diff --git a/neon b/neon index e50c11b..ea26872 160000 --- a/neon +++ b/neon @@ -1 +1 @@ -Subproject commit e50c11b60944b6088115a530f9f784a5ce10885c +Subproject commit ea26872a0e2b684c93e715194ca02c8ff90b40ca