2021-01-06 14:02:28 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2021-04-03 13:30:25 +00:00
|
|
|
|
Fri Apr 02 11:20:21 UTC 2021 - Wang Jun <jgwang@suse.com>
|
|
|
|
|
|
|
|
|
|
- udpate to 2.3.0:
|
|
|
|
|
* remove HASH_FCN; the HASH_FUNCTION and HASH_KEYCMP macros
|
|
|
|
|
now behave similarly
|
|
|
|
|
* remove uthash_memcmp (deprecated in v2.1.0) in favor of
|
|
|
|
|
HASH_KEYCMP
|
|
|
|
|
* silence -Wswitch-default warnings (thanks, Olaf Bergmann!)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-01-06 14:02:28 +00:00
|
|
|
|
Wed Jan 6 14:01:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- udpate to 2.2.0:
|
|
|
|
|
* add HASH_NO_STDINT for platforms without C99 <stdint.h>
|
|
|
|
|
* silence many -Wcast-qual warnings (thanks, Olaf Bergmann!)
|
|
|
|
|
* skip hash computation when finding in an empty hash (thanks, Huansong Fu!)
|
|
|
|
|
* rename oom to utarray_oom, in utarray.h (thanks, Hong Xu!)
|
|
|
|
|
* rename oom to utstring_oom, in utstring.h (thanks, Hong Xu!)
|
|
|
|
|
* remove MurmurHash/HASH_MUR
|
|
|
|
|
|
2019-10-17 23:24:28 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 17 23:15:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 2.1.0
|
|
|
|
|
* The library moved to become a fully header-only library. There
|
|
|
|
|
is no more static archive. (And, for openSUSE, no more shared
|
|
|
|
|
library.)
|
2019-10-17 23:35:07 +00:00
|
|
|
|
- Drop libut-shared.patch (fails to apply, usecase is gone)
|
2019-10-17 23:25:07 +00:00
|
|
|
|
- Switch to noarch as there are only headers and doc now.
|
2019-10-17 23:24:28 +00:00
|
|
|
|
|
2017-01-24 11:40:55 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 24 09:53:06 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Rename soname to sover to reflect use of the variable
|
|
|
|
|
- Update description to point out the implementation (and
|
|
|
|
|
therefore, restrictions). Update RPM group.
|
|
|
|
|
|
2016-07-21 18:45:52 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 10 04:01:35 UTC 2016 - i@marguerite.su
|
|
|
|
|
|
|
|
|
|
- update version 2.0.1
|
|
|
|
|
* add libut library
|
|
|
|
|
* fix build for GCC 6
|
|
|
|
|
- upstream fixed boo#985142
|
|
|
|
|
- add patch libut-shared.patch
|
|
|
|
|
* build shared version of libut
|
|
|
|
|
- split new subpackage -devel and libut2
|
|
|
|
|
|
2016-07-01 06:19:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 1 03:22:49 UTC 2016 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
|
|
- test suite is defective, at least with gcc 6 on x86. skip
|
|
|
|
|
for now.
|
|
|
|
|
|
2015-03-07 08:10:39 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 5 07:47:20 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
|
|
- Update source url
|
|
|
|
|
- Update to 1.9.9
|
|
|
|
|
* made HASH_ADD_STR compatible with char* or char[]
|
|
|
|
|
* fixed header inclusion of sys/types.h for ssize_t
|
|
|
|
|
* added LL_COUNT/DL_COUNT/CDL_COUNT
|
|
|
|
|
* added LRU cache example in tests/lru_cache
|
|
|
|
|
* fix LL_DELETE2 for VS2008
|
|
|
|
|
* fix missing argument in HASH_REPLACE_STR
|
|
|
|
|
* bump version number in source files to match docs
|
|
|
|
|
* add HASH_OVERHEAD macro to get overhead size for hash table
|
|
|
|
|
- Changes for 1.9.8
|
|
|
|
|
* HASH_REPLACE now in uthash
|
|
|
|
|
* fixed clang warnings
|
|
|
|
|
* fixed utarray_insert when inserting past array end
|
|
|
|
|
* you can now find uthash on GitHub
|
|
|
|
|
* there’s a uthash Google Group
|
|
|
|
|
* uthash has been downloaded 29,000+ times since 2006 on
|
|
|
|
|
SourceForge
|
|
|
|
|
- Changes for 1.9.7
|
|
|
|
|
* utstring now supports substring search using utstring_find
|
|
|
|
|
* utlist now supports element prepend and replace
|
|
|
|
|
* utlist element prev/next fields can now have any names
|
|
|
|
|
* uthash cast quiets a clang warning
|
|
|
|
|
* uthash userguide example shows how to check key uniqueness
|
|
|
|
|
* uthash HASH_MUR compiles under MSVC++ 10 in C mode
|
|
|
|
|
* utstring_printf now supports format checking
|
|
|
|
|
|
2012-02-28 06:02:47 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 28 05:57:45 CET 2012 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial version (1.9.5)
|
|
|
|
|
|