Added AUTHORS and COPYING to the doc installation.
[mpdm.git] / RELEASE_NOTES
blob233840a50acf8aa043ec683e5b99599e07006dec
1 MPDM Release Notes
2 ==================
4 1.0.3
5 -----
7  * The hashing function has changed to a less accurate but faster one.
8  * There is a new, adaptive way of sweeping: if default_sweep if set
9    to a negative value (different from -1), it's used as a divisor
10    of the total count of values; this will be the number of values
11    that will be swept on each call to mpdm_sweep(0). This way, the
12    number of swept values depend on the total count.
13  * New functions mpdm_set_ival() and mpdm_set_rval().
14  * New function mpdm_get_filehandle().
16 1.0.2
17 -----
19  * Components of a compact symbol can be executable, apart from
20    hashes and arrays.
21  * mpdm_cmp() is optimized to return 0 when comparing the same value.
23 1.0.1
24 -----
26  * mpdm_cmp() now correctly compares NULL and NULL as equal.
27  * %c in mpdm_sprintf() now works with Unicode (wchar_t) characters.
28  * The substitution string in mpdm_sregex() now can include the
29    special character & to select the matched string. To include a
30    literal &, escape it with \.