Accepting request 62594 from home:vuntz:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/62594
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2011-02-23 04:36:44 +00:00
committed by Git OBS Bridge
parent d844f7ecdc
commit 9d56253099
5 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Feb 23 02:18:55 CET 2011 - vuntz@opensuse.org
- Add missing baselibs.conf.
-------------------------------------------------------------------
Sun Sep 19 11:51:01 CEST 2010 - vuntz@opensuse.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 10:32:55 UTC 2010 - coolo@novell.com