From 37d3194530a29fe83a9340adb1b7861a257f2e81 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2007 11:48:13 +0000 Subject: [PATCH] More on the ICU wrapper. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2e1d616..17d55a8 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,11 @@ Added yaz_poll which is a wrapper for select/poll. When poll is available and non-buggy, it is used, by yaz_poll . This allows more than 1024 sockets to be in use. -Added ICU chain component - which used to be part of Pazpar2. +Added ICU wrapper library which exposes ICU http://www.icu-project.org/ +functionality through an XML based configuration (ICU chain). This system +is useful for search facilities such as Pazpar2 and Zebra that needs to +perform tokenization of indexed material. The ICU code in a separate +library libyaz3_icu.a. Added HTTP tunnel facility for COMSTACK, bug #1752. This is a facility that allows a Web proxy, such as squid, to tunnel -- 1.7.10.4