summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d082c52b..9a85ba63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-14 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Update the highest allowed neon version from 0.26.99 to 0.27.99.
+ No code changes are required to work with the newest neon version.
+
2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 47a56cfd..2037c12c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -727,7 +727,7 @@ AG_GST_CHECK_FEATURE(NAS, [nas plug-in], nassink, [
dnl *** neon ***
translit(dnm, m, l) AM_CONDITIONAL(USE_NEON, true)
AG_GST_CHECK_FEATURE(NEON, [neon http client plugins], neonhttpsrc, [
- PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.26.99, HAVE_NEON="yes", [
+ PKG_CHECK_MODULES(NEON, neon >= 0.26.0 neon <= 0.27.99, HAVE_NEON="yes", [
HAVE_NEON="no"
AC_MSG_RESULT(no)
])