1 Omega 1.4.23 (2023-07-07):
7 * Improve documentation for OmegaScript numerical and logical operators. Patch
8 from Vaibhav Kansagara.
10 * Improve documentation for DATEVALUE, xFILTERS and $filters.
16 + Handle XPS files with multiple FixedDocument parts better. Previously we
17 only extracted text from the first FixedDocument part.
19 + Prefer latter subparts of multipart/alternative which is what RFC2046 (and
20 earlier RFCs which that obsoletes) say, but previously we used the first
21 subpart that we could get text from.
23 + Prefer latter subparts of multipart/alternative when indexing Outlook
26 + Fix obscure bug in --mimetype option. We keep track of the length of the
27 longest extension we have a mapping for, but this was being updated using
28 the length of the MIME type rather than the length of the extension.
29 Theoretically this could have led to us effectively ignoring a --mimetype
30 option, but in the real world the MIME type will probably always be longer
31 so this just results in us testing long extensions unnecessarily.
35 * Ignore DATEVALUE CGI parameter if START.n, etc is specified on the same
36 slot. We explicitly document not to do this, but if that advice is ignored
37 it's more helpful to at least preserve the property that we only have
38 one date range per value slot.
40 * Add flag_ngrams as a preferred new alias for flag_cjk_ngram. In the next
41 release series this feature has been expanded to cover many more languages
42 so the "cjk" in the name has become inaccurate as it stands for
43 "Chinese, Japanese and Korean").
45 * Fix handling of Outlook .msg containing Unicode. Codepoints <= U+00FF appear
46 to have been handled correctly, but anything higher resulted in individual
47 bytes of the UTF-8 encoding being treated as separate characters.
49 Fixes https://github.com/xapian/xapian/pull/326, reported by uhuntu.
53 * Fix compatibility code for old libmagic versions. The code we were using
54 seems like it would never have worked. Nobody's reported this (it was
55 spotted while looking at the code) so we could just require libmagic >= 4.22,
56 but it's trivial to actually handle so we've fixed the fallback code.
58 * Remove lingering traces of IRIX support as it's been dead for many years.
60 Omega 1.4.22 (2023-02-02):
64 * Improve term prefix documentation.
70 + Add --date-terms and --no-date-terms options.
72 + Extract page/sheet count for OpenDocument text documents and spreadsheets.
74 + Extract created date and keywords for MS XML formats.
78 + Fix handling of an unterminated final line in input file.
82 * Add OmegaScript commands to report value slot bounds.
84 * Add OmegaScript $sortableunserialise{} command.
86 Omega 1.4.21 (2022-09-22):
90 * Consistently say "macOS" not "Mac OS X", "OS X", etc.
96 + Add support for gzip-compressed SVG files (.svgz).
98 + Handle <title> in SVG. Previously only <dc:title> inside <metadata> was
99 considered. If both are present, <title> now takes precedence.
103 * omegatest: Add skip-for-32-bit-time_t mechanism and use it to conditionally
104 enable some testcases which fail on platforms with 32-bit time_t.
108 * Update to use AX_CXX_COMPILE_STDCXX which is a replacement for
109 AX_CXX_COMPILE_STDCXX_11 (which we were using) which also supports newer C++
110 standards versions which will be useful. For C++11 the only difference seems
111 to be that the macro now checks for attribute support - we use C++11
112 attributes so that seems a good thing.
114 Omega 1.4.20 (2022-07-04):
120 + OpenDocument: Previously we only inserted an implicit space before each
121 paragraph. Now we insert them both before and after each paragraph and
122 heading, and before forced each line-break and tab.
124 + Add extension mapping for .awt (Abiword templates).
126 + Index metadata from XPS files.
128 + -G and -C short options were documented in --help but not previously
129 actually handled. Reported by David Bremner.
131 + Show --max-size required argument in --help output.
133 + Remove lingering handling for database backends without slot bounds since
134 all backends have been required to support these since 1.4.11.
138 + Process an incomplete final line from a dump file. Previously if the final
139 line lacked a newline scriptindex would quietly ignore it (unless it was
142 + The `unique` action now takes an optional `missing` parameter to specify
143 what to do if a record doesn't trigger the unique action or triggers it
144 with an empty value. The default is now to issue a warning and create a
145 new document (the same as before, except that there was only previously a
146 warning for the empty value case). In Omega 1.5.0 the default will change
147 to an error as that seems a better default, but is less compatible with
148 potential existing use.
150 + Explicitly allow multiple blank lines in input files. Previously such
151 extra blank lines were treated as empty records and in many cases these
152 got quietly skipped, but e.g. with the new UNIQUE checks this could result
153 in a warning or error.
155 + If we hit an error while parsing the index script we used to exit right
156 away, but now we finish parsing the index script since it's more helpful to
157 report all the errors in an index script rather than the user having to
158 fix them one by one. This requires us to sensibly recover after each index
159 script parse error - if you find a case where this recovery triggers
160 further bogus errors please report it and we'll try to improve the
163 + In four cases while handling input data (two cases of bad hex data fed
164 to `hextobin`, an input data line without a `=`, and `load` failing to
165 load the specified file) we'd emit a diagnostic that was labelled as an
166 "error" but really it was handled as a warning as we kept reading input
167 and the "error" didn't affect the exit status. It doesn't really make
168 sense to continue in any of these cases so we now exit with non-zero status
171 + A parameter in the index script which should be an integer but isn't, or
172 should be positive but isn't now gives an error rather than a warning since
173 an error seems more helpful.
175 + All diagnostics issued while parsing the index script now include column
178 + Avoid forcibly flushing the output stream after every message.
182 * Improve test coverage for scriptindex.
186 * Require PCRE2 instead of PCRE. The original PCRE is now EOL and unmaintained
187 (last release was June 2021). In omega it's potentially used to process
188 input from the internet, so security is a real concern hence we're switching
191 Omega 1.4.19 (2021-12-31):
195 * configure: Add missing AC_ARG_VAR for all programs so that they are
196 documented in --help output, and so that autoconf knows they are "precious"
197 and preserves them if configure is rerun even when they're specified via an
198 environment variable.
200 * Add usage examples for $jsonobject.
202 * Fix path to omega in quickstart document. Fixes #813, reported by Jim Lynch.
204 * Update for the IRC channel move from freenode to libera.chat.
208 * Fix handling of UTF-16 BOMs in XML and HTML - we had the sense of the
209 endianness indicated by the BOM the wrong way round.
211 * Avoid making an extra temporary copy of HTML/XML data which has a UTF16 BOM.
213 * We now ignore an end of line immediately after a PHP close tag to match what
218 + Fix handling of formatted xlsx dates in certain cases.
222 + Add new scriptindex whitespace removal actions `ltrim`, `rtrim`, `squash`,
225 + Improve `truncate` action - if a word ends exactly on the requested length
226 we now leave it in place rather than removing it.
228 + Report the location of previous `unique` action in the error given when
229 `unique` is used more than once.
233 * Clamp START and END with packed timestamps. The 4-byte unsigned packed
234 time_t format can't represent dates before 1970 or after Sun 07 Feb 2106
235 06:28:15 UTC so clamp dates before or after these - previously they would
238 * The JSON produced by $jsonobject no longer contains newlines, which makes it
239 usable as a single line serialisation format without post-processing.
241 * Add $base64 OmegaScript command.
243 * omega: Add flag_no_positions to wrap new
244 Xapian::QueryParser::FLAG_NO_POSITIONS.
248 * Fix topterms template to not trigger early matching. We were checking $msize
249 before including the `query` template, but doing so would trigger the query
250 to be run, which means that settings early in the `query` template which
251 should affect the result (such as $setmap{prefix,...}) were being ignored
252 when the `topterms` template was used. Partly addresses #815, reported by
255 * Add field support to opensearch and xml templates. These templates now also
256 search title, topic and filename by default and support `title:`, `author:`
257 and `topic:` in the query string (both like the template `query` already
258 does). Fixes remaining issue in #815, reported by Gennadiy.
262 * Expand omegatest. All scriptindex actions now have test coverage.
266 * Replace uses of obsolete autoconf macros, fixing warnings if configure is
267 regenerated with a recent release of autoconf.
271 * Don't automatically use _FORTIFY_SOURCE on mingw-w64. Recent mingw-w64
272 versions require -lssp to be linked when _FORTIFY_SOURCE is enabled, so just
273 skip the automatic enabling. Users who want to enable it can specify it
276 Fixes #808, reported by xpbxf4.
278 * Automatically enable GCC warnings -Wduplicated-cond and -Wduplicated-branches
279 if using a GCC version new enough to support them. The usefulness of
280 -Wduplicated-cond was highlighted by dcb in #816.
282 * Fix GCC -Wshadow warning.
284 * Use clock_gettime() and nanosleep() under modern mingw as these allow higher
285 precision than what we previously used.
287 Omega 1.4.18 (2021-01-14):
293 + Add default MIME mapping for application/rtf. IANA have registrations for
294 text/rtf and (more recently) application/rtf (it seems because newer
295 versions of the RTF format can contain 8-bit data) so we now recognise
296 application/rtf by default and handle it the same way as text/rtf.
298 Current libmagic seems to always return text/rtf (no matches for
299 application/rtf in magic.mgc) and we continue to map extension rtf to
300 text/rtf, so this change is mainly future-proofing against libmagic future
303 + Add support for indexing OpenXPS, which is effectively the same as XPS
304 internally in ways we care about, but it uses a different mimetype and a
305 different filename extension.
309 * Explicitly use OR for MORELIKE queries.
311 Since 1.3.0 the default value of DEFAULTOP has been AND, which typically
312 makes MORELIKE queries much less useful since they'll only match documents
313 containing all the terms from the query expansion. We now explicitly insert
314 " OR " between the terms if DEFAULTOP hasn't been set to OR, which makes them
315 work much more like they did in 1.2.x.
317 * Make $stoplist and $unstem consider all query strings by always passing the
318 new Xapian::QueryParser::FLAG_ACCUMULATE flag.
320 * Add $foreach command which works like $map, but just concatenates the
321 evaluated results rather than adding tabs to turn them into an OmegaScript
324 * Extend $include{} to allow handling failure to open the specified file via an
325 optional second argument which if specified will be evaluated and returned
326 instead. Patch from Gaurav Arora.
328 * Support multiple MORELIKE parameters - we now form an RSet from all the
329 specified documents and use that to generate the query to run (previously
330 only one of multiple MORELIKE parameters was used).
332 Omega 1.4.17 (2020-08-21):
336 * Document comment format supported by scriptindex index scripts. We've
337 supported comments on a line by themselves and introduced with a # since
338 scriptindex was first added back in 2002, but it seems have never actually
339 been documented before now.
343 * Check for SERVER_PROTOCOL=INCLUDED before anything which might throw an
344 exception so that if it is set we suppress the Content-Type: when reporting
345 such exceptions. Spotted by Gaurav Arora.
347 * Report get_description() for Xapian::Error exceptions instead of get_msg().
348 This means we now report the exception's type, context (useful for network
349 errors), and errno information.
351 * Avoid leaking MyStopper object. The object essentially has the lifespan of
352 omega itself, but becomes unreachable when the QueryParser object is
353 destroyed. To make it easier to use leak-checking tools, hand ownership of
354 this object to the QueryParser object.
358 * omegatest: Tell leak sanitizer not to report leaks for allocations which
359 aren't explicitly released on exit - the OS will reclaim all memory from the
360 process at this point and explicitly releasing everything just takes time for
361 no real benefit. We will still see leaks of objects which become unreachable
364 Omega 1.4.16 (2020-06-08):
368 * Fix handling of XML empty tag syntax when there's a quoted parameter right
369 before the closing `/>`. This caused `<title xml:lang="en-US"/>` to treat
370 the body text as the document title. Spotted by Gaurav Arora.
372 * omindex: Fix killing of filter child process if the parent process receives a
373 signal. Spotted by Gaurav Arora.
377 * Reject $setrelevant without an argument list. This has never been documented
378 as allowed, and previously crashed with a segfault. Fixes #802, reported by
381 * If there's an error opening the databases we now close any we managed to open
382 successfully before the error so that things like $dbsize can't end up
383 reporting values for a subset of the specified databases.
387 * Use our own autoconf cache variable namespace (xo_cv_ prefix instead of
388 ac_cv_) to avoid colliding with standard autoconf macro use if config.site or
389 a shared config.cache is used. The former case caused a build failure for
390 the OpenBSD port with 1.4.15, reported by Lucas R.
392 Omega 1.4.15 (2020-02-24):
396 * Update documentation about how to add a new format to omindex. Patch from
401 * Check for a BOM on HTML files, which for HTML5 should determine the encoding.
405 * Allow $if{COND} without any actions which is useful as a way to evaluate
406 something but ignore the result if you just want the side effects. Indeed
407 we were already recommending to use it if you want to ignore the return value
408 of $log. Fixes bug introduced in 1.4.14, reported by tuftedocelot.
410 * Add OmegaScript support for $jsonbool{COND} for encoding a boolean value for
411 use in JSON. This is equivalent to $if{COND,true,false} but more readable.
413 * Add OmegaScript support for $jsonobject{} which allows producing a JSON
414 object from an OmegaScript map.
416 * Allow specifying a format to $jsonarray{} so it is no longer restricted to
417 producing an array of strings.
419 * Add $keys{MAP} OmegaScript command which gives a sorted list of the keys from
424 * Simplify probes for snprintf. The broken snprintf in libbsd in Linux libc4
425 is from ~25 years ago so way too ancient to matter now, and all callers
426 already handle the pre-ISO semantics of returning -1 for an undersize buffer
427 so we don't need to run a test program to probe for this at configure time,
428 which is more cross-compile friendly.
430 * Avoid deprecation warning on recent Linux. We were including sys/sysctl.h if
431 it existed, which it does on Linux but we don't actually use it there.
432 Including it now warns that it is deprecated, so skip including it under
433 Linux. Reported on IRC by kumaran.
435 Omega 1.4.14 (2019-11-23):
439 * Improve omindex --help docs for --duplicates.
443 * Add built-in support for iso-8859-15 so we can handle it without iconv.
444 This charset is a variant of iso-8859-1 with 8 characters changed, most
445 notably including the euro currency symbol. It's the most commonly seen
446 charset we didn't have built-in support for.
450 * Fix error handling in $lookup. We now check for errors from cdb_init()
451 and cdb_get(). We've never checked for errors from cdb_init(), while
452 for cdb_get() this bug was introduced by a warning fix in 1.2.20.
454 Omega 1.4.13 (2019-10-14):
458 * Document that $log will start to return an error message in 1.5.0, and that
459 one can wrap it using a $if with no action now to be future-proof.
463 * Optimise converting us-ascii to UTF-8 to do nothing, like we already do when
464 converting UTF-8 to UTF-8.
468 + Add new 'gap' action which provides a way to leave a gap in the term
469 positions between fields to prevent phrases and positional operators from
470 matching across fields.
474 * Future-proof use of $log against changes in 1.5.0.
476 Omega 1.4.12 (2019-07-23):
480 * Improve docs for OmegaScript $hitlist{}.
482 * Fix RST formatting errors in omega docs.
484 * Clarify use of Q prefix for unique ID terms - it was described as "reserved",
485 but the use of "Q" is really just a convention (and in fact omindex uses "U"
488 * Clarify scriptindex's weight action takes parameter >= 0.
490 * Correct typo in OmegaScript $add parameter documentation.
496 + Fix typo in mimetypes used for Apple iWork documents ("apply" instead of
497 "apple") which meant that these documents weren't actually being indexed.
498 Patch from Bruno Baruffaldi.
500 + Pipe input to ps2pdf as this accepts input on stdin. Possibility pointed
505 + If parsedate action's format includes %z adjust for the timezone if
506 possible (this requires the non-POSIX tm_gmtoff member of struct tm)
507 and flag an error for other platforms.
509 + If parsedate action's format include %Z flag an error as that doesn't
510 seem to be usefully supported by strptime() anywhere.
512 + Fix parsedate action to treat formats without a timezone as being UTC
513 instead of localtime.
515 + Add date=unixutc. The existing date=unix works in localtime which is
516 unhelpful if you want to use it on the output of parsedate since that's in
517 UTC; date=unixutc is just like date=unix except it always works in UTC.
519 + The date action now emits a warning for invalid values. The documentation
520 used to say "invalid values are ignored at present", but it's more helpful
521 to flag bad data than quietly ignore it.
523 + We now check the date action's parameter at script parse time and unknown
524 values result in an error and nothing being indexed. Previously an unknown
525 format uselessly resulted in the terms D, M and Y literally being added to
528 + The split action now supports a new "prefixes" split style. This gives all
529 the prefixes from the split, so split=/,prefixes on a file path gives all
534 * Remove documented limitation of $subdb and $subid - the implementation
535 assumed that each omega database name corresponded to a single Xapian
536 database, and if a database name referred to a stub database file expanding
537 to multiple Xapian databases then they would misbehave. Such cases are now
538 handled properly as well.
540 * Extend $addfilter to support adding negated filters via a new optional second
541 argument which specifies the type of filter to add.
543 * Stop $sort from needlessly ensuring the match has run.
545 * Handle corner case of nested $hitlist gracefully instead of potentially
546 entering an infinite loop.
550 * omegatest: Avoid setting TZ globally during tests as that hides bugs where
551 behaviour depends on the local timezone when it shouldn't.
553 * omegatest: Support testing when built using LeakSanitizer by suppressing
554 leak reports for cached compiled pcre regular expressions. These aren't
555 released when the program exits but aren't memory leaks.
559 * Remove outdated deprecation warning suppression which was there to support
560 building from git in the run up to 1.3.2 - a development version which is
561 nearly 5 years ago now.
565 * Fix problems with fallback strptime() implementation which was being included
566 in the wrong binary, and was lacking a required const_cast on the return
569 * Rework setenv() compatibility handling. Now that Solaris 9 is dead we can
570 assume setenv() is provided by Unix-like platforms (POSIX requires it). For
571 other platforms, provide a compatibility implementation of setenv() so the
572 compatibility code is encapsulated in one place rather than replicated at
575 Omega 1.4.11 (2019-03-02):
581 + outlookmsg2html: Handle Subject, Date, and From headers.
585 * In $div and $mod we were converting a non-zero denominator from string to int
586 twice for no good reason.
590 * omegatest: Fix testcase which was failing if the local timezone was behind
591 UTC. This testcase was added in 1.4.10.
593 * omegatest: Tweak to not fail when $time not supported - it seems that the
594 OS time functions we use report an error on GNU Hurd for unknown reasons.
598 * Sync up probes for OS time functions in omega's configure with those in
599 xapian-core which may solve $time not being supported on GNU Hurd.
603 * Add missing includes of <cerrno>. Fixes #776, reported by Matthieu Gautier.
605 * Stop using htonl()/ntohl() in a non-network context which should improve
606 portability to platforms without a POSIX-like socket API.
608 Omega 1.4.10 (2019-02-12):
612 * Use https for URLs where supported.
618 + Index .apxl and .kth files as Apple Keynote. The .apxl extension is used
619 for the XML files inside .key bundles/directories which hold the text
620 content of the presentation, and by handling them we can index .key
621 directories more usefully. It seems they are also sometimes found by
622 themselves. Keynote themes have a .kth extension, and key2text can also
625 + Pipe input to pdftotext, pdfinto and dpkg. These tools all support piping
626 an input file on stdin, which can be a little more efficient when we
627 already have the file open (e.g. to determine its type using libmagic, or
628 to calculate its checksum).
630 + An empty string for the start directory is now flagged as an error.
631 Previously `/` was used instead, which is unlikely to be what is wanted
632 (and `/` can be explicitly specified if that really is what is wanted).
634 + Fix emulation of stderr redirection when the indexer's stderr has been
635 closed. We try to avoid using the shell when running external filters, and
636 emulate 2>/dev/null in commands, but if the indexer's stderr was closed
637 this emulation was buggy and would make give the filter a closed stderr
638 instead of one redirected to /dev/null.
640 + When emulating redirection to /dev/null, we now open /dev/null once and
641 dup that fd each time which is a little more efficient and simplifies the
646 + date=unix is now a no-op for empty input - previously it would unhelpfully
647 add boolean date terms for 1970-01-01.
649 + Warn for empty filename in LOAD action. Previously this gave a slightly
650 confusing error: "Couldn't load file '': No such file or directory"
652 + Unknown command-line options now cause scriptindex to give a non-zero exit
657 * omegatest: Add testcase for SPAN.n on different slots.
659 * omegatest: Update expected QueryParser output for the xapian-core change to
660 produce flatter Query trees.
664 * Use AM_ICONV to detect iconv() which should handle non-system install of GNU
665 libiconv properly. Fixes #775, reported by Ryan Schmidt.
669 * Provide fall-back strptime() implementation for platforms which don't provide
670 it, using the C++11 std::get_time() function. We use strptime() directly
671 where it's available as some older C++11 compilers seem to lack
672 std::get_time() (GCC 4.8 for example). This is used by the parsedate action,
673 which was added in 1.4.6.
675 Omega 1.4.9 (2018-11-02):
681 + Try harder to avoid opening a file being indexed more than once by
682 reusing the file descriptor in more cases.
684 + Hint to the OS not to cache output from external filters which require
685 using a temporary file.
689 + If the LOAD action successfully opens a file but hits a read error the
690 error message now reports the file name correctly. Previously it would
691 report the partial file contents read so far instead of the file name.
695 * We no longer call posix_fadvise() with POSIX_FADV_NOREUSE under Linux,
696 since it's still not implemented there. We also now only call
697 posix_fadvise() with POSIX_FADV_DONTNEED right before we close the file
698 descriptor under Linux.
700 Omega 1.4.8 (2018-10-25):
704 * Assorted minor documentation improvements.
710 + Improve date handling in .eml files. We now handle a "Date:" header
711 without the day of the week, which is allowed by RFC822 and RFC2822
712 (though seems rare in practice). If the date can't be parsed, we now
713 just omit the date information rather than failing to process the file.
715 + Add support for indexing Apple iWork documents (Keynote (.key), Numbers
716 (.numbers) and Pages (.pages)) using libetonyek. Currently only the file
717 variants are handled since omindex doesn't currently support indexing a
718 directory as a document.
720 + Index Visio files using vsd2xhtml.
722 + Extend --filter to support filters which produce SVG as output.
724 + Handle SVG embedded in XML with svg: namespace prefix.
726 + Add --read-filters option to read a list of filters from a file, each line
727 of which is a rule as passed to --filter. Based on a patch from Gaurav
730 + Add new --mime-type-match option which allows specifying a MIME
731 Content-Type for a given shell filename pattern pattern (with the special
732 Content-Type values "ignore" and "skip" supported, as for --mime-type).
734 + Adjust --mime-type to allow ':' in the extension. A valid MIME
735 Content-Type can't contain a colon, so if the argument to --mime-type
736 contains more than one colon it makes more sense to split at the *last*
737 colon (we used to split at the first), as an extension could conceivably
738 contain a colon. Mostly this change is for consistency with the new
739 --mime-type-match option, where the leafname pattern could reasonably
742 + Remove failed entries for ignored files. If a file is mapped to
743 pseudo-mimetype "ignore" then remove any existing failure record for it so
744 that ignored files so we don't potentially end up with a lot of cruft
745 failure records for files we are no longer trying to index.
747 + If a file fails to index due to failing to allocate enough memory we now
748 try to flag it as failed to index so it will be skipped by default on
749 future runs. This should help to avoid indexing getting stuck on
752 + Add a "pages" field with the number of pages in the document where we
753 know how to determine this (currently only for PDF files for which pdfinfo
754 reports this information).
756 + Handle initially empty database exactly the same was as when --overwrite
757 is specified. This probably has no user-visible consequences, but it's
758 cleaner for the handling to be exactly the same.
762 + Improve scriptindex diagnostic messages. All diagnostics are now labelled
763 as "error", "warning" or "note" as appropriate, and we now consistently
764 report "FILE:LINE:" (and also "COLUMN:" in most cases) to make it clearer
765 where the problem lies.
767 + Add new "split" action which splits the text on a specified delimiter and
768 executes the following actions for each piece. Based on a patch by Gaurav
771 + Missing whitespace after the closing " on an action argument is now
772 flagged as an error. Previously scriptindex would attempt to parse
773 the following characters as the next action.
775 + Support C-like escapes for quoted parameter values. Notably this means it
776 is now possible to include `"` in quoted parameter values.
780 + Value-based date range filters can now be specified via CGI parameters
781 START.N, END.N and/or SPAN.N where N is a value slot number, allowing
782 multiple concurrent filters on different slots to be specified.
784 + Support YYYY and YYYYMM limits in term-based date ranges. Previously
785 value-based date ranges supported these as limits, but term-based date
786 ranges gave an error.
788 + Add stem_strategy option and deprecate existing stem_all option in favour
789 of this new more versatile option.
791 + Support "natural" $sort option via new flag "#" which sorts embedded
792 natural numbers in numerical order.
794 + Support numeric $sort option via new flag "n", similar to GNU sort -n.
796 + Rewrite field parsing to be more efficient, and store fields in an
797 unordered_map for faster lookup.
801 * htmlparsetest: Test whitespace collapsing.
805 * omegatest: Avoid "set -". The autoconf manual notes that POSIX no longer
806 requires this, and that with traditional shells it resets -v and -x which
807 makes debugging harder.
809 * omegatest: Fix shell printf quoting issues which were a latent bug on macOS.
811 * Drop special handling for Compaq C++. We never actually achieved a working
812 build using it, and I can find no evidence that this compiler still exists,
813 let alone that it was updated for C++11 which we now require.
815 Omega 1.4.7 (2018-07-19):
819 * New OmegaScript $unique command. The existing $uniq only removes adjacent
820 entries (like the Unix uniq command) so to fully remove duplicates you need a
821 sorted input. Sometimes it is desirable to remove duplicates from an
822 unsorted list without changing the order of the entries which are left, so
823 add $unique to do that. If the list is sorted already, then $uniq is more
826 * Fix $map to cleanly reject a single argument.
830 * templates/query: Merge multiple entries in the term frequency information,
831 which came from searching several prefixes by default. Reported by Alistair
832 Buxton on #xapian-discuss.
834 * When multiple words with the same stem are in the query string we now fully
835 eliminate duplicates when showing term frequency information.
837 Omega 1.4.6 (2018-07-02):
841 * Fix generate_sample() (used by OmegaScript $truncate and omindex) to return
842 an empty sample instead of throwing an exception when the requested sample
843 size is less than the size of the truncation indicator string. Patch from
844 Addy. Fixes https://trac.xapian.org/ticket/754 reported by Gaurav Arora.
848 * Use terminology "value slot number" instead of "value number".
850 * Stop talking about "probabilistic terms" and "probabilistic queries" - we've
851 supported other families of weighting schemes since 1.3.2.
855 * Check for the HTML5 doctype or legacy doctype declaration and use default
856 charset UTF-8 if either is present. Previously we always used ISO-8859-1,
857 which is correct for older HTML versions, but not for HTML5.
861 + When running commands without going through the shell, emulate shell exit
862 codes 127 (for command not found) and 126 (for other cases where we fail to
863 run the command). This means the "missing filter" handling should now work
864 properly for such commands. Noted by Gaurav Arora.
866 + Index POD files despite minor formatting errors. We now pass
867 --errors=stderr to pod2text so that minor formatting errors don't prevent
868 us from indexing a file. (It may seem that --errors=none is a better
869 option, but for podlators < 4.11 that results in an ERRATA section in the
870 generated text version which we then end up indexing; 4.11 fixed that but
871 we can't assume that's in use). Reported by Gaurav Arora.
875 + Avoid some unnecessary copying of Action objects by making use of C++11
878 + Consistently send errors to stderr - some were sent to stdout.
879 Patch from Gaurav Arora.
881 + Add new "hextobin" action. Based on a patch from Gaurav Arora.
883 + Warn about non-integer arg to hash.
885 + Fix hash action without an argument, which was failing with an assertion.
886 Based on a patch by Gaurav Arora: https://github.com/xapian/xapian/pull/189
888 + Reject 'hash' with argument < 6. The hashing truncates and then adds a
889 6 character hash of the removed part, so can't produce a result shorter
890 than 6 characters. Patch from Gaurav Arora.
892 + Look for alphanumerics when parsing index actions. None of the current
893 index actions contain digits, but we give more helpful error messages this
896 + Deprecate allowing spaces around = in scripts. This was never documented
897 as supported, and leads to a missing argument quietly swallowing the next
898 action rather than using an empty value or giving an error. Reported by
899 Gaurav Arora in https://github.com/xapian/xapian/pull/182
901 + In boolean and unique actions, add a colon between prefix and term when
902 the term starts with a colon. This means the mapping is reversible, and
903 matches what omega actually does in this case when it tries to reverse the
904 mapping. Thanks to Andy Chilton for pointing out this corner case.
906 + Add parsedate and valuepacked actions. Together these assist adding date
907 values for sorting and date range filtering. Based on a patch from Gaurav
910 + Use DB_RETRY_LOCK to wait if the database is already in use rather than
911 sleeping for a second and retrying. On most platforms this means we make a
912 blocking request for the lock, and even on platforms where that's not
913 supported, we now sleep and retry inside libxapian, and without having to
914 throw and catch an exception each time.
918 * $freq: Speed up some cases by avoiding throwing and catching an exception
919 when we know the MSet has no term frequency information.
921 * $sort: New OmegaScript command which does a string sort on an OmegaScript
922 list, with u (unique) and r (reverse) options.
924 * $cond: New OmegaScript conditional multi-way conditional. Inspired by LISP's
925 COND, this provides a neater way to write a cascade of $if checks.
927 * $switch: New OmegaScript multi-way conditional which provides an even neater
928 way to write a cascade of $if{$eq{X,VALUE1},$if{$eq{X,VALUE2},...}}.
930 * $subdb and $subid: New commands which report the subdatabase name and the
931 docid in that subdatabase.
933 + $termprefix and $unprefix: New OmegaScript commands which expose the existing
934 code inside omega for splitting up a term.
936 * Use str() to convert time_t to string, which is simpler code and faster than
941 * omegatest: Fix message when faketime is not installed - we were misreporting
942 this case as "faketime not working".
944 * omegatest: Add feature tests of $map.
946 * Add testcases for XML charset. We already handle both default and specified
947 charsets for XML, but we didn't have any testcases for it.
951 * configure: Fix potentially confusing messages suggesting snprintf was added
952 in C90 - it was actually standardised in C99.
954 * Improve handling of multitarget rule stamp files. Clean them on "make
955 maintainer-clean" and ship them so that --enable-maintainer-mode when
956 building from a tarball doesn't needlessly rerun the multitarget rules.
960 * Check for EAGAIN as well as EINTR from select(). The Linux select(2) man
961 page says: "Portable programs may wish to check for EAGAIN and loop, just as
962 with EINTR" and that seems to be necessary for Cygwin at least.
966 * Use https for tarball URLs in .spec files. This provides protection against
967 MITM attacks on people building packages using these spec files, and is also
968 slightly more efficient as the http: URLs redirect to the https: versions
971 Omega 1.4.5 (2017-10-16):
975 * Direct users towards $set{flag_spelling_correction,true} rather than the
976 deprecated $set{spelling,true} (which is slated for removal in 1.5.0).
984 + Check file size before calling libmagic to get the mime type, since
985 reading the file size is a much cheaper check and we can skip the
986 libmagic test if the file is empty or larger than the specified
987 maximum size. Patch from caiyulun.
991 + Reject index scripts with multiple "unique" actions. We don't handle this
992 case sensibly, and it doesn't seem like it really has a use, so better to
993 give an error for people who do this inadvertently.
997 * New $seterror command to set the error message. Implemented by Gaurav Arora.
999 * Make $highlight more efficient. Patch from Vivek Pal.
1003 * query: Use $prettyurl for the URL shown at the end of each match (previously
1004 we only used it on the URL shown as a fallback when the document has no
1005 title). Split off from changes by Vivek Pal in
1006 https://github.com/xapian/xapian/pull/161
1010 * omegatest: Tell faketime to freeze the clock - previously the clock ran on
1011 from the specified fake time, and on a slow and/or heavily loaded machine a
1012 test taking more than a second might fail due to this.
1014 * Start adding feature tests for scriptindex (so far, checking that specifying
1015 multiple 'unique' actions results in an error).
1017 Omega 1.4.4 (2017-04-19):
1023 + 1.4.3 added a new --sample option, but contrary to the documentation
1024 the default behaviour was to take the sample from the meta description
1025 (which was the hard-wired behaviour in 1.4.2 and earlier). The default
1026 has now been changed to take the sample from the body.
1028 + Index .shtm, .xhtml and .xhtm as HTML by default - .shtm is another
1029 extension used for server-parsed HTML (in addition to the more common
1030 .shtml), and .xhtm and .xhtml are XHTML.
1032 + Fix fallback lookup for extension containing upper case. User mappings
1033 worked, but built-in extension to MIME type mappings were effectively being
1034 ignored (because the result of the function call was not being checked).
1035 Bug introduced in 1.3.4.
1037 + Fix term-based date ranges, broken by changes in 1.4.2. Found and
1038 diagnosed by Gaurav Arora.
1040 + Handle date range with start after end better - with term-based ranges,
1041 this used to generate a bogus filter, but now just generates Dlatest.
1043 + Use Y-term when range starts/ends at year start/end. Previously we used 12
1044 M-terms for these cases.
1046 + Use full leap-year check when constructing term-based date ranges -
1047 previous code was good until 2100, but even then it would only result
1048 in an extra term being included for a non-existent February 29th in
1053 * New OmegaScript command $cgiparams which returns a list of the parameter
1056 * Handle tab in a CGI parameter name in the same way as space. Mostly this is
1057 a way to avoid having tabs in CGI parameter names - they aren't useful, but
1058 if they could have tabs in we can't put CGI parameter names in a list.
1062 * query: Fix highlighting of matching terms. We were using both $snippet and
1063 $highlight, which results in double highlighting and HTML escaping, most
1064 noticeable by literal <strong> and </strong> appearing around matching terms
1065 in the rendered HTML snippet. Reported by Mark Thomas on xapian-discuss.
1069 * If gen-mimemap failed after creating mimemap.h, the rule wouldn't get rerun.
1071 Omega 1.4.3 (2017-01-25):
1077 + Add support for indexing vCard files if Perl and its Text::vCard module
1080 + Recognise application/x-rpm as alternative type since libmagic reports this
1081 rather than application/x-redhat-package-manager.
1083 + Use official MIME type application/vnd.debian.binary-package for debian
1084 packages. We used to map .deb and .udeb to application/x-debian-package,
1085 but in 2014 (after we added that support for .deb) an official type was
1086 registered with IANA. We now map extensions .deb and .udeb to the official
1087 type, but the unofficial type is still recognised (older versions of
1088 libmagic probably report it, and users may be mapping to it).
1090 + Handle PHP as MIME type text/x-php. The main difference this makes is that
1091 PHP files which don't have extension '.php' (e.g. .phtml, .phps, .php5,
1092 .ph4, etc) get identified by libmagic as text/x-php and will now be indexed.
1093 It also means that the user can now more easily configure different filters
1096 + Don't use meta description as sample by default. Now we have dynamic
1097 snippets (via $snippet), the body text is a better default. Also generated
1098 HTML sometimes has unhelpful content in the meta description. To get the
1099 previous behaviour, use the new omindex command line option:
1100 --sample=description
1102 Omega 1.4.2 (2016-12-26):
1106 * Replace auto-generated list of the supported MIME types with an
1107 auto-generated table showing the extensions that are mapped to each MIME type
1108 by default. Partly addresses #569, reported by catkin.
1112 * omindex: Add support for indexing markdown files (extension .md or .markdown,
1113 mime-type text/markdown, using "markdown" to convert to HTML).
1117 * Add support for "make installcheck" to run tests against installed version.
1121 * configure: Fail with clear error with xapian-core < 1.4.0.
1125 * Fix GCC -Wimplicit-fallthrough warning.
1127 * Add missing <ctime> for time_t.
1129 * Avoid snprintf_for formatting fixed-width integers - it results in warnings
1130 about possible output truncation with GCC7 (which aren't actually possible
1131 due to limited input range) and it's a bit heavyweight for this job anyway.
1133 Omega 1.4.1 (2016-10-21):
1137 * Document bug in how $filters encodes DOCIDORDER=A.
1139 * Suggest DOCIDORDER=X for DONT_CARE.
1141 * Correct mentions of C++ API method MSet::get_snippet() to MSet::snippet().
1143 * Fix typo in Omega 1.4.0 NEWS entry. Patch from James Aylett.
1147 * omindex: Also index leafname with _ and & replaced by spaces. Literal spaces
1148 are often avoided in filenames, and "hello_world.txt" ought to be searchable
1149 for via "hello" and "world". Partly addresses #618, reported by Julien
1154 * Add support for sorting by more than one value - e.g. SORT=+1,-2
1156 * Add $msizelower and $msizeupper which provide access to the lower and upper
1157 bounds on the number of matches.
1159 * Add support for $set{weighting,coord}.
1161 * Add weightingpurefilter option. Normally a query consisting only of filter
1162 terms won't have relevance weights calculated. This new option allows you to
1163 specify a weighting scheme to use for such queries, with the same values
1164 supported as for the existing weighting option. For example,
1165 $set{weightingpurefilter,coord} will weight such queries by how many filter
1166 terms match each document.
1168 * $filters now includes DATEVALUE, which means we'll force the first page when
1169 reloading or changing page starting from existing URLs upon upgrade to 1.4.1,
1170 but the exact same existing URL could be for a search without the date filter
1171 where we want to force the first page, so there's an inherent ambiguity
1172 there. Forcing first page in this case seems the least problematic
1173 side-effect. Omission noted by Gaurav Arora.
1177 * Add feature test for boolprefix and prefix maps.
1179 * Add more feature tests for $filters.
1183 * GCC 4.7 is now enforced as the minimum version.
1185 * Drop unused configure check for symbol visibility
1187 * Drop compiler options that are no longer useful:
1188 + -fshow-column is the default in all GCC versions we now support
1189 (checked as GCC 4.6).
1190 + -Wno-long-long is no longer necessary now that we require C++11 where
1191 "long long" is a standard type.
1195 * Fix build on platforms which don't provide timegm(), such as Cygwin.
1196 Reported on xapian-discuss by John Bankert.
1198 Omega 1.4.0 (2016-06-24):
1202 * Clarify $allterms and $terms documentation. Make it clearer how they differ,
1203 and document that $allterms without a parameter list gives all terms indexing
1204 the current hit. Noted by Andy Chilton.
1206 Omega 1.3.7 (2016-06-01):
1210 * Make named entity look-up (e.g. é -> 233) use the same keyword-lookup
1211 table approach we already use for HTML tags and built-in MIME content-types,
1212 rather than a std::map, which makes it faster while using less memory.
1214 Omega 1.3.6 (2016-05-09):
1218 * Fix overview.rst processing in VPATH build. Our workaround for lack of an
1219 include path in docutils was only handling the first include in the file.
1223 * Implement $match command for omegascript. Patch from Richhiey Thomas.
1227 * Lower case all HTML tags, attributes and values; explicitly close <option>
1228 tags. Patches from Vivek Pal and Nirmal Singhania.
1230 * Migrate Omega Templates to HTML5. Patch from Nirmal Sighania.
1232 * templates/query: Remove stray double quote from generated URL for spelling
1233 suggestion when THRESHOLD is set. Patch from Nirmal Singhania.
1235 * templates/opensearch: Change response feeds to support OpenSearch 1.1.
1236 Patch from Nirmal Singhania.
1240 * Update omegatest - the order of subqueries has changed in some cases, due
1241 to the "grouping" changes in the C++ API.
1245 * Drop workaround for old git master before 1.3.2
1247 Omega 1.3.5 (2016-04-01):
1249 This release includes all changes from 1.2.23 which are relevant.
1253 * Add optional prefix argument to $terms.
1255 * $snippet now uses MSet::snippet() instead of the Snipper class.
1257 * Add $contains{STRING1,STRING2}. Contributed by Ayush Gupta.
1259 * Add support for negated boolean filter terms, specified by CGI parameter "N".
1261 * Support a direction prefix on SORT: '+' for ascending, '-' for descending.
1262 SORTREVERSE set to non-0 now flips the direction. Fixes #697, reported by
1267 * Need to AC_SUBST probed value of ZLIB_LIBS. Noted by Paul Wise.
1271 * omegatest; Test faketime actually works, and if it doesn't work skip
1272 testcases which use it. On OS X 10.11, faketime from homebrew doesn't seem
1273 to work, probably due to the new "System Integrity Protection". Fixes part
1274 of #707, reported by James Aylett.
1276 Omega 1.3.4 (2016-01-01):
1278 This release includes all changes from 1.2.22 which are relevant.
1282 * The lists of recognised MIME types and of ignored extensions are now
1283 generated along with the corresponding source code from a single master list.
1284 Partly addresses #569, reported by Charles Atkinson.
1286 * Note when $json and $jsonarray were added.
1292 + Avoid using the shell to run most external commands as it's unnecessary
1293 overhead. For the built-in filters, the only cases which now use a shell
1294 are where we run two unzip commands. For user-specified commands, a simple
1295 and slightly conservative test is used, which should avoid a shell in most
1296 common cases where it isn't needed. Notably, environment variables set
1297 before the command are handled.
1299 + Track files which couldn't be indexed in the user metadata and skip them by
1300 default on subsequent runs to avoid the costs of repeatedly running a
1301 filter on a file it can't handle. Run omindex with --retry-failed to retry
1304 + Overhaul the "per-site" terms:
1305 - 'H' prefix is hostname as before, except that if the term would be > 240
1306 bytes (unlikely but possible) the end is hashed is the same way 'U'
1308 - 'P' terms are now added for every directory level, not just the start
1310 - A new 'J' prefix term is added with the start URL (less any trailing
1311 '/'), which means all files indexed from a particular "site" are now
1312 indexed by one term. See #376.
1314 + Add 'skip' pseudo-mimetype which extensions can be mapped to, and they will
1315 then be reported and skipped (to complement the existing 'ignore'
1316 pseudo-mimetype which causes files with the specified extension to be
1319 + Treat a command of 'true' specially as meaning make the text extraction a
1320 no-op (as actually running /bin/true effectively would). This provides a
1321 way to index some file types by only meta-data. Fixes #519, reported by
1324 + Add support for wildcard mimetypes */* and *. Combined with filter command
1325 ``true`` for indexing by meta-data only, you can specify a fall back case
1326 of indexing by meta-data only using ``--filter '*:true'``. From a
1327 suggestion by Brian Burton on xapian-discuss.
1329 + Index message/rfc822 and message/news. These are individually saved email
1330 messages and news articles.
1332 + Index archived web page formats MAFF and MHTML.
1334 + Handle .xla, yet another XL extension.
1336 + Handle metadata in LibreOffice HTML export (dcterms.subject,
1337 dcterms.description, dcterms.creator and dcterms.contributor).
1339 + Use zlib's gzopen() instead of invoking "gzip -dc" for compressed Abiword
1344 * Add options argument to $transform.
1346 * Cache compiled regexps used in $transform.
1348 * Add $ord OmegaScript command which returns the Unicode codepoint for the
1349 first character of a UTF-8 string.
1351 * Add $chr OmegaScript command which returns the UTF-8 string for given Unicode
1354 * Add $csv OmegaScript command which escapes a string for use as a field in a
1355 CSV file ("always quote" mode inspired by patch from Gaurav Arora.)
1357 * New $filters encoding which avoids collisions. We also compare CGI parameter
1358 xFILTERS to what $filters would have returned in previous releases, so that
1359 on upgrades old format serialised filters are handled correctly.
1361 * Fix $jsonarray not to prepend ']' to the first array element.
1363 * Skip weighting scheme setup for a pure date range query - it won't be
1364 weighted anyway, so we can avoid having to parse weighting scheme parameters,
1367 * Use value ranges when date range filtering by value. Should be more
1368 efficient than a MatchDecider, and will automatically take advantage of any
1369 future value range optimisations in xapian-core.
1371 * Add default_db and default_template config options. These allow the default
1372 template and default database name to be set via the config file, rather than
1373 being stuck with the respective defaults of "default" and "query". Fixes
1374 #310, reported by Marco Hennigs.
1376 * Add support for non-exclusive filters. Fixes #234, reported by Thomas
1381 * Add start of testsuite for omega CGI.
1385 * configure script now defaults to looking for xapian-config-1.3. This is now
1386 automatically done for development series (odd middle component of the
1387 version number), but not for stable series (even middle component). Fixes
1388 #695, reported by Jorge C. Leitão
1390 * Don't pointlessly link omega binary with libmagic (as we have since 1.3.1).
1394 * Fix "make check" compilation failure on platforms without timegm().
1396 Omega 1.3.3 (2015-06-01):
1398 This release includes all changes from 1.2.20-1.2.21 which are relevant.
1402 * INSTALL: IRIX is past EOL so drop information about IRIX make.
1408 + Add support for %f in command passed to --filter to allow specifying
1409 commands where the input file is not the final argument. Fixed #570,
1410 reported by Charles Atkinson.
1412 + Allow --filter to handle commands which produce output in a temporary file
1413 rather than on stdout.
1415 + Allow --filter to specify the character set of the output the filter
1418 + Handle application/vnd.ms-excel, text/x-perl and application/x-dvi via
1419 default --filter settings instead of hardcoded cases (now possible thanks
1420 to the new abilities that --filter has).
1422 + Add support for specifying a MIME subtype of '*' in --filter arguments.
1424 + Add -track-ctime option to allow omindex to pick up changes to file
1425 ownership and permissions.
1427 + Index terms from the leafname with an 'F' prefix, rather than treating them
1428 as more body text. (Fixes #633, reported by Emmanuel Garette)
1432 * Fix handling of multiple P.<prefix> fields - previously only the first seen
1433 was used. These fields are also now taken into account when deciding if the
1434 query has changed. $query now returns an OmegaScript list with one entry for
1435 each CGI parameter passed.
1439 * templates/query: Fix setting setting of prefix map for P - in 1.3.2, this
1440 would failed to also search in the subject. Now it also searches in the
1445 * configure: Fix typo in message: 'libmagic-devl' -> 'libmagic-devel'
1449 * Require a compiler with good C++11 support, like xapian-core now does.
1451 * Now we require C++11, just include <cstdint> for uint32_t.
1453 * Link omindex-list with our (GNU) getopt for platforms which don't use GNU libc.
1454 Thanks to James Aylett
1456 * Add timegm.cc to scriptindex_SOURCES to fix build on platforms which don't
1459 * Suppress bogus uninitialised variable warning with -Os under GCC 4.7.2.
1463 Omega 1.3.2 (2014-11-24):
1465 This release includes all changes from 1.2.16-1.2.19 which are relevant.
1469 * docs/overview.rst: Document built-in list of stopwords.
1471 * docs/termprefixes.rst: Update for renaming of 'brass' backend to 'glass'.
1477 + The starting URL wasn't previously URL encoded. In 1.2.18, a minimally
1478 intrusive fix was implemented. In 1.3.2, we now encode the starting URL
1479 as we do for the rest of the filename.
1481 + Don't assume .doc is application/msword but let libmagic decide, since .doc
1482 files may actually be RTF, and sometimes people use .doc for plain-text
1485 + Add support for indexing 'topic' and 'created date' meta-data for
1486 OpenDocument format and HTML.
1488 + Index "topic" for PDF documents.
1490 + Commit changes and exit, rather than skipping the current file on most
1491 unexpected errors reading directories or initialising libmagic - otherwise
1492 we can end up deleting a lot of database entries on errors like EHOSTDOWN
1493 when indexing network mounts.
1495 + Add --opendir-sleep=SECS option to allow working around problems with
1496 indexing files on Microsoft DFS shares.
1498 + If we get ENOTDIR trying to index a file, skip it quietly (unless in
1499 verbose mode) as we already do if we get ENOENT, since ENOTDIR is what we
1500 get if the file and the directory it was in got removed between us getting
1501 the filename and trying to open it.
1503 + Handle ENOENT, ENOTDIR and EACCES from readdir().
1505 + If we've already opened the file (as we often will have if using a modern
1506 libmagic with magic_descriptor() available), then use fstat() on that fd
1507 rather than stat()/lstat() on the pathname.
1509 + Pass error message string and errno value in ReadError exceptions.
1511 + Report strerror(errno) if we can't read a file.
1513 + Filtering via text/html now handles HTML documents which specify a charset.
1515 + Add support for indexing Microsoft Publisher files using pub2xhtml.
1517 + Restrict the length of what we consider to be an extension, currently to 7
1518 characters or whatever the longest extension in the mime_map is if it is
1521 + Avoid '//' in temporary filenames (cosmetic only).
1523 * omindex-list: New tool to list URLs of all the documents in a database (or
1524 list of databases) indexed by omindex.
1528 * Allow setting query expansion scheme to "bo1".
1530 * Make the $json and $jsonarray force the text to be valid UTF-8, since
1531 otherwise the output isn't valid JSON.
1533 * Check parameters to $set{weighting,bm25 ...} and $set{weighting,trad ...}
1534 converted OK. Based on patch from Aarsh Shah.
1536 * Add support to $set{weighting,...} for bb2, dlh, dph, ifb2, ineb2, inl2, lm,
1537 pl2 when we're built against a xapian-core which is new enough to have these
1540 * Add $snippet to generate a snippet of text tailored to the search.
1544 * configure: Enable GCC's -Woverloaded-virtual warning.
1548 * Ship common/safewinsock2.h, needed under mingw.
1550 Omega 1.3.1 (2013-05-03):
1552 This release includes all changes from 1.2.10-1.2.15 which are relevant.
1556 * INSTALL,configure: Provide hints as to what package to install for magic.h.
1560 * The HTML parser now explicitly handles <APPLET>, <OBJECT> and <TR>.
1562 * Use a generated compact and efficient table to convert HTML tag names
1563 to enum codes - this is both faster and smaller than the approach we were
1564 using, with the benefit that the table is auto-generated.
1566 * Always use our built-in conversion code for the character sets it can handle
1567 (previously we'd use iconv if available; now we only use iconv for other
1568 character sets). This gives us more consistent results, and in particular
1569 means we now handle BOMs better (at least when using GNU iconv).
1571 * A lot of data labelled as "iso-8859-1" is actually "windows-1252". The two
1572 only differ in characters which are control characters in iso-8859-1, so
1573 assume the latter when we see the former.
1577 + Extend --filter to handle commands which produce HTML on stdout.
1579 + Don't report an error if a file is deleted (or renamed) between us reading
1580 the directory entry for it and trying to read the file itself by default.
1581 In --verbose mode, the situation is still reported, but now with a
1584 + If omindex receives any of the signals SIGHUP, SIGINT, SIGQUIT or SIGTERM,
1585 then kill any active external filter child process, then handle the signal
1586 as we did before. If setpgid() is available, put each external filter in
1587 its own process group and kill the whole process group when we get a
1590 + Use magic_descriptor() if the version of libmagic we're building against
1591 is new enough to have it. This eliminates an extra opening of a file
1592 being indexed in certain cases.
1594 + Use rst2html to handle .rst and .rest files.
1598 * Add new $json and $jsonarray OmegaScript commands to support producing JSON
1601 * Add $truncate command which truncates a string after a word.
1603 * Add support for $set{weighting,tfidf} to allow the new TfIdfWeight weighting
1608 * configure: Now looks for libmagic in MAGIC_PREFIX, to allow building with
1609 libmagic installed in a non-standard location.
1611 * Remove support for 'configure --enable-quiet', 'make QUIET=' and 'make
1612 QUIET=y' - automake now supports 'configure --enable-silent-rules', 'make
1613 V=1' and 'make V=0' which are broadly equivalent and more standard.
1617 * tmpdir.cc: Add safeunistd.h for rmdir, required by GCC 4.7 (reported by
1620 Omega 1.3.0 (2012-03-14):
1624 * Make libmagic a required dependency.
1628 * docs/termprefixes.html: Document how to map a user prefix to multiple term
1631 * docs/overview.html: Improve documentation of htdig_noindex.
1637 + Index title with an 'S' prefix rather than no prefix.
1639 + If the document with the highest existing docid before the run was updated,
1640 we were reporting it as "added", but now we correctly report it as
1643 + Catch and report std::exception explicitly, so failing to allocate memory
1644 is no longer reported as "Unknown exception".
1648 + Remove special error handling case noting that index=nopos was replaced
1649 with indexnopos - this was removed in 1.1.0 so there's been enough time to
1654 + DEFAULTOP now defaults to AND rather than OR, since that matches what pretty
1655 much every search engine does these days. Closes ticket#512.
1657 * Allow mapping a query string prefix to more than one term prefix (which
1658 xapian-core has supported since 1.0.4).
1660 * Add support for search inputs for multiple probabilistic prefixes, with
1661 support for per-prefix stemmers.
1663 * Drop legacy support for handling '.' separated terms in xP - that changed in
1664 Omega 0.9.7, more than 5 years ago now.
1666 * Remove support for OLDP CGI parameter which was superseded by xP
1667 approximately a decade ago, and isn't even documented!
1669 * Drop special handling for R-prefixed terms in $prettyterm - we stopped
1670 generating these in Xapian 1.0.
1676 + We now map unprefixed queries to include S-prefixed terms to match the
1677 change in omindex to prefixing terms from the title with S. You may want
1678 to make the same update to your own templates.
1680 + Set up prefixes for 'author:' and 'title:'.
1684 * xapian-omega.spec: We're ABI compatible within a release series so make
1685 dependency on xapian-core-libs >= rather than =.
1687 Omega 1.2.23 (2016-03-28):
1691 * Update links to Xapian website and trac to use https, which is now supported,
1692 thanks to James Aylett.
1696 * Fix HTML/XML entity decoding to be O(n) not O(n²) - processing HTML/XML with
1697 a lot of entities is now much faster.
1701 * Remove unused country code to name maps. These were intended as examples,
1702 but they aren't very useful as such, and really just bloat the templates
1705 Omega 1.2.22 (2015-12-29):
1709 * Stop maintaining ChangeLog files. They make merging patches harder, and stop
1710 'git cherry-pick' from working as it should. The git repo history should be
1711 sufficient for complying with GPLv2 2(a).
1713 * Clarify help text for omindex --mime-type option.
1715 * docs/omegascript.rst:
1717 + Fix documentation of $last to say it's the MSet index *one beyond* the end
1718 of the current page. Reported by Andrew Chilton.
1720 + Clarify that $split and $substr work in bytes. Previously we said
1721 "characters" which could be taken as meaning they work with UTF-8
1724 + Update documentation for $filters - it was missing these CGI parameters
1725 from the list of those serialised: COLLAPSE, DOCIDORDER, SORT, SORTREVERSE,
1728 + Explicitly note user can use $setmap to create their own maps.
1730 * docs/overview.rst:
1732 + SVG extraction is built-in too.
1734 + Expand paragraph about command `false`. Note the versions where explicit
1735 support was added, and that this will also work with any version on Unix,
1736 where `false` is a command.
1738 + Document `cdb_dir`.
1740 * docs/cgiparams.rst: Document behaviour if xDB is not set.
1742 * Change "characters" to "bytes" in a few places to clarify that we don't mean
1743 Unicode code points.
1749 + Add '--title-size' option.
1751 + Handle .oft the same way as .msg - it's some sort of template email, and
1752 has essentially the same format.
1756 * Make $querydescription ensure the match has been run, so that it includes
1759 * Avoid $allterms, $cgilist, $filterterms and $terms being O(n²) in the number
1760 of items in the returned list.
1762 * If xFILTERS is not set, don't force the first page as that's unhelpful if
1763 someone fails to set it in their template.
1765 * When environment variable SERVER_PROTOCOL is set to INCLUDED (as it is when
1766 we're being included in a page), we already suppress the HTTP headers, but
1767 now we suppress the blank line after the header too.
1769 * Support option flag_cjk_ngram if built against xapian-core >= 1.2.22.
1773 * Add test coverage for parsing of HTML entities.
1777 * Fix error reporting if PCRE isn't installed. Fixes #693, reported by lhz7370.
1781 * Avoid warning when building with glibc >= 2.21.
1783 * Don't provide our own implementation of sleep() under __WIN32__ if there
1784 already is one - mingw provides one, and in some situations it seems to clash
1785 with ours. Reported to xapian-discuss by John Alveris.
1787 * Stop trying to use O_STREAMING - the patch to implement it was never merged
1788 into the Linux kernel, and I can't find any evidence that other platforms
1789 implement it. The constant value O_STREAMING used now seems to be used for
1790 the part of O_SYNC which isn't covered by O_DSYNC, which seems likely to hurt
1791 performance if anything.
1793 Omega 1.2.21 (2015-05-20):
1797 * docs/overview.rst: Document 'E' prefixed boolean terms for filtering by
1798 extension (see #668, reported by bramvdh).
1800 * docs/encodings.rst: Add a document about character encoding, as suggested by
1801 James Aylett in #550.
1807 + outlookmsg2html: Fix handling of message/rfc822 subparts.
1811 * $prettyurl now decodes valid UTF-8 sequences, and some additional ASCII
1812 characters in the path part: []@!$&'()*+.;= (Fixes #550 and #644, reported by
1813 catkin and terencz.)
1815 * $prettyurl now leaves the query and fragment parts of the URL alone and won't
1816 decode an escaped "/" (omindex doesn't create URLs with any of these, so we
1817 only risk breaking other URLs which have them).
1819 * Drop compilation date and time from output when run from the command line -
1820 they prevent reproducible builds and the version number is sufficient
1825 * templates/query: When listing matching terms, don't make the commas italic.
1827 * templates/query: Eliminate blank line before <html>.
1829 * templates/xml: Add XML declaration.
1831 * templates/godmode: Specify charset utf-8 in the content-type.
1835 * Link test programs with libtool's '-no-install' or '-no-fast-install', like
1836 we already do in xapian-core, which means that libtool doesn't need to
1837 generate shell script wrappers for them on most platforms.
1841 * Add spaces between literal strings and macros which expand to literal strings
1842 for C++11 compatibility.
1844 * Remove 'register' as it's deprecated and clang spits out warnings because of
1845 that. Any modern compiler likely just ignores it as an optimisation hint
1848 Omega 1.2.20 (2015-03-04):
1852 * docs/cgiparams.rst: Improve wording of docs for SORT parameter.
1854 * docs/omegascript.rst: Update documentation references to DATE1, DATE2, and
1855 DAYSMINUS which were renamed in 0.6.x and the compatibility aliases removed
1862 + Ignore extensions .msi and .msp, which are Microsoft installer files, but
1863 which libmagic sometimes incorrectly identifies as application/msword.
1865 + Interpret a command of "false" in "--filter" as meaning to ignore files
1866 with that MIME type.
1870 * Handle CGI parameter [=0 as [=1.
1874 * templates/xml: Update handling of DATE1, DATE2 and DAYSMINUS which were
1875 renamed in 0.6.x and the compatibility aliases removed in 1.0.0.
1879 * configure: Use pkg-config in preference to determine flags needed to
1880 compile and link with PCRE, as this will just work when cross-compiling
1881 (at least under MXE).
1883 * configure: Define MINGW_HAS_SECURE_API under mingw to get _putenv_s()
1884 declared in stdlib.h.
1886 * Enable automake option 'subdir-objects' to avoid warning from newer automake.
1890 * Avoid doing link tests with libmagic in configure as they fail on mingw due
1891 to not automatically picking up libraries which libmagic itself depends on.
1893 Omega 1.2.19 (2014-10-21):
1897 * docs/overview.rst: Note that pdftotext is part of poppler as well as xpdf.
1898 (Noted by Paul Wise)
1900 Omega 1.2.18 (2014-06-22):
1906 + Work around libmagic returning a MIME content-type of "Composite Document
1907 File V2 Document[...]" or "application/CDFV2-corrupt" by returning a more
1908 suitable filetype based on looking at the file's extension.
1910 + The starting URL wasn't previously URL encoded. In 1.3.2, this will be
1911 fixed by URL encoding it as we do for the rest of the path, for the 1.2
1912 branch we only URL encode it if it contains a character <= 31 or at least
1913 one of '#', '%', ':' or '?'. This avoids a one-off reindex of every
1914 document in the database in cases which work OK in practice.
1916 + When we skip a file because it exceeds the configured size limit, include
1917 that size limit in the message.
1921 * Add support for setting the query expansion scheme to use.
1925 * Don't compile in unixperm.cc - it isn't currently used, and it fails to build
1926 with mingw. (fixes #635, reported by Alexis Denis)
1928 * Fix warning when built with GCC 4.7.2 using -Os.
1930 * Removed unused inline function, fixing compiler warning.
1932 Omega 1.2.17 (2014-01-29):
1936 * docs/overview.html: Add Abiword as an example use of --filter, based on patch
1937 from Frank J Bruzzaniti (fixes#383).
1941 * Fix "no previous declaration" warning on platforms which don't have
1944 Omega 1.2.16 (2013-12-04):
1950 + Fix off-by-one when finding documents to delete which would sometimes cause
1951 omindex to fail to delete documents from the database when they weren't
1952 refound during an index update.
1954 + Decode dates in xlsx files.
1956 + Ignore extensions 'adm', 'cur', and 'ico' by default.
1958 + Group-readable files which are owner-readable but not world-readable should
1959 still get a "readable by owner" term added. Reported by Emmanuel Garette.
1963 * Compress source tarballs with xz instead of gzip.
1965 * configure: Sync compiler warning flag machinery against xapian-core. The
1966 changes are special handling for clang, passing -fshow-column where
1967 supported, and handling for new warning flags in GCC 4.6 and 4.7.
1969 Omega 1.2.15 (2013-04-16):
1973 * Don't pointlessly link utf8convert.o into the omega CGI.
1975 Omega 1.2.14 (2013-03-14):
1981 + Correct "max" -> "min" when reserving space for shared strings in .xlsx
1982 files. This just means we now reserve a more appropriate amount of space
1985 + Ignore .com files by default.
1987 Omega 1.2.13 (2013-01-09):
1993 + Extracting text using external filters now works for filenames containing a
1994 newline character - previously the newline got lost during escaping for the
1997 + Fix segfault when -F option without a ':' is passed.
1999 + Skip a file if we get a read error while calculating the MD5 checksum (used
2000 for duplicate detection) - previously we used a checksum of the file up to
2003 + Avoid rereading SVG and Atom files when we calculate their MD5 checksums.
2005 + Improvement --help output and man page, most notably:
2007 - Say explicitly that --sample-size accepts the same formats as --max-size.
2009 - Note default size limit on files to index is unlimited.
2011 + When generating a sample for a CSV file, limit the size we pre-allocate to
2012 the CSV file size if that's smaller than the requested sample size, in case
2013 the user sets that limit very high.
2017 * Fix to decode %-encoded character at the end of the query string.
2021 * INCLUDES is now deprecated in automake, so use AM_CPPFLAGS instead.
2023 Omega 1.2.12 (2012-06-27):
2025 No changes since 1.2.11 except to bump the version - this release was made to
2026 fix an incorrect library version information update in xapian-core 1.2.11.
2028 Omega 1.2.11 (2012-06-26):
2032 * Change HTML parser's handling of multiple <body> tags and of text outside of
2033 <body> to match the behaviour of modern web browsers. (ticket#599)
2037 + Add command line option to control the size of the document sample stored.
2038 Patch from Mihai Bivol.
2040 + Rework .xlsx parsing to substitute the shared strings into the positions
2041 they are used in, so that the sample actually matches what appears in the
2042 spreadsheet, and to index calculated cell contents.
2044 + Improve handling of headers and footers in OpenDocument documents.
2046 + pdftotext outputs a formfeed between each page, which messes up our "empty
2047 body" check, so trim any trailing formfeeds before this check.
2051 * Don't explicitly link indirect shared library dependencies on FreeBSD,
2052 OpenBSD, and Solaris.
2054 Omega 1.2.10 (2012-05-09):
2058 * Add support for CDATA to HTML/XML parser.
2062 + Add --max-size option, based on patch from ndaley in ticket#587.
2064 + Add support for atom feed files, patch from Mihai Bivol in ticket#595.
2066 + If the document with the highest existing docid before the run was updated,
2067 we were reporting it as "added", but now we correctly report it as
2068 "updated". (Backported from 1.3.0).
2070 + Catch and report std::exception explicitly, so failing to allocate memory
2071 is no longer reported as "Unknown exception". (Backported from 1.3.0).
2077 * Fix to build with GCC 4.7 by adding cast to rlim_t to fix error about C++11
2078 compatibility (reported by Gaurav Arora).
2080 Omega 1.2.9 (2012-03-08):
2084 * docs/overview.html:
2086 + Document that libmagic is used to determine the MIME type if the extension
2087 isn't known. Partly addresses ticket#569.
2089 + We now limit time as well as CPU and memory for external filters.
2093 * Our HTML parser now ignores sections bracketed by <!--UdmComment--> and
2094 <!--/UdmComment-->, like we already do for <!--htdig_noindex-->.
2096 * omindex: Add more extensions to the default ignore list: bin dat db fon jar
2097 lnk pyc pyd pyo sqlite sqlite3 sqlite-journal tmp ttf
2099 Omega 1.2.8 (2011-12-13):
2103 * scriptindex.cc: Add link to http://xapian.org/docs/omega/scriptindex.html to
2104 --help output (and so also to the man page which is generated from this).
2106 * omegascript.html: Add note to discourage use of percentage scores.
2112 + If we don't get any data from an external filter for 5 minutes, give up -
2113 it has probably ended up blocked indefinitely.
2115 + Improve --help output (and man page which is generated from it). Closes
2120 + If no rules are found in the index script, report an error and give up -
2121 this is inevitably the result of a mistake, and adding empty documents to
2122 the database isn't helpful.
2126 + Add new $prettyurl{} command which undoes RFC3986 URL escaping which
2127 doesn't affect semantics in practice. Partly addresses ticket#550.
2129 + Replace URL decoder with new implementation which handles various corner
2130 cases better. Fixes bug#578.
2132 + If CGI parameter P has trailing spaces, we now remove them all rather than
2137 * templates/query: HTML escape topterms.
2139 * templates/godmode: HTML escape the contents of document values.
2141 * templates/query: Don't show the percentage score in the default template.
2145 * Add new urlenctest unit test of URL encoding and decoding.
2149 * configure: Sync changes from xapian-core: Don't pass -Wshadow for GCC < 4.1;
2150 don't pass -Wstrict-null-sentinel for GCC 4.0.x; only enable symbol
2151 visibility on platforms where it is supported.
2155 * xapian-omega.spec: Package outlookmsg2html helper.
2157 Omega 1.2.7 (2011-08-10):
2161 * docs/termprefixes.html: Document how to map a user prefix to multiple term
2164 * docs/overview.html: Improve documentation of htdig_noindex.
2168 * Improve $version output from "Xapian - xapian-omega 1.2.7" to "xapian-omega
2173 * xapian-omega.spec: We're ABI compatible within a release series so make
2174 dependency on xapian-core-libs >= rather than =.
2176 Omega 1.2.6 (2011-06-12):
2180 * docs/omegascript.html: Correct the documentation of the colours used by
2183 * docs/overview.html: Add using unoconv as more complex example of using
2184 --filter (ticket#324).
2190 + Make search query input type=search.
2192 + Autofocus the search query input (using HTML autofocus attribute with
2193 Javascript fallback for older browsers). (ticket#544)
2197 * Fix a compiler warning.
2199 Omega 1.2.5 (2011-04-04):
2203 * Add index page which links to all the other documentation pages.
2205 * INSTALL: Copy new Multi-Arch section from xapian-core/INSTALL. Replace VPATH
2206 section with better equivalent from Xapian-core/INSTALL.
2208 * docs/omegascript.html: Minor improvements.
2212 * The HTML parser no longer uses an exception to signify it has finished in
2213 the normal case as exceptions are typically costly to handle. In tests,
2214 this made omindex ~0.23% faster when indexing a lot of HTML files.
2218 + Add --ignore-exclusions option, which will index HTML files despite meta
2219 robots tags, etc - omindex is often used in environments where such
2220 exclusions aren't relevant.
2222 + Fix to compile with older versions of libmagic which don't have
2223 MAGIC_MIME_TYPE (e.g. on Ubuntu hardy).
2225 + Tell xls2csv to separate fields with spaces rather than commas, and not to
2226 quote them. Fixes indexing of numeric fields, and means we don't need to
2227 use our CSV parser to get a sample.
2229 + Add whitespace between chunks of text extracted from Microsoft Office 2007
2230 formats to prevent words in adjacent chunks from being run together.
2232 + Encode reserved characters in URLs - links to files with names containing
2233 '#' and '?' now work.
2235 + Handle .xlr extension the same way as .xls (later Microsoft Works versions
2236 apparently produce such files which are really the same format).
2238 + Index filename extension with new standard prefix E.
2240 + Just report the mimetype as unknown instead of saying "unknown Office 2007
2243 + Ignore *.css and *.js by default too.
2245 + Messages reporting skipping files are now more consistent and always report
2248 + New --empty-docs option to allow documents we extract no body text from to
2249 be indexed (existing behaviour), skipped, or reported and then indexed.
2253 * Fix double Content-Type header in some error reporting situations (regression
2254 introduced in 1.2.4).
2256 * Update $url's URL encoding to follow RFC3986.
2258 * Allow QueryParser flags to be set from OmegaScript (ticket#418). The
2259 FLAG_SPELLING_CORRECTION flag can now be set using
2260 $opt{flag_spelling_correction,1} - the old $opt{spelling,true} way to
2261 enable this flag still works, but it now deprecated.
2265 * templates/emptydocs,templates/godmode,templates/opensearch,templates/query,
2266 templates/xml: Add missing escaping. Some of these instances may allow
2267 cross-site scripting, so upgrading your templates is recommended, especially
2268 if you have any sensitive cookies set on the domain Omega is running on.
2272 + Try $field{caption} (which is what omindex sets) before $field{title} when
2273 getting a value for the hit tag's title attribute - this is consistent with
2274 how the query template gets the title.
2276 + Add new 'type' attribute which gives $field{type}.
2278 + Add 'DBSize' attribute to <result> element.
2280 + Fix double escaping of matching terms. This is only likely to affect cases
2281 where a matching term contains '&'.
2283 + Remove support for undocumented HILITECLASS CGI variable. There's no
2284 evidence I can find using Google code search or web search that this has
2285 been used anywhere, and it's difficult to handle escaping it properly in
2286 the face of all the ways it could reasonably be used.
2290 * Fix to compile on Microsoft Windows (ticket#350).
2292 Omega 1.2.4 (2010-12-19):
2296 * Minor documentation improvements.
2300 * Some iconv implementations (such as that on Mac OS X) don't handle many of
2301 the commonly seen mis-punctuated charset names (e.g. UTF16, UTF_16). We now
2302 check for this if iconv fails, fix up the charset name, and retry.
2304 * The built-in character encoding converter now handles spaces in charset
2307 * Use O_NOATIME if available and either the file is owned by the current euid,
2308 or the current euid is 0 (i.e. we're running as root). This avoids updating
2309 the access time of files we index which saves time. Fixes ticket#222.
2311 * Report get_description() for Xapian exceptions, which provides additional
2312 information above get_msg().
2314 * Add boolean terms with add_boolean_term() so they get wdf of 0 and don't
2315 contribute to document length.
2319 + Escape wildcard patterns being passed to unzip - in the unlikely event that
2320 one of these matched files in or under the current directory, we might fail
2321 to extract all the files we wanted to.
2323 + Add explicit support for indexing CSV files (better samples than from
2324 using '-Mcsv:text/plain').
2326 + Add support for indexing .msg files from Microsoft Outlook (using the Perl
2327 module Email::Outlook::Message. (ticket#334)
2329 + Improve --help for --mime-type option.
2331 + Optionally use libmagic to detect MIME types for files for which we have no
2332 extension mapping, which allows us to handle files with a misleading
2333 extension, or no extension at all. (ticket#114)
2335 + Add new --filter option which allows the user to specify new filters
2336 provided they return UTF-8 text on stdout.
2338 + If a filter command isn't installed, previously we wouldn't try it again
2339 for the same file extension - now we won't try it again for the same
2342 + Index the leafname of the file (without any extension) as extra keywords.
2344 + Extract author from HTML, OpenDocument, and PDF files. Index it with an A
2345 prefix, and add it as a field.
2347 + Add support for indexing text and metadata from SVG files.
2349 + Extract metadata from Microsoft Office 2007 file formats.
2351 + Index text in headers and footers for .odt and .docx files.
2353 + Use the CSV parser to generate a nicer sample for files of type
2354 application/vnd.ms-excel.
2356 + Add support for indexing Debian and RPM package files (ticket#493).
2358 + Make the memory limit for filter processes the size of physical memory,
2359 which is a little less arbitrary than 7/8 of this value (ticket#424).
2361 + Under --duplicate=ignore, fix so that old documents which aren't seen get
2362 deleted, which wasn't implemented before (to suppress this deletion, pass
2365 + Rename the short option for --version from -v to -V for consistency with
2366 scriptindex and many other packages, and to free up -v as the short option
2367 for --verbose. For backward compatibility, "omindex -v" is handled
2368 specially and still reports the version.
2370 + Add --verbose option, and disable the less interesting output unless it is
2373 + Deprecate "--preserve-nonduplicates" in favour of new long option
2374 "--no-delete" which does the same thing, but has a clearer name.
2376 + The deletion of documents pass at the end of indexing is now more
2377 efficient. We track how many documents in the database we haven't seen so
2378 we can stop once we've found them all (a particularly big improvement if
2379 there are no documents to delete), and we now use a PostingIterator over
2380 all documents which avoids needing to catch an exception for every gap in
2381 the used document ids.
2383 + Quietly ignore files with mimetype set to "ignore". The initial list of
2384 extensions set to ignore is: .a .dll .dylib .exe .lib .o .obj .so
2386 + Index file owner and read permissions, to allow finding documents with a
2387 particular owner, and so searches can be restricted to documents a user is
2390 + Add file size as a document value, so you can sort on it and filter by it.
2394 + Fix file descriptor leak if the LOADFILE action is used on something which
2399 * Make sure we write out HTTP headers when reporting an error early on.
2401 * Extend $field to take an optional DOCID argument, rather than always using
2402 the context from $hitlist.
2404 * Add new $emptydocs command which returns a list of documents with doclength
2407 * Add support for size: range filtering. Currently the end points of the range
2408 have to be specified in bytes (e.g. size:102400..204800 for 100-200KB).
2412 * templates/emptydocs: New template which lists documents with doclength zero.
2416 * configure: Probe for any options needed to enable large file support.
2417 Handling files >= 2GB isn't especially useful, but more importantly this is
2418 needed to allow omindex to index files on filing systems with 64 bit inodes
2419 on some platforms (e.g. 32-bit Linux).
2421 * Use -no-undefined on platforms which need it to dynamically link such as
2422 cygwin (need to do this taken from ticket#282).
2426 * Fix to compile with Sun C++.
2428 Omega 1.2.3 (2010-08-24):
2432 * docs/termprefixes.html: Update "flint and quartz" to "flint and chert" as
2433 quartz is no longer supported. Give exact term length limit for flint and
2438 * xapian-omega.spec: Don't run autoreconf - it's no longer required.
2440 Omega 1.2.2 (2010-06-27):
2444 * Apply getopt portability fixes from xapian-core 1.2.0, fixing build failures
2445 on Mac OS X (and probably some other platforms with non-GNU getopt
2446 implementations). (ticket#469)
2448 Omega 1.2.1 (2010-06-22):
2450 This release includes all changes from 1.0.21 which are relevant.
2452 Omega 1.2.0 (2010-04-28):
2454 This release includes all changes from 1.0.20 which are relevant.
2458 * configure: Tell libtool not to link in deplibs on platforms where we know
2461 * configure: On Linux, extract the library search path from ldconfig which
2462 gives us the default entries reliably.
2464 Omega 1.1.5 (2010-04-15):
2466 This release includes all changes from 1.0.19 which are relevant.
2468 Omega 1.1.4 (2010-02-15):
2470 This release includes all changes from 1.0.18 which are relevant.
2474 * Use the optimised integer to string conversion routines from xapian-core.
2476 Omega 1.1.3 (2009-11-18):
2478 This release includes all changes from 1.0.15-1.0.17 which are relevant.
2482 * templates/query: If JavaScript is available, convert $field{modtime} to a
2483 string on the client-side so that the timezone is correct. If JavaScript
2484 isn't available, fall back to the existing behaviour of using UTC.
2489 * configure: Default to looking for xapian-config-1.1 unless XAPIAN_CONFIG is
2492 Omega 1.1.2 (2009-07-23):
2494 This release includes all changes from 1.0.14 which are relevant.
2500 + Handle the "macroenabled" versions of MS Office 2007 files too
2503 + Extract pptx notesSlides and comments, if present. (ticket#290).
2505 Omega 1.1.1 (2009-06-09):
2507 This release includes all changes from 1.0.13 which are relevant.
2513 + Check the last modification time of files before reindexing (ticket#342).
2515 + Add "--spelling" option to index spelling correction data.
2519 + Add new "spell" action for indexing spelling correction data (ticket#296).
2523 * Add $suggestion and $opt{spelling} to provide access to spelling correction
2526 * Add $opt{weighting} to allow the weighting scheme and parameters to be
2527 specified (ticket#298).
2529 * If SERVER_PROTOCOL in the environment is set to INCLUDED, then our output is
2530 being included in another page (e.g. using SSI) so suppress the output of any
2535 * templates/query: Offer any spelling correction QueryParser gives.
2539 * configure: Sync warning flags used with GCC with xapian-core apart from
2540 -Woverloaded-virtual which fires for MyHtmlParser::parse_html(). That
2541 probably should be tidied up at some point, but not right now.
2543 Omega 1.1.0 (2009-04-23):
2549 + Make deprecated "index=nopos" an error.
2553 * New OmegaScript command $transform{} which performs regular expression
2554 substitutions using the PCRE library (which is now required to build Omega).
2559 * The build system is now bootstrapped with newer versions of autoconf and
2560 libtool which should produce smaller files and speed up configure and
2563 Omega 1.0.23 (2011-01-14):
2569 + Escape wildcard patterns being passed to unzip - in the unlikely event that
2570 one of these matched files in or under the current directory, we might fail
2571 to extract all the files we wanted to when indexing document formats like
2572 OpenDocument which use a zip file container.
2574 + The parser for OpenDocument metadata wasn't initialising its "state" field.
2575 Often you'd be lucky and it would be initialised to zero, but this could
2576 have caused misparsing of metadata in some cases.
2578 * scriptindex: Fix file descriptor leak if the LOADFILE action is used on
2579 something that isn't a file.
2581 * If fstat() fails when trying to load a file, preserve the errno value from
2582 the fstat call to report to the user.
2586 * configure: Probe for any options needed to enable large file support.
2587 Handling files >= 2GB isn't especially useful, but more importantly this is
2588 needed to allow omindex to index files on filing systems with 64 bit inodes
2589 on some platforms (e.g. 32-bit Linux).
2591 * Add -no-undefined to AM_LDFLAGS on platforms which need it to dynamically
2592 link such as cygwin (need to do this taken from ticket#282).
2594 Omega 1.0.22 (2010-10-03):
2598 * Fix to compile with Sun C++.
2600 Omega 1.0.21 (2010-05-18):
2604 * Fix build failure in freemem.cc on Microsoft Windows.
2606 Omega 1.0.20 (2010-04-27):
2610 * Fix build failure on Mac OS X and possibly some other platforms (regression
2611 caused by fix for getopt-related warnings on Cygwin in 1.0.19).
2613 Omega 1.0.19 (2010-04-15):
2617 * Fix getopt-related warning on Cygwin.
2619 Omega 1.0.18 (2010-02-14):
2623 * Make the default charset "utf-8" not "UTF-8" as we lower case explicitly
2624 specified character sets to compare to see if we need to reparse. Previously
2625 XML documents which explicitly specified their character set as UTF-8 would
2626 cause needless restart or the parser.
2630 + Increase the wdf boost for the document title from 2 to 5, since 2 isn't
2635 + Don't abort with "Unknown Exception" if indexing is disallowed or we hit
2636 </body> for a document which had an overridden character set. Fixes
2639 Omega 1.0.17 (2009-11-18):
2645 + On Linux, change the memory limit on external filters to use _SC_PHYS_PAGES
2646 since _SC_AVPHYS_PAGES excludes pages used by the OS cache and so will
2647 often report a really low value. Fixes Debian bug#548987 and ticket#358.
2649 + Fix likely crash when reading output from external filter program if read()
2650 is interrupted by a signal.
2652 + Fix potential crash when indexing PostScript files (fixed by using delete[]
2653 (not delete) for array allocated by new[]).
2657 * utf8converttest: Charset "8859_1" isn't understood by Solaris libiconv, and
2658 isn't a standard charset name, so just test it when using our built-in
2659 converter and GNU libc.
2663 * Fix build failure on Mac OS X 10.6.
2665 * Also check for socketpair() in -lxnet if it isn't found without, which
2666 enables resource limits on external filter programs called by omindex on
2667 Solaris, and possibly some other platforms. Fixes ticket#412.
2669 Omega 1.0.16 (2009-09-10):
2671 * omega: Fix cross-site scripting vulnerability in reporting of exceptions
2674 Omega 1.0.15 (2009-08-26):
2678 * omegascript.vim: The list of OmegaScript commands in the vim mode was rather
2679 out of date, and a few commands were misclassified. Fix both problems and
2680 avoid future recurrences by automatically generating those lists from the
2681 command list in query.cc.
2685 * omegascript.html: Document that $date uses UTC. (ticket#314)
2689 * query: Link to "xapian.org" rather than "www.xapian.org".
2691 * inc/toptermsjs: Use double-quotes rather than single quotes for parameter
2692 values on the <script> tag.
2696 * omindex: Implement correct handling of paths when calling external filter
2697 programs on Microsoft Windows.
2699 Omega 1.0.14 (2009-07-21):
2703 * omindex: Make sure that output is flushed after every message, not just after
2708 * Avoid infinite loop in omindex and scriptindex when reading files under
2709 Cygwin with automatic end of line translation enabled. This same bug can
2710 also manifest on Unix platforms if the file is truncated by another process
2713 Omega 1.0.13 (2009-05-23):
2719 + If the filter program needed for a file format isn't installed, report this
2720 explicitly when skipping subsequent files with the extension instead of
2721 misleadingly reporting "Unknown extension".
2723 + Make -s actually work as a short-form for --stemmer (as documented by
2724 "omindex --help" and "man omindex").
2726 + Drop the copyright info from the output of --version as it's perennially
2727 out of date and we don't report it for any other Xapian programs.
2731 + Add new "valuenumeric" action to add a document value using
2732 Xapian::sortable_serialise() to allow numeric sorting (ticket#260).
2736 * configure: Enable more GCC warnings - "-Wstrict-null-sentinel" for 4.0+,
2737 "-Wlogical-op -Wmissing-declarations" for 4.3+.
2739 Omega 1.0.12 (2009-04-19):
2743 * $log now retries a partial write, or one interrupted by a system call.
2747 * configure: Fix iconv parameter type probe not to implicitly cast a string
2748 literal to char* - this a warning under GCC currently, but the user could
2749 pass -Werror explicitly in CXXFLAGS, and this could be promoted to an error
2750 in future GCC versions, and may already be so for some other compilers.
2752 * Overriding CXXFLAGS at make-time (e.g. "make CXXFLAGS=-Os") no longer
2753 overrides any flags required for building with Xapian.
2755 * We now actually use the compiler warning flags which configure detects.
2757 Omega 1.0.11 (2009-03-15):
2761 * cgiparams.html: Note the technique of using a stub database file to allow a
2762 default of searching over multiple databases.
2768 + Add support for indexing Microsoft Office 2007 formats and XPS files
2771 + Fix the extraction of metadata from OpenDocument formats.
2773 + Fix "-l" which would previously always cause a segmentation fault if used
2774 ("--depth-limit" wasn't affected).
2778 * configure: The output of g++ --version changed format (again) with GCC 4.3
2779 which meant configure got "g++" for the version. Instead use the (hopefully)
2780 more robust technique of using g++ -E to pull out __GNUC__ and
2783 * configure: Turn on _FORTIFY_SOURCE where available (as we do in xapian-core).
2787 * Fix to compile when RLIMIT_AS isn't available (as on NetBSD and OpenBSD).
2788 Instead use RLIMIT_VMEM or RLIMIT_DATA if either is available, else don't try
2789 to limit the memory the filter process can use.
2791 Omega 1.0.10 (2008-12-23):
2795 * This release now uses newer versions of the autotools (autoconf 2.62 ->
2796 2.63; automake 1.10.1 -> 1.10.2). The newer autoconf fixes a regression
2797 in autoconf 2.62 (and so Omega 1.0.7) with detecting the endian-ness of some
2800 Omega 1.0.9 (2008-10-31):
2804 * docs/overview.html: Document HTML parsing a bit, including robots
2805 meta and htdig_noindex.
2809 * omega: Catch std::exception and report what its what() method returns.
2811 * omega: Remove undocumented and non-functional support for numeric sorting
2812 via CGI parameter SORT=#<slot> (SORT=<slot> works as before).
2816 * configure: Sync warning flag handling changes from xapian-core to eliminate
2817 many warnings from GCC 4.3.
2819 Omega 1.0.8 (2008-09-04):
2823 * Fix a few typos and improve wording in a few places.
2829 + If the character encoding is specified using <meta http-equiv=...> in an
2830 HTML document then reparse the document if it isn't the encoding we're
2831 already using so that any preceding <title> is converted correctly
2834 + Convert text from meta tag parameters to UTF-8 (bug#293).
2836 + Handle <meta charset="..."> (new in HTML 5).
2838 + Fix bug in HTML tag parameter parsing which was probably just a small
2839 performance penalty in real world cases, but could perhaps result in
2840 parsing bogus extra parameters in carefully contrived situations.
2844 * Add missing <signal.h>, noted on FreeBSD by Henrik Brix Andersen.
2846 Omega 1.0.7 (2008-07-14):
2850 * omegascript.html,scriptindex.html: Fix empty titles.
2856 + When indexing text files, handle UCS-2 and UTF-16 text files with a
2857 byte-order mark (BOM), and ignore any UTF-8 "byte-order" mark.
2859 + The built-in conversion code (used when iconv isn't available) now handles
2860 UCS-2/UTF-16 with and without a BOM, and also the explicit BE and LE forms.
2864 * Overhaul the $highlight colour combinations since some were rather
2865 unreadable (Debian bug 484456).
2869 * configure: Synchronise code for working out warning flags used for builds
2870 with that used for xapian-core, which in particular handles different
2871 output formats from "gcc --version".
2875 * configure: Fix header checks to pre-include <sys/types.h> which Mac OS X
2876 needs for some other headers to work.
2878 * configure: Fix probing for iconv to work better when iconv isn't found
2879 (previously this only worked on Mac OS X with fink).
2881 * Fix compilation error on FreeBSD, introduced in 1.0.5.
2883 * In omega, cast size to unsigned before division to avoid a warning about
2888 * xapian-omega.spec: Remove "www." from xapian.org and oligarchy.co.uk URLs.
2890 Omega 1.0.6 (2008-03-17):
2894 * docs/omegascript.html: Improve formatting.
2900 + Add support for DjVu files.
2902 + If we get an error trying to read a directory entry, report it to the user
2903 rather than ignoring it.
2907 * New OmegaScript commands $addfilter, $lower, $upper.
2911 * Check "defined HAVE_SYSMP" rather than just "HAVE_SYSMP". This doesn't
2912 change behaviour, but fixes a compile warning on platforms other than Linux
2915 Omega 1.0.5 (2007-12-21):
2919 * Convert .txt docs to reStructedText which we process to produce HTML.
2921 * Add a note inviting suggestions for additional reliable filter programs.
2923 * overview.html: omindex hasn't generated "W"-prefix terms since 0.9.7, so
2924 remove the documentation saying it does.
2930 + If a file's extension isn't found in the mime_map and contains uppercase
2931 ASCII characters, check for the lower cased extension (so .PDF and .Pdf
2932 behave the same way as .pdf, unless you deliberately add different mappings
2935 + '-f' is documented by --help as a short option for '--follow', but wasn't
2936 previously actually recognised.
2938 + Limit filter programs to 7/8 of free physical memory on platforms where we
2939 know how to determine this statistic (currently at least Linux, FreeBSD,
2940 IRIX, HP-UX; probably Solaris and a few others too). This helps to prevent
2941 runaway filters from causing a denial of service (bug#111).
2943 + Avoid rereading uncompressed AbiWord documents in order to calculate their
2948 + Now inserts a ':' between prefix and term, using the same criteria which
2949 Xapian::QueryParser does.
2951 + The 'BOOLEAN' action now ignores an empty input rather than adding just the
2954 + The 'UNIQUE' action now issues a warning for empty input but otherwise
2959 * Add explicit includes of C headers needed to build with the latest snapshots
2962 Omega 1.0.4 (2007-10-30):
2966 * If an OmegaScript template specifies the same field name as both a boolean
2967 and a probabilistic term prefix then previous the boolean setting would
2968 be ignored (e.g. $setmap{prefix,foo,A}$setmap{boolprefix,foo,H}). Now this
2969 generates an error. If you set prefixes in your templates, you may wish to
2970 check them over before upgrading.
2972 Omega 1.0.3 (2007-09-28):
2976 * Distribution tarballs are now in the POSIX "ustar" format since it saves
2977 a few KB and we need to use it for xapian-core anyway.
2981 * Expand the output of 'mbox2omega --help' and refer the reader to it from
2982 docs/scriptindex.txt.
2988 + Add support for indexing AbiWord documents and TeX DVI files.
2990 + Impose a 5 minute CPU time limit on filter programs to prevent problems if
2991 a filter program goes into an infinite loop on a malformed input. Partly
2996 + Fix line number tracking in dump files.
3000 * Add $muldiv{A,B,C} which calculates int(A*B/C).
3002 * Fix bug in decimal fraction in $size for files >= 1M in size.
3008 + Set HTML charset to utf-8 since that's what databases now are by default.
3010 + Restyle to use CSS to draw a "score bar" instead of using images.
3012 + Rework the layout of each hit.
3014 + Add popup hints on mouse-over for various items.
3016 + Tidy up some HTML gremlins.
3018 Omega 1.0.2 (2007-07-05):
3022 * scriptindex.txt: Fix typo.
3028 + If --url isn't passed, default to "/", but print a warning noting that this
3029 default has been used (at least for now).
3031 + Report files that aren't indexed because their extensions aren't
3036 * Value of XAPIAN_CONFIG supplied to configure is now passed to distcheck,
3037 to ensure that it works with uninstalled copies of Xapian.
3041 * Fix test programs to build with a development snapshot of GCC 4.3.
3043 Omega 1.0.1 (2007-06-11):
3047 * overview.txt: As of 1.0.0, we no longer use pstotext for PostScript, but
3048 instead use ps2pdf followed by pdftotext (since this works for Unicode).
3050 * scriptindex.txt: Document that you can delete a document by supplying a new
3051 document which only contains the unique term.
3055 * Fix bug in HTML parser - if the text between two tags consisted entirely of
3056 whitespace it would just be ignored which could run words together if
3057 the tags didn't produce implicit whitespace. This bug dates back to at least
3060 * omindex: Under Linux (and probably some other platforms) struct dirent can
3061 tell us the type of a directory entry for some filing systems, so make use of
3062 this to avoid calling stat() (or lstat()) unnecessarily - when indexing
3063 /usr/share/doc on my Linux box, this saves about 14000 explicit calls to
3064 stat() (leaving about 7000).
3068 * Fix handling of query parsing errors (broken by changes in 1.0.0).
3072 * The required automake version has been lowered to 1.8.3, so RPMs can now be
3073 built on RHEL 4 and SLES 9.
3075 Omega 1.0.0 (2007-05-17):
3079 * Omega and the indexers now work in UTF-8. If iconv() is available, omindex
3080 will use it to convert documents from other formats, otherwise it has
3081 built-in support for UTF-8 and ISO-8859-1; omindex knows how to run the
3082 various external filter programs to generate UTF-8 output; scriptindex
3083 assumes input is already in UTF-8.
3085 * Change the project name (used to name tarballs, and default installation
3086 paths) to "xapian-omega" since that's what the RPMs and Debian packages
3087 already use (there's a Rogue-like game called Omega).
3091 * docs/overview.txt: Document what each of the OmegaScript templates does.
3093 * docs/quickstart.txt: Assorted minor improvements.
3095 * docs/termprefixes.txt: Document new 'Z' prefix, and that the 'R' and 'W'
3096 prefixes are no longer used by Xapian.
3098 * docs/cgiparams.txt: FMT isn't limited to just `a-z' - the actual restriction
3099 is that it may not contain `..'.
3101 * docs/scriptindex.txt: Explicitly note that index=nopos is deprecated
3102 (scriptindex already emits a warning).
3104 * NEWS: Add note that Omega < 0.8.0 NEWS entries are in the xapian-core NEWS
3111 * Updated to use the new Xapian::TermGenerator class. This means that the
3112 indexing strategy has changed.
3114 * "--help" now reports the default stemming language (i.e. "english").
3116 * Implement new sample generating function which normalises all runs of
3117 whitespace to a single space, and fixes invalid UTF-8 in the sample.
3121 + We now index PostScript by converting to PDF with ps2pdf and then indexing
3122 that. This allows us to index PostScript files containing Unicode
3123 characters outside of ISO-8859-1, and also means we now get metadata from
3124 PostScript files. The downside is it is quite a bit slower.
3126 + Add support for indexing MS Works documents using wps2text (part of
3129 + Don't index empty files.
3133 + Fix optimisation of "load truncate=N" to actually work!
3135 + The "truncate" action knows not to chop off a multibyte UTF-8 character.
3137 + Update short option list for scriptindex to match documented usage (-h, -V
3138 and -s were not working).
3140 + Remove -q and -u options - they no longer do anything and are only accepted
3141 for compatibility with really old versions (0.6.1 and earlier for -q; 0.7.5
3142 and earlier for -u).
3146 * Add an alternative implementation of date range filtering which uses a
3147 MatchDecider. This allows everything that the existing implementation does,
3148 plus you can support sorting on a choice of dates (e.g. first published or
3149 last updated), and filtering works to a resolution of a minute rather than a
3150 day. Set CGI parameter DATEVALUE to enable this, and to specify the value to
3151 use. Since omindex now adds the last modified date as value 0, this will
3154 * Enhance $substr{} to accept a negative length (meaning to count back from the
3157 * New CGI parameters to allow finer control of sorting and ranking - SORTAFTER
3160 * The sorting options are now encoded in $filters so Omega can automatically
3161 reset to page 1 if they are changed.
3163 * Add new OmegaScript $weight command which returns the raw document weight -
3164 mostly useful for debugging purposes.
3166 * $topterms{} now generates unstemmed terms.
3168 * $prettyterm{TERM} has been updated to fit with changes to the term generation
3171 * Add 'you' and 'your' as stopwords.
3173 * $filesize{SIZE} enhanced to return a decimal point for K, M, and G (e.g.
3174 "2.1K" and "4.0M" rather than "2K" and "4M"); $filesize{0} is now "0 bytes";
3175 $filesize{1} is now "1 byte"; $filesize{SIZE} where SIZE is negative is now
3178 * Remove $freqs as it has been deprecated for ages.
3180 * Remove support for xB, xDATE1, xDATE2, xDAYSMINUS, and xDEFAULTOP which were
3181 deprecated in favour of xFILTER in 0.7.5 (over 3 years ago).
3183 * Remove deprecated aliases for CGI parameters (deprecated in 0.6.3 or 0.6.5,
3184 more than 3.5 years ago): RAW_SEARCH (now RAWSEARCH), DATE1 (now START),
3185 DATE2 (now END), DAYSMINUS (now SPAN but with slightly different semantics),
3186 and MIN_HITS (now MINHITS).
3188 * Remove "bias_weight" and "bias_halflife" CGI parameters since they rely on
3189 Enquire::set_bias() which has been removed.
3193 * The 'query' template no longer uses $topterms by default.
3195 * New 'topterms' template provides a query template with $topterms support.
3197 * Template fragments which aren't intended for direct use have been moved to
3198 an "inc" subdirectory.
3202 * md5test: Add tests for MD5 code.
3206 * `./configure --enable-quiet' already allows you to specify at configure time
3207 to pass `--quiet' to libtool. Now you can override this at make-time by
3208 using `make QUIET=' (to turn off `--quiet') or `make QUIET=y' (to turn on
3211 * configure: Disable probes for f77, gcj, and rc completely by preventing
3212 the probe code from even appearing in configure - this reduces the size of
3213 configure by 29% and should speed it up significantly.
3217 * Fixed to build with GCC 4.3 snapshot.
3219 * We now make use of the safe*.h portability headers from xapian-core.
3221 * Ensure that the result of snprintf is zero terminated since MSVC's snprintf
3222 is broken (by design it seems).
3224 * configure: xapian-config --cxxflags now includes -ptused for SGI's C++
3225 compiler, so we don't need to probe for it here.
3227 * configure: Perform a link test for posix_fadvise to fix misdetection on
3230 Omega 0.9.10 (2007-03-04):
3234 * docs/omegascript.txt: Rewrite introductory paragraph. Note that
3235 whitespace is significant, and add explicit warning to $setmap.
3237 * docs/termprefixes.txt: Expand section on boolean prefixes, showing
3238 how to generate them using scriptindex, and how to allow them to be
3239 selected in an HTML form.
3243 * omindex: Generate correct MD5 checksums on big-endian platforms.
3247 * Fix $substr{} with negative start to actually work.
3249 * Fix $substr{} to never cause a C++ exception.
3253 * omega.spec.in: Remove "." from the end of the Summary.
3255 Omega 0.9.9 (2006-11-09):
3259 * Ship our custom INSTALL file rather than the generic one from autoconf which
3260 we've accidentally been shipping instead since 0.9.5.
3264 * scriptindex: The "date" action no longer modifies the value it operates on
3265 (it was never meant to!)
3269 * Report an error if $setmap is called with an even number of parameters.
3270 An incorrect example in the documentation used to suggest this, so it's
3271 particularly useful to catch this case.
3275 * RPMs: Prevent binaries getting an rpath for /usr/lib64 on FC6.
3277 Omega 0.9.8 (2006-11-02):
3281 * $substr where the start is negative and longer than the string (e.g.
3282 $substr{abcd,-5,1}) wasn't working as intended.
3286 * configure: Tell AC_CHECK_HEADERS to suppress its backward compatibility mode,
3287 so it only checks headers with the compiler. This speeds up configure a
3288 little, and is what we do elsewhere.
3290 * configure: Warning flags for GCC weren't actually getting used. Fix this to
3291 work and use the same warning flags for GCC and Intel C++ as xapian-core does.
3292 Fix all the warnings this uncovered!
3294 * omega,omindex,scriptindex: Remove some old unused code.
3298 * Ensure that we always pass an unsigned char value to isupper(), toupper(),
3299 etc as they are undefined on other values (glibc makes them work for signed
3300 char values too, but this is an extension).
3302 * configure: Pass magic options to SGI's C++ compiler to allow linking of
3305 * configure: IRIX doesn't allow stdint.h to be included from C++ so we need
3306 a smarter configure test than AC_CHECK_HEADERS.
3308 * Fix warnings from SGI's C++ compiler.
3310 Omega 0.9.7 (2006-10-10):
3314 * omegascript.txt: Note that (by design) an omegascript template can't
3315 contain an infinite loop.
3317 * termprefixes.txt: "$setmap{title,S}" should be "$setmap{prefix,title,S}".
3319 * Use the default paths to the database directories and the omega CGI binary in
3322 * README: Update reference to "CVS" to say "SVN".
3326 * Don't get confused by "a<b" in Javascript in a <script> tag. Fixes bug#91.
3328 * Support htdig's "ignore this bit" comments.
3330 * Don't generate terms with more than 3 trailing symbols ('-', '+', or '#').
3334 + Add the file last modified time as value #0.
3336 + Generate an MD5 checksum of each file indexed and store it in value #1
3337 to allow duplicates to be collapsed.
3339 + Store the file's last modified time in the document data as "modtime" so it
3340 shows up in search results (and tweak the query template so the display of
3341 this information looks nicer). Don't add "modtime" field if the timestamp
3344 + Run pdfinfo once and pull out the fields we want using string operations,
3345 instead of running it twice filtered through sed.
3347 + Parse the XML from OpenDocument and OpenOffice using new subclasses of
3348 HtmlParser. Only extract meta.xml once.
3350 + Add "size" field to document data.
3352 + Run xls2csv on MS Excel files, run catppt on MS Powerpoint files, and also
3353 index MS Word templates (.dot) the same way as .doc files.
3355 + Don't generate 'W' terms since omega doesn't use them.
3357 + If a filter program isn't installed, then don't try it again for the same
3358 extension (not perfect but an improvement - previously we indexed an empty
3361 + If popen() fails, treat it as a read error.
3365 + Add new "load" action to allow the contents of an external file to be
3368 + Fix check for whether a record has content in the case where the same field
3369 is processed more than once.
3373 * Add $pack and $unpack OmegaScript commands to allow big endian binary values
3374 to be encoded and decoded (for use with omindex's lastmod in value #1).
3376 * omega.conf: Fix code which reads omega.conf to be line based as documented
3377 rather than the wacky whitespace based scheme that was actually implemented.
3378 Also we now allow "#" comments and blank lines in omega.conf.
3380 * Fix $highlight{} to work with capitalised words (it used to work but
3381 regressed in 0.8.2).
3383 * Use '\t' to separate terms in xP since filter terms might contain '.'. Fixes
3388 * Add htmlparsetest which tests the MyHtmlParser class.
3392 * Makefile.am: Make use of the dist_ prefix to avoid having to list files in
3393 EXTRA_DIST as well as in *_SCRIPTS, *_DATA, and man_MANS.
3395 * Makefile.am: Prefer $(sysconfdir) to @sysconfdir@ since the former can be
3396 overridden on the "make" command line.
3400 * xapian-config will now switch Sun's C++ compiler into ANSI C++ compliant
3401 mode, so remove all the special case bits of code added for just this one
3404 * omindex: Fix escaping of filenames to cast characters to "unsigned char" so
3405 that isalnum() works correctly everywhere. Not a security hole as dangerous
3406 characters were still being escaped.
3408 * Call pclose() not fclose() on a FILE* obtained from popen(). This bug could
3409 cause us to run out of file descriptors on some platforms.
3411 * configure: Check for strftime.
3415 * omega.spec.in: Include documentation in the RPM package.
3417 Omega 0.9.6 (2006-05-15):
3421 * docs/omegascript.txt: Clarified description of $now.
3425 * scriptindex: Fix "index" and "indexnopos" without a prefix to set the weight
3426 correctly (bug introduced in 0.9.5).
3430 * Added new OmegaScript commands $filterterms and $substr.
3434 * configure: Update snprintf detection to match xapian-core.
3436 * Fix MSVC warnings.
3440 * omega.spec.in: Create and package /var/lib/omega/cdb and /var/log/omega.
3442 Omega 0.9.5 (2006-04-08):
3446 * README: Add pointer to documentation.
3448 * Added man pages for omindex and scriptindex, generated using help2man.
3454 + If we fail to open the index script, die with an error (previously we
3455 acted as if an empty file was specified).
3457 + Warn about a useless "weight" action, even if it's followed by another
3458 non-useless action (e.g. "field") - previously we only warned if it
3459 was last or followed only by other useless actions.
3461 + Warn if "unique=<prefix>" is used without a corresponding
3462 "boolean=<prefix>" on the same line.
3464 + Warn that "index=nopos" is deprecated and should be replaced by
3467 + Add explanatory text "(note that actions are executed from left to right)"
3468 when reporting useless actions.
3470 + Added new "hash" command to allow hashed terms to be generated from long
3471 URLs like omindex does.
3473 * htdig2omega.script,mbox2omega.script: Make use of the new scriptindex "hash"
3476 * dbi2omega: Check DBIDRIVER environmental variable to allow a driver other
3477 than mysql to be specified without modifying the script.
3481 * Fix $opt[fieldnames] handling. Previously it would try to kick in if you
3482 didn't set fieldnames but set any alphabetically later option! The symptom
3483 was that $field{} would stop working (bug#72).
3487 * omindex,omega: Tweaks for MSVC compilation.
3489 Omega 0.9.4 (2006-02-21):
3493 * COPYING: Updated FSF address.
3495 Omega 0.9.3 (2006-02-16):
3499 * overview.txt: The U prefix (URL term) was grouped with the date searching
3500 prefixes, but it makes more sense to group it with the prefixes relating to
3501 parts of the URL (H for hostname, P for path, etc).
3503 * overview.txt: Add pointer to documentation of the supported query syntax.
3505 * omegascript.txt: Improve descriptions of $cgi, $collapsed, $value, $version.
3507 * termprefixes.txt: Fix typo.
3511 * omindex: add --preserve-nonduplicates / -p option to not delete any documents
3512 that aren't updated, in replace duplicates mode (so that multiple runs of
3513 omindex on different subsites don't stomp on each other).
3515 * omindex,scriptindex: Add "--stemmer" option to omindex and scriptindex
3516 to allow the stemming language to be set. Fixes bug#11.
3518 * omindex,scriptindex: More consistent --help and --version output.
3520 * omindex: Add support for OpenDocument format mimetypes and extensions out of
3521 the box. Previously you could index them but had to pass a "-m" option for
3522 each OpenDocument filename extension you wanted to handle.
3524 * scriptindex: The "-q" option no longer actually controls anything. Just
3525 ignore it for backwards compatibility (and don't document it in --help).
3529 * If executing an OmegaScript command causes a Xapian exception to be thrown,
3530 catch it and copy the error message into error_msg (which is read by the
3531 $error command). This allows such errors to reported in a nicer way.
3533 * Added "SORTREVERSE" CGI parameter which allows the sort order to be reversed
3534 when sorting on a value. Removed "SORTBANDS" CGI parameter since it no
3535 longer does anything.
3537 * Added $find{LIST,STRING} to return the subscript of the first occurrence of
3538 string STRING in list LIST.
3540 * Added $lookup{CDBFILE,KEY} OmegaScript command to perform a lookup in a CDB
3543 * Added new feature which allows you to avoid storing fieldnames in every
3544 document. Instead you just store the field values, one per line, and add
3545 something like "$set{fieldnames,$split{caption sample url}}" to the
3546 OmegaScript template to specify the fieldnames to use. This can save a lot
3547 of disk space for a large database.
3549 * Add new "$split{}" OmegaScript command which splits a string to give an
3552 * Fix $url{} to escape "+" to "%2b". Also fix encoding of top-bit-set
3553 characters on platforms where char is signed by default.
3555 * Speed up $highlight{} - only compare terms which are the same length.
3557 * Reduce memory usage if a lot of documents are marked as relevant.
3561 * query: Make the page title shorter so there's more chance it will fit on icon
3564 * opensearch: Add missing escaping.
3566 * godmode: If a non-existent docid is specified, report the error and prompt
3567 the user to enter another docid. Fixes bug#60.
3571 * omega: Fix printf type mismatch on 64 bit platforms.
3573 * omega: Cast time_t to unsigned long to avoid problems on 64bit platforms.
3575 * Use snprintf where available.
3577 * Write top-bit set characters using \xXX notation to avoid warnings from
3578 Intel's C++ compiler.
3580 Omega 0.9.2 (2005-07-15):
3582 * omega: Changed $highlight so if OPEN and CLOSE aren't specified, they default
3583 to highlighting each word from the query with a different background colour
3584 like gmane does (previous default was to use '<strong>' and '</strong>').
3586 * omega: Call QueryParser::set_database() as this is now used to decide what to
3587 do for terms like "C#".
3589 * omega: Added the ability to set boolean prefixes for the QueryParser by
3590 setting a "boolprefix" map in the omegascript template.
3592 * omega: Added $length{} and $stoplist{} commands to OmegaScript.
3594 * scriptindex: Fix infinite loop if there's no newline at the end of a dumpfile.
3596 * docs/termprefixes.txt: Explain how to use termprefixes with scriptindex and
3597 omega, since that's what most people will want to know.
3599 * docs/omegascript.txt: Use standard "S" prefix for title in example for
3600 $setmap, rather than "XT".
3602 Omega 0.9.1 (2005-06-06):
3604 * Releases are now created using libtool 1.5.18 and automake 1.9.5.
3606 * Updated RPM packaging.
3608 Omega 0.9.0 (2005-05-13):
3610 * Updated for 0.9.0 API changes.
3612 * omindex/scriptindex: Generate terms like "c#".
3614 * Added mbox2omega script which allows a mail folder to be indexed using
3615 scriptindex. Mostly it's an example as there's no mechanism included to show
3616 the full original message.
3620 * The configuration file is now looked for differently - you can now set
3621 the environmental variable OMEGA_CONFIG_FILE. See docs/overview.txt for
3624 * $highlight can now highlight terms like "C#".
3626 * Add new template 'opensearch' to implement basic opensearch feeds of search
3631 * URL hashing previously depended on sizeof(long) so databases weren't totally
3632 portable between platforms. This is now fixed, but to do so we've had to
3633 break compatibility with databases built on platforms with 64 bit longs
3634 with URLs > 228 bytes.
3636 * Removed useless "DUPE_duplicate" option.
3638 * Added support for indexing Perl "pod" documentation using pod2text.
3640 * Replaced -l/--no-recurse with -l/--depth-limit which takes an argument
3641 allowing recursion to be restriction to any depth, not just 0 or infinity!
3643 * Extend -M/--mime-type to allow an existing mapping to be removed by omitting
3646 * Fixed code so that we get lstat() prototype on Linux systems where we have
3651 * Improved handling of extra blank lines in dump file.
3653 * Strip multiple \r characters from end of line.
3655 * Complain if a dump file doesn't appear to have been = escaped correctly.
3657 * Flush database after each input file to ensure all changes from a file
3662 * docs/omegascript.txt: Clarify $field description slightly.
3664 * docs/cgiparams.txt,docs/omegascript.txt: Fixed 3 references to OmXxxx classes.
3666 * docs/termprefixes.txt: Added a single document covering all aspects of term
3669 * docs/omegascript.txt: Moved $collapsed into correct place alphabetically!
3671 * docs/cgiparams.txt,docs/overview.txt: Improved description of how B filters
3672 are handled when building the query.
3674 * docs/scriptindex.txt: Note that actions are applied in the specified order.
3676 Omega 0.8.5 (2004-12-23):
3678 * README,INSTALL: Proper installation instructions.
3680 * omega: If an exception is thrown, make sure that the HTTP headers
3681 get written so that we don't cause "500 Internal Server Error".
3682 This problem was introduced by the change to allow a user specified
3683 Content-Type in 0.8.0. Partly addresses bug#60.
3685 * scriptindex: Fixed "Unknown Exception" when trying to "unhtml" text which
3686 contains "</body>" (bug#61). This bug was introduced in 0.8.4.
3688 * omindex/scriptindex: <h1> - <h6> and </h1> - </h6> now leave a space in the
3689 dumped HTML. This bug was introduced in 0.8.4 - before that any tag left
3690 a space in the dumped HTML.
3692 * omindex: Only try to delete removed documents in "replace duplicates" mode
3693 (which is the default).
3695 * omindex: Change behaviour of crawler such that it doesn't follow symbolic
3696 links any more. The new "--follow" command line option turns following of
3699 * dbi2omega: Add a comment to the start of the file detailing what
3702 Omega 0.8.4 (2004-12-08):
3704 * omindex,scriptindex: Improved HTML to text conversion - now we strip
3705 leading and trailing whitespace and convert all other consecutive groups of
3706 whitespace to a single space. Also the parser now knows that some tags
3707 should be regarded as word breaks and some shouldn't (previously all tags
3708 were treated as word breaks).
3710 * omindex: Removed bogus extra line from code which was meant to
3711 truncate samples, titles, etc at a word boundary, but has never actually
3714 * omindex: Added hooks for indexing the following formats: OpenOffice (requires
3715 unzip), MS Word (requires antiword), Wordperfect (requires wpd2text), RTF
3718 * omindex: If a filename to be passed to a filter program has a leading "-",
3719 protect it from possible interpretation as an option by prepending "./".
3721 * omega: When there's only a boolean query we promote it to be the query.
3722 Tweaked so we use boolean weights in this case.
3724 * omega: Use Query::empty() instead of the now deprecated Query::is_empty().
3726 * omega,omindex,scriptindex: Use the new Database/WritableDatabase
3729 * templates/godmode: Finished off godmode template.
3731 * Compile everything as C++.
3733 * Check snprintf actually works - some older versions don't implement C90
3736 * XAPIAN_FLAGS already links with xapianqueryparser so remove
3737 -lxapianqueryparser from omega_LDADD as it was causing link errors on cygwin.
3739 Omega 0.8.3 (2004-09-20):
3741 * scriptindex: --version now actually reports the version. --help now exits
3742 with status 0 rather than status 1.
3744 * RPM packaging: Updated. The most notable change is that the RPM is now
3745 called xapian-omega because there's already an omega RPM (in Fedora Core at
3746 least) which is a game. Also htdig2omega and htdig2omega.script are now
3747 included in the RPM.
3749 * Install htdig2omega.script in ${prefix}/share/omega/ rather than
3752 Omega 0.8.2 (2004-09-13):
3754 * omega: $highlight now handles accented characters (bug#9).
3756 * omega: Use new checkatleast parameter to Enquire::get_mset to implement
3759 * omindex: When running with "replace duplicates" mode (the default), detect
3760 documents removed since the last indexing run and delete them from the
3763 * omindex: Use the new WritableDatabase::replace_document(term, doc) method.
3765 * scriptindex: Report index script file name and line number when
3766 reporting errors in it. Added warning for redundant actions,
3767 such as "truncate" as the last action in a rule.
3769 * templates/query: Always report if the database is not found - previously we
3770 only did so if there was a query.
3772 * templates/query: Fixed missing </center> tag which happened in certain cases.
3774 * docs/omegascript.txt: Added note about that $add{$hit,1} gives
3777 * Now includes htdig2omega and htdig2omega.script which allow you to crawl
3778 remote websites with ht://dig, then build a searchable index of them with
3781 * Link with -lxapianqueryparser, not -lomqueryparser.
3783 Omega 0.8.1 (2004-06-30):
3785 * omindex: Renamed hash() to hash_string() to avoid colliding with something
3788 * omega: Changed MORELIKE to pick up to 40 terms, rather than up to 6 (feedback
3789 on the mailing list suggests this gives much better results).
3791 * scriptindex: Added explicit catch for std::bad_alloc.
3793 Omega 0.8.0 (2004-04-19):
3795 * scriptindex: Change default to *not* overwriting the database (use
3796 --overwrite if you really want to do this); -u is now accepted but ignored.
3798 * scriptindex: Use getopt for option parsing.
3800 * omindex: Added --overwrite option which forces an existing database to be
3801 deleted before indexing begins.
3803 * templates/xml: Correct spelling of `relavence' to `relevance'. NB: if you're
3804 parsing the XML output, you'll need to fix this spelling in your parser!
3806 * templates/xml: Now set HTTP header: "Content-Type: application/html".
3808 * templates/xml: Remove unused OmegaScript code:
3809 `$set{topterms,$or{$ne{$msize,0},$query}}'.
3811 * indextext.cc,omindex.cc,scriptindex.cc: Updated to use add_term() instead of
3814 * omega: Added $httpheader Omegascript to allow arbitrary HTTP headers and
3815 alternative Content-Type headers to be specified.
3817 * omega: If the probabilistic query was bad, don't try to run the match.
3819 * omega: Don't crash if there's a date filter but no probabilistic query.
3821 * omindex/scriptindex: Raw terms with a multicharacter prefix are now indexed
3822 with a : inserted (e.g. as XFOO:Rterm). This matches what the query parser
3825 * omindex/scriptindex: Don't create R terms for terms which start with a digit.
3827 * omindex: Use O_STREAMING and/or posix_fadvise() when reading files to be
3828 indexed (if available). This helps to keep the Xapian database in cache,
3829 and should greatly improve indexing throughput.
3831 * docs/scriptindex.txt: Make more explicit that boolean produces a *single*
3834 * docs/cgiparams.txt: Note that START and END should be in the format YYYYMMDD.
3836 For NEWS entries for Omega versions prior to 0.8.0, see the xapian-core NEWS