From a82f2da26a985cab338558669e2003bed66640b4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 28 Feb 2016 23:55:56 +1300 Subject: [PATCH] Update NEWS --- xapian-applications/omega/NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/xapian-applications/omega/NEWS b/xapian-applications/omega/NEWS index 75006e4f4..d62862af9 100644 --- a/xapian-applications/omega/NEWS +++ b/xapian-applications/omega/NEWS @@ -1,3 +1,45 @@ +up to: 5048b03e6782579196ea341109ebd2ea10d75e97 + +backport fodder: + +Omega 1.3.5 (2016-02-28): + +This release includes all changes from 1.2.23 which are relevant. + +general: + +documentation: + +indexers: + +* omindex: + +* scriptindex: + +omega: + +* Add optional prefix argument to $terms. + +* $snippet now uses MSet::get_snippet() instead of the Snipper class. + +* Add support for negated boolean filter terms, specified by CGI parameter "N". + +* Support a direction prefix on SORT: '+' for ascending, '-' for descending. + SORTREVERSE set to non-0 now flips the direction. Fixes #697, reported by + Andy Chilton. + +templates: + +testsuite: + +build system: + +* Need to AC_SUBST probed value of ZLIB_LIBS. Noted by Paul Wise. + +portability: + +packaging: + Omega 1.3.4 (2016-01-01): This release includes all changes from 1.2.22 which are relevant. -- 2.11.4.GIT