~ubuntu-branches/ubuntu/precise/libdatrie/precise

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2010-06-30 16:40:33 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100630164033-y9e6yt2gmuqeaode
* New upstream release
  - debian/libdatrie1.symbols: Add new symbols according to upstream.
* Bump Standards-Version to 3.9.0 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libdatrie
2
2
 
 
3
0.2.4 (2010-06-30)
 
4
=====
 
5
- Close file on saving trie. [Bug report from Xu Jiandong]
 
6
- Add trie_store_if_absent() API which fails on adding duplicated key.
 
7
  This is useful for preventing race condition in multi-thread applications.
 
8
  [Suggestion from Dan Searle]
 
9
- Add trie_fread() and trie_fwrite() APIs for reading/writing trie data in
 
10
  an open file, allowing trie to be embeded as part of a bigger file.
 
11
  [Suggestion from NIIBE Yutaka]
 
12
 
3
13
0.2.3 (2010-02-27)
4
14
=====
5
15
- More robustness against corrupted trie files.