Subject: [ANNOUNCE] libbsd 0.11.1 released To: ftp-release@lists.freedesktop.org Cc: libbsd@lists.freedesktop.org Hi!, This release, which subsumes the 0.11.0 announcement, includes: - Export strnvisx() function. - New recallocarray() and freezero() from OpenBSD. - New pwcache module from OpenBSD. - New timespec(3bsd) man page alias to timeval(3bsd). - New progname implementation for Windows. - New LIBBSD_VIS_OPENBSD selection macro. - Switch from embedded hashing function implementations to use libmd. - Various man pages cleanups. - Various portability fixes. - Various memory leak fixes. Git tag: 0.11.1 Source tarball: GPG signature: Checksums (MD5, SHA1 and SHA256): 2bc23d38510a277a2aeca355fb998688 libbsd-0.11.1.tar.xz a0e36b64aac6f1e03c781bc812ff9aaf20229e12 libbsd-0.11.1.tar.xz 0d018e78f85d7d724740a28408f0bf346b7bbe5dc1c7256fb21e640e2a3d5205 libbsd-0.11.1.tar.xz Changes since 0.10.0: Aaron Dierking (1): Provide a default progname on Windows Faidon Liambotis (1): Add recallocarray() and freezero() from OpenBSD Guillem Jover (14): Add missing strnvisx() to the symbols script man: Add missing doc-operating-system-NetBSD string variable Do not define SIZE_T_MAX if already defined build: Detect support for --version-script in ld funopen: Fix memory leak in funopen_close() when closefn is NULL test: Fix short lived memory leaks Fix coding style man: Add missing LIBRARY section man: Add a timespec(3bsd) alias to timeval(3bsd) man: Remove empty line in reallocarray(3bsd) Import pwcache module from OpenBSD Use libmd hashing function implementations instead of embedding our own Update copyright claims Release libbsd 0.11.0 Add support for new LIBBSD_VIS_OPENBSD selection macro Release libbsd 0.11.1 Seth R Johnson (1): Fix ELF detection on Intel compilers Thanks, Guillem