NEWS
uuid 1.2-1 (2024-07-29)
- minor DESCRIPTION updates (add ORCID, Authors@R and /issues)
uuid 1.2-0 (2024-01-14)
- add UUIDfromName() which allows generation of version 3 and 5
UUIDs based on a namespace UUID and a string.
uuid 1.1-1 (2023-08-17)
- clean up strict prototype warnings
- update to upstream util-linux version 25b98ae
uuid 1.1-0 (2022-04-19)
- added UUIDparse() and UUIDvalidate() functions
- 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.
uuid 1.0-5
- update to upstream util-linux version e928e8ed6
- 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.
uuid 1.0-4 (2022-03-16)
- Windows: use dynamic buffer when querying DLLs to
avoid "Too many DLLs" error.
uuid 1.0-3 (2021-11-01)
- guard flock() with HAVE_FLOCK for platforms that
don't have it
uuid 1.0-2 (2021-10-27)
- silence benign sendfile warning from upstream
uuid 1.0-1
- update to latest upstream libuuid sources
(util-linux c4a543ff, libuuid e6743239)
- Add LinkingTo: API allowing other packages to
use UUID generation from C code
uuid 0.1-4 (2020-02-26)
- add ‘n’ parameter to UUIDgenerate() to generate
multiple UUIDs at once (#2)
- use crypto-safe RNG on Windows to avoid UUIDs
that are identical. That makes the default behavior
equivalent to ‘use.time=FALSE’ on Windows. (#8)
uuid 0.1-3
- don't use deprecated 'R CMD config CPP'
- isolate rand()/srand() to avoid warnings
uuid 0.1-2 (2015-07-28)
- update License entry to conform to CRAN rules
- don't break on systems without flock()
(thanks to Brian Ripley)
uuid 0.1-1 (2013-09-04)
uuid 0.1-0
- initial version based on libuuid