Accepting request 48507 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libdatrie based on submit request 48507 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/48507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatrie?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-09-20 13:38:36 +00:00
committed by Git OBS Bridge
parent 401754cb9e
commit 86b79e9942
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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