From 043722e21c8467d03dd18ad500dc59bf17e4637e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 16 Oct 2016 20:07:37 +0200 Subject: [PATCH] Make sure the libunistring detection rejects older versions with a known bug. * modules/unistr/u8-strtok (configure.ac): Bump required version. * modules/unistr/u16-strtok (configure.ac): Likewise. * modules/unistr/u32-strtok (configure.ac): Likewise. --- ChangeLog | 8 ++++++++ modules/unistr/u16-strtok | 2 +- modules/unistr/u32-strtok | 2 +- modules/unistr/u8-strtok | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48aa28dae1..f28bbb6560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-10-16 Bruno Haible + + Make sure the libunistring detection rejects older versions with a + known bug. + * modules/unistr/u8-strtok (configure.ac): Bump required version. + * modules/unistr/u16-strtok (configure.ac): Likewise. + * modules/unistr/u32-strtok (configure.ac): Likewise. + 2016-10-18 Bruno Haible sh-quote, system-quote: revert regression of unit test. diff --git a/modules/unistr/u16-strtok b/modules/unistr/u16-strtok index 98cfcf6fe0..4f8ce09bbe 100644 --- a/modules/unistr/u16-strtok +++ b/modules/unistr/u16-strtok @@ -12,7 +12,7 @@ unistr/u16-strpbrk unistr/u16-strmblen configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-strtok]) +gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u16-strtok]) Makefile.am: if LIBUNISTRING_COMPILE_UNISTR_U16_STRTOK diff --git a/modules/unistr/u32-strtok b/modules/unistr/u32-strtok index 1206248afe..c7435a8c9f 100644 --- a/modules/unistr/u32-strtok +++ b/modules/unistr/u32-strtok @@ -12,7 +12,7 @@ unistr/u32-strpbrk unistr/u32-strmblen configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-strtok]) +gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u32-strtok]) Makefile.am: if LIBUNISTRING_COMPILE_UNISTR_U32_STRTOK diff --git a/modules/unistr/u8-strtok b/modules/unistr/u8-strtok index 657b6fd6e8..b921d0f458 100644 --- a/modules/unistr/u8-strtok +++ b/modules/unistr/u8-strtok @@ -12,7 +12,7 @@ unistr/u8-strpbrk unistr/u8-strmblen configure.ac: -gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strtok]) +gl_LIBUNISTRING_MODULE([0.9.6], [unistr/u8-strtok]) Makefile.am: if LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK -- 2.39.5