2021-02-12 11:17:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 11 22:45:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.2.13:
|
|
|
|
- Fix wrong key listing in byte trie
|
|
|
|
- Fix cross-compiling issue caused by AC_FUNC_MALLOC
|
|
|
|
- Fix isspace() arg problem on NetBSD.
|
|
|
|
- Fix some documentations.
|
|
|
|
- Really use TRIE_CHAR_TERM in TrieChar string termination.
|
|
|
|
Changing TRIE_CHAR_TERM definition now won't break the code.
|
|
|
|
- Fix Windows build issue by avoiding <unistd.h> include.
|
|
|
|
- [New APIs] Add serialization of the trie into memory buffer.
|
|
|
|
|
2020-08-25 23:46:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.2.12:
|
|
|
|
- More C90 (ANSI C) compliance.
|
|
|
|
- Prevent some compiling conflicts with other sources.
|
|
|
|
- Fix miscellaneous compiler warnings.
|
|
|
|
- Prevent trimming on extremely long dictionary path names.
|
|
|
|
- Detect iconv() error more correctly in trietool.
|
|
|
|
- Clarify package description that search time is O(m), where m is
|
|
|
|
key length, not O(1), while still claiming that it's independent
|
|
|
|
of database size.
|
|
|
|
- Fix trie_state_get_data() on a prefix key.
|
|
|
|
- Fix reported segfault on full-range alpha map.
|
|
|
|
|
2018-02-19 13:57:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 19 11:29:35 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix RPM groups. Remove ineffective --with-pic.
|
|
|
|
|
2018-02-19 10:19:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 18 09:31:26 UTC 2018 - avindra@opensuse.org
|
|
|
|
|
|
|
|
- update to version 0.2.10
|
|
|
|
* Correctly check doxygen version on configure
|
|
|
|
* Optimization on AlphaMap mapping
|
|
|
|
- remove libdatrie-doxygen-version-check.patch
|
|
|
|
* upstreamed in 7db54c662357dba5f109eaf1b24490f46ca23d44
|
|
|
|
- use https urls
|
|
|
|
|
2015-08-19 09:29:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 14:48:57 UTC 2015 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- update to version 0.2.9
|
|
|
|
* Fix infinite loop on empty trie iteration.
|
|
|
|
* Document about alphabet size.
|
|
|
|
* Disable timestamp in Doxygen-generated doc.
|
|
|
|
* etc. see ChangeLog
|
|
|
|
- remove libdatrie-doxygen-found-is-enough.patch in favour of
|
|
|
|
libdatrie-doxygen-version-check.patch
|
|
|
|
|
2015-08-18 15:38:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 11:28:57 UTC 2015 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Add libdatrie-doxygen-found-is-enough.patch: when we find
|
|
|
|
doxygen, we assume it is new enough. The configure script uses
|
|
|
|
'expr 1.8.4 \< $DOXYGEN_VER', which returns false for 1.8.10.
|
|
|
|
- For safeguard, we specify the minimal required version of
|
|
|
|
doxygen (1.8.4) in the buildrequirements.
|
|
|
|
|
2015-02-04 22:22:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 4 12:34:37 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 0.2.8
|
|
|
|
* Fix compiler warnings in test suites.
|
|
|
|
* Fix edge-case error on alphabet set of size 255.
|
|
|
|
* Fail trie operations on non-alphabet inputs, rather than silently
|
|
|
|
allowing them to sneak in as false keys.
|
|
|
|
* Improved documentation.
|
|
|
|
- Add xz build require to keep SLE11 support
|
|
|
|
|
2013-04-11 17:21:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 11 14:22:14 UTC 2013 - mmeister@suse.com
|
|
|
|
|
|
|
|
- Added url as source.
|
|
|
|
Please see http://en.opensuse.org/SourceUrls
|
|
|
|
|
2012-02-01 03:27:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 01:56:18 UTC 2012 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
|
|
- Parallel building using %_smp_mflags
|
|
|
|
|
2011-02-23 05:36:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2010-04-24 17:00:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 24 10:32:55 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- buildrequire pkg-config to fix provides
|
|
|
|
|
2010-02-18 15:51:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 4 16:59:23 CET 2010 - vuntz@opensuse.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 22:22:08 CET 2009 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- remove static libraries
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 7 15:23:59 CEST 2008 - uli@suse.de
|
|
|
|
|
|
|
|
- update -> 0.1.3 (fixes bug that keeps new libthai from
|
|
|
|
building, bnc #326002)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 30 17:06:40 CET 2007 - uli@suse.de
|
|
|
|
|
|
|
|
- initial package
|
|
|
|
|