Subject: [ANNOUNCE] libmd 0.0.0 released To: ftp-release@lists.freedesktop.org Cc: libbsd@lists.freedesktop.org Hi! This is the first release of the BSD Message Digest functions library, which intends to be an API compatible library with functions provided in various Unix systems either on their libc (NetBSD, OpenBSD) or their libmd (FreeBSD, DragonflyBSD, Solaris) libraries. The intention here is to have a library with extremely permissive licenses (BSD-3-clause, BSD-2-clause, ISC, Beerware and Public Domain), that can be used by any project; that has a very small scope and as such can be part of the base system on most distributions; and that has a compatible API with the implementations on other systems and those that other projects are embedding, so that they can switch to use the system library instead of duplicating the same code all over the place. The project homepage can be currently found in , but I'll mirror tarballs and announce releases in FreeDesktop.Org for now. Git tag: 0.0.0 Source tarball: GPG signature: Checksums (MD5, SHA1 and SHA256): 05be4882f4a982e03615722a413d141e libmd-0.0.0.tar.xz 86d521272c075b4e76fc2d3f8133bb58798d6e03 libmd-0.0.0.tar.xz fd3f2366236fb3fd0dac0c0a77ffff8511e2939c79d1d58daf56e3f5ee383a88 libmd-0.0.0.tar.xz Changes since initial: Guillem Jover (12): Initial import from OpenBSD and NetBSD man: Add LIBRARY section build: Use stdint build: Add weak_alias definition build: Define a dummy _DIAGASSERT build: Add build infrastructure build: Use when is not available Remove __bounded__ GCC attribute Use stdint types instead of BSD u_int ones Remove hidden dependencies from public headers Add compatibility with other BSDs Release libmd 0.0.0 Thanks, Guillem