NEWS in package ‘uuid’
Changes in version 1.2-1 (2024-07-29)
- minor DESCRIPTION updates (add ORCID, Authors@R and /issues)
Changes in version 1.2-0 (2024-01-13)
- add UUIDfromName() which allows generation of version 3 and 5
UUIDs based on a namespace UUID and a string.
Changes in version 1.1-1 (2022-12-02)
- clean up strict prototype warnings
- update to upstream util-linux version 25b98ae
Changes in version 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.
Changes in version 1.0-5 (2022-04-19)
- 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.
Changes in version 1.0-4 (2022-03-15)
- Windows: use dynamic buffer when querying DLLs to
avoid "Too many DLLs" error.
Changes in version 1.0-3 (2021-11-01)
- guard flock() with HAVE_FLOCK for platforms that
don't have it
Changes in version 1.0-2 (2021-10-25)
- silence benign sendfile warning from upstream
Changes in version 1.0-1 (2021-10-20)
- update to latest upstream libuuid sources
(util-linux c4a543ff, libuuid e6743239)
- Add LinkingTo: API allowing other packages to
use UUID generation from C code
Changes in version 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)
Changes in version 0.1-3 (2020-02-25)
- don't use deprecated 'R CMD config CPP'
- isolate rand()/srand() to avoid warnings
Changes in version 0.1-2 (2015-07-27)
- update License entry to conform to CRAN rules
- don't break on systems without flock()
(thanks to Brian Ripley)
Changes in version 0.1-1 (2013-09-03)
Changes in version 0.1-0 (2013-02-24)
- initial version based on libuuid