Changelog for
dictd-1.12.1-3.39.i586.rpm :
* Fri Oct 12 2012 mailaenderAATTopensuse.org- put libmma in a separate package- update dictd to 1.12.1 + Fix for Debian bug #677868 reported by Stepan Golosunov. + Fixes for mistypes found by A. Costa. Thanks! + Fix for sf.net bug #3390567 reported by Ivo Danihelka. + Fix for sf.net bug #3398178 + Fix for option -c. Now it works correctly. + Fix incorrect keyword for virtual database. + fix in colorit: option -c now works correctly + Check return value of fwrite, fflush and fclose functions. This fixes sf bug #3390567 + Fix for Debian bug #677868 reported by Stepan Golosunov. + dictd.8.in: fixes for mistypes found by A. Costa. Thanks! + INSTALL: Fix for sf.net bug #3398178 + fix in dictd_virtual.conf: incorrect keyword for virtual database. + Makefile.in: Add -c to ${INSTALL} envocations + Makefile.in: fix for installing from obj directory
* Wed Feb 15 2012 larsAATTlinux-schulserver.de- update dictd to 1.12.0: + New script dict_lookup for translating words and phrases + dictfmt: Internal buffer size was increased from 10240 to 102400 bytes + dictfmt: superfluous spaces are removed not only from the beginng and the end of a headword but also inside a multiword headwords. + dictfmt spawns sort command to sort the index. When there are several entries for the same headword, they get sorted BY OFFSET AND SIZE (in addition to headwords). As a result, the order of identical headwords is messed up. To fix these problem -k1,3 option is replaced with -k1,1. + FIX: When search is handled by dict_search_bmh() function, the first character from the first entry in the index file is missing. Usually this is some of 00-database-
* entries. + Other minor fixes and cleanups- update libmaa to 1.3.1: + Build failure with gcc-4.6 was fixed + Only maa\'s symbols are exported from libmaa shared library ^^ INCLUDES ABI INCOMPATIBILITIES + For better conformance with POSIX/SUS xmalloc, xrealloc and xcalloc functions take \'size_t\' args, not \'unsigned int\'.- small init script beaufify- split out devel package
* Mon Mar 02 2009 prusnakAATTsuse.cz- updated to 1.11.1
* fixed installing plugins
* DICTFMT sorts entries in 00-database-alphabet entry lexicographically, that is now this order doesn\'t depend on sizeof(long)
* DICTFMT: \'dictfmt -I\' never worked
* Fri Feb 06 2009 prusnakAATTsuse.cz- file /var/log/dictd is now pre-created [bnc#461234]
* Tue Nov 04 2008 prusnakAATTsuse.cz- add missing colorit.conf [bnc#441256]
* Thu Aug 14 2008 prusnakAATTsuse.cz- small cleanup of spec file- fixed preun/postun scripts
* Mon Apr 07 2008 zpetrovaAATTsuse.cz- update to version 1.10.11 - fixed many compiler warnings/failures. - dictd: while processing MATCH command unicity of only first column of .index was checked, but not fourth column-> fixed. - timestamp log marker (log_option \"timestamp\") is changed from :T: to :t: - dictfmt: maximum length of headwords was limited to hardcoded constant. Now arrays are reallocated. - dict: new -F|--flush option for flushing stdout after each definition/match - colorit: bashism fixed: \'echo -en\' -> more portable \'printf\'.
* Sun Feb 17 2008 zpetrovaAATTsuse.cz- update to version 1.10.10: - dictd: added support for utf-8 symbols other than BMP - dict, dictl, colorit do not support paging to a special program, i.e. --pager|-P option. As of this version everything is output to stdout only. \'-P -\' option is allowed.- fixed compiler warning (bug #361613)
* Thu Jul 12 2007 zpetrovaAATTsuse.cz- update to version 1.10.9:- added new keywords limit_{time,matches,definitions,queries} to dictd to prevent DOS attacks.- support for the case-sensitive search.- Two new search strategies, \'first\' and \'last\'.- dict -f now enables formatted output for further processing by other utilities.- clean up configure.in and Makefile.in
* Thu Mar 29 2007 dmuellerAATTsuse.de- update BuildRequires