16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
0.0.2 (10-feb-2026)
|
|
* Zero copying support
|
|
* Read only buffer support
|
|
* Bug fixes: escan, reset, read-only and non reallocatable buffer
|
|
* Manual pages
|
|
* Packaging for linux
|
|
* Added possibility to use user defined memory ops with:
|
|
ndbuf_t *ndbuf_new_wmops(const struct ndbuf_memops *, const size_t);
|
|
* Fixed bug with pkgconfig %VERSION% value
|
|
|
|
|
|
0.0.1 (24-nov-2017)
|
|
* initial version with all functions done
|
|
* tired from reuse this code and ... now it's lib
|
|
|