Het ontwikkelteam van The Xapian Project heeft alweer versie 0.9.9 van Xapian uitgebracht. Dit programma is een in C++ geschreven 'open source information retrieval library', en wordt gebruikt als de engine achter een zoekmachine van bijvoorbeeld een website. Het geheel omvat een eigen databaseformaat, API's om databases te bewerken en te doorzoeken, tools om databases te controleren en bindingsmogelijkheden voor andere talen zoals Java, Ruby, PHP en Python. De lijst met veranderingen ziet er als volgt uit:
Xapian-core 0.9.9:testsuite:
[break]Een applicatie die bovenop Xapian kan worden gebruikt is Omega, een zoekmachine om Xapian-databases te doorzoeken. Met Omega worden ook nog enkele tools meegeleverd die gebruikt kunnen worden om databases te vullen met data. Omdat de ontwikkeling van Omega nauw verbonden is met die van Xapian zelf, worden van beide gelijktijdig nieuwe versies uitgebracht met hetzelfde versienummer. De lijst met veranderingen voor Omega 0.9.9 ziet er als volgt uit:[/break]Omega 0.9.9:remote backend:
- Use popen() to run xapian-tcpsrv and wait for "Listening..." before returning rather than just sleeping for 1 second and hoping that's enough.
- If we can't start xapian-tcpsrv because the port is in use, try higher numbered ports.
build system:
- xapian-tcpsrv: If the port requested is in use, exit with code 69 (EX_UNAVAILABLE) which is useful if you're trying to automate launching of xapian-tcpsrv instances.
- xapian-tcpsrv: Output "Listening..." once the socket is open and read for connections (this allows the testsuite to wait until xapian-tcpsrv is ready before connecting to it).
- xapian-progsrv: Now supports --help, --version, and has a man page. Fixes Bug #98.
- Turn on TCP_NODELAY for the TCP variant of the remote backend which dramatically improves the latency of operations on the database.
documentation:
- internaltest: Disable serialiselength1 and serialisedoc1 when the remote backend is disabled to fix build error in this case.
- Move libbtreecheck.la from testsuite/ to backends/quartz/.
- Move the testsuite harness from testsuite/ to tests/harness/.
portability:
- Ship our custom INSTALL file rather than the generic one from autoconf which we've accidentally been shipping instead since 0.9.5.
- docs/Makefile.am: Building sourcedoc.pdf needs a larger pool_size now we're using pdflatex.
- HACKING: Update debian packaging checklist.
- PLATFORMS: Updated with results from tinderbox.
packaging:
- Create "safefcntl.h" as a replacement for
instead of using "utils.h" for this purpose, since "utils.h" pulls in many other things we often don't need.
- RPMs: Prevent binaries getting an rpath for /usr/lib64 on FC6.
documentation:
indexers:
- Ship our custom INSTALL file rather than the generic one from autoconf which we've accidentally been shipping instead since 0.9.5.
omega:
- scriptindex: The "date" action no longer modifies the value it operates on (it was never meant to!)
packaging:
- Report an error if $setmap is called with an even number of parameters. An incorrect example in the documentation used to suggest this, so it's particularly useful to catch this case.
[break]De volgende twee bestanden zijn binnen te halen:
- RPMs: Prevent binaries getting an rpath for /usr/lib64 on FC6.
Xapian 0.9.9
Omega 0.9.9