adds CHANGELOG

Sun, 29 Dec 2019 13:39:36 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 29 Dec 2019 13:39:36 +0100
changeset 381
f5421bb2c8d1
parent 380
2c9a5aebaee1
child 382
d746888af4e5

adds CHANGELOG

CHANGELOG file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/CHANGELOG	Sun Dec 29 13:39:36 2019 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +Version 2.1 - 2019-12-30
     1.5 +------------------------
     1.6 +
     1.7 +* adds string replace functions
     1.8 +* adds set operations for UcxList and UcxMap
     1.9 +* adds sstrcaseprefix() and sstrcasesuffix()
    1.10 +* improves Doxygen documentation in ucx/string.h
    1.11 +* adds UcxArray data type
    1.12 +* adds support for CMake builds, but main build system is still autotools
    1.13 +
    1.14 +Version 2.0 - 2018-12-28
    1.15 +------------------------
    1.16 +
    1.17 +* some uncritical bug fixes
    1.18 +* overflow of sstrnlen now returns SIZE_MAX instead of zero
    1.19 +* adds scstr_t - a const char* variant for sstr_t
    1.20 +* renames utility compare functions
    1.21 +
    1.22 +Version 1.1 - 2018-05-14
    1.23 +------------------------
    1.24 +
    1.25 +* adds missing 32 bit support to integer overflow checks
    1.26 +* adds ucx_buffer_to_sstr() macro
    1.27 +* adds ucx_avl_free_content()
    1.28 +* adds some more compare and distance functions in utils.h
    1.29 +* adds SFMT() and PRIsstr convenience macros
    1.30 +* destructor functions for *_free_content() functions are now optional
    1.31 +
    1.32 +Version 1.0.1 - 2018-01-21
    1.33 +--------------------------
    1.34 +
    1.35 +* some bug fixes
    1.36 +* adds integer overflow checks
    1.37 +
    1.38 +Version 1.0 - 2017-10-28
    1.39 +------------------------
    1.40 +
    1.41 +* first stable version of UCX released

mercurial