Changelog for
libdatrie1-0.2.4-1.1.x86_64.rpm :
Thu Apr 11 14:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
Wed Feb 1 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
Wed Feb 23 13:00:00 2011 vuntzAATTopensuse.org
- Add missing baselibs.conf.
Sun Sep 19 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.2.4:
+ Close file on saving trie.
+ Add trie_store_if_absent() API which fails on adding duplicated
key. This is useful for preventing race condition in
multi-thread applications.
+ Add trie_fread() and trie_fwrite() APIs for reading/writing
trie data in an open file, allowing trie to be embeded as part
of a bigger file.
- Changes from version 0.2.3:
+ More robustness against corrupted trie files.
+ License clarification in individual source files.
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Mon Jan 4 13:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.2.2:
+ Support building with linkers without symbol versioning
supports, including Mac, Cygwin, MinGW.
+ Support other iconv implementations than that\'s in glibc, for
Mac and MinGW.
- Changes from version 0.2.1:
+ Fix errors in documentation
+ Symbol versioning to ease upgrade across SONAME
+ Minor cleanups
- Changes from version 0.2.0:
+ New APIs for performance: trie_state_copy(),
trie_state_is_single()
+ Clean-ups
- Changes from version 0.1.99.2:
+ More robust handling of alphabet ranges
+ Allow co-existence with libdatrie0
- Changes from version 0.1.99.1:
+ Breaking ABI with libdatrie0
+ More capacity with 32-bit node index
+ Adjusted API for non-file trie usage
+ All data in one file, no more
*.br and
*.tl split
+ Drop SBTrie wrapper; all features are merged into Trie
+ Domain characters are now Unicode
Thu Feb 19 13:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries
Mon Apr 7 14:00:00 2008 uliAATTsuse.de
- update -> 0.1.3 (fixes bug that keeps new libthai from
building, bnc #326002)
Tue Oct 30 13:00:00 2007 uliAATTsuse.de
- initial package