adds changelog to html documentation

Mon, 30 Dec 2019 09:20:48 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 30 Dec 2019 09:20:48 +0100
changeset 386
8ebfe95077eb
parent 385
094476ae39e5
child 388
871a8ffe6c9d

adds changelog to html documentation

docs/src/index.md file | annotate | diff | comparison | revisions
     1.1 --- a/docs/src/index.md	Mon Dec 30 09:13:51 2019 +0100
     1.2 +++ b/docs/src/index.md	Mon Dec 30 09:20:48 2019 +0100
     1.3 @@ -25,3 +25,40 @@
     1.4  
     1.5  Olaf Wintermann
     1.6  [&lt;olaf.wintermann@gmail.com&gt;](mailto:olaf.wintermann@gmail.com)
     1.7 +
     1.8 +Changelog
     1.9 +---------
    1.10 +
    1.11 +### Version 2.1 - 2019-12-30
    1.12 + 
    1.13 + * adds string replace functions
    1.14 + * adds set operations for ` UcxList` and `UcxMap`
    1.15 + * adds `sstrcaseprefix()` and `sstrcasesuffix()`
    1.16 + * improves Doxygen documentation in ucx/string.h
    1.17 + * adds `UcxArray` data type
    1.18 + * adds support for CMake builds, but main build system is still autotools
    1.19 + 
    1.20 +### Version 2.0 - 2018-12-28
    1.21 + 
    1.22 + * some uncritical bug fixes
    1.23 + * overflow of `sstrnlen` now returns `SIZE_MAX` instead of zero
    1.24 + * adds `scstr_t` - a `const char*` variant for sstr_t
    1.25 + * renames utility compare functions
    1.26 + 
    1.27 +### Version 1.1 - 2018-05-14
    1.28 + 
    1.29 + * adds missing 32 bit support to integer overflow checks
    1.30 + * adds `ucx_buffer_to_sstr()` macro
    1.31 + * adds `ucx_avl_free_content()`
    1.32 + * adds some more compare and distance functions in utils.h
    1.33 + * adds `SFMT()` and `PRIsstr` convenience macros
    1.34 + * destructor functions for `*_free_content()` functions are now optional
    1.35 + 
    1.36 +### Version 1.0.1 - 2018-01-21
    1.37 + 
    1.38 + * some bug fixes
    1.39 + * adds integer overflow checks
    1.40 + 
    1.41 +### Version 1.0 - 2017-10-28
    1.42 + 
    1.43 + * first stable version of UCX released

mercurial