Path to this page:
Subject: CVS commit: pkgsrc/devel/R-uuid
From: Makoto Fujiwara
Date: 2022-04-23 07:55:28
Message id: 20220423055528.93FA5FB1A@cvs.NetBSD.org
Log Message:
(devel/R-uuid) Updated 1.0.4 to 1.1.0
NEWS for uuid
---------------
1.1-0 2022-04-19
o added UUIDparse() and UUIDvalidate() functions
o added an internal representation of UUIDs as
class "UUID" which represents a vector of 128-bit
elements interpreted as UUIDs. This also allows seamless
conversion between textual representation, raw vectors and
UUID objects.
1.0-5 2022-04-19
o update to upstream util-linux version e928e8ed6
o add LinkingTo includes in the source tree. This fixes issues
on Windows where the headers were not copied since configure
is not run on Windows. The headers can be updated using
src/update-inst.sh script in the source tree.
Files: