Accepting request 48507 from devel:libraries:c_c++

checked in (request 48507)

OBS-URL: https://build.opensuse.org/request/show/48507
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdatrie?expand=0&rev=9
This commit is contained in:
OBS User autobuild
2010-09-20 13:38:35 +00:00
committed by Git OBS Bridge
parent 176189580f
commit 253e999180
4 changed files with 6 additions and 21 deletions
-15
View File
@@ -1,18 +1,3 @@
-------------------------------------------------------------------
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