GNU dico - News: Version 2.1 available
Version 2.1 available
Item posted by Sergey Poznyakoff <gray> on Wed Jul 7 20:08:55 2010.
The version 2.1 of GNU Dico is available for download from ftp://download.gnu.org.ua/pub/release/dico, http://ftp.gnu.org/gnu/dico, and its mirrors worldwide.
Normalized exit codes
The dicod server uses exit codes from sysexits.h
Replies to MATCH command
The dictorg backend filters out duplicate entries from MATCH replies. Only the first one from a sequence of such duplicates is retained.
New configuration statements
- prepend-load-path
Acts much the same as module-load-path, but adds directories at front of the default Dico module directory.
Strategies
All
The all strategy has been re-implemented as a loadable module. To enable this strategy in daemon, load the stratall module:
Substr
The new strategy substr matches a substring anywhere in the headword. To enable this strategy, load the substr module:
LDAP
Dicod now supports LDAP as an underlying mechanism for storing
user databases. The LDAP support is loaded as a module:
See the LDAP Databases, for a detailed description.
Dicoweb
Improved handling of databases without a descriptive name (previous version would throw exception for such cases).
The file settings.py renamed to settings-sample.py.
The file static/opensearch.xml has been moved to templates. If
you are upgrading from an earlier version, you may safely remove it.
Bugfixes
- Fixed improper handling of conversion errors in levenshtein.c (debian #582692)
- Removed the use of fixed-size buffer in dictorg.c (fixes debian #582708)
Comments:
No messages in Version 2.1 available