Package Information |
Summary |
UUID extension |
Maintainers |
Hartmut Holzgraefe <
hholzgra at php dot net >
(lead)
[wishlist]
[details]
Remi Collet (lead)
[details]
|
License |
LGPL-2.1-or-later |
Description |
A wrapper around Universally Unique IDentifier library (libuuid). |
Release notes
Version 1.3.0
(stable)
|
- Add support for RFC9562 UUIDs (UUID_TYPE_TIME_V6 and UUID_TYPE_TIME_V7) when available, in libuuid from util-linux version 2.41 - constant UUID_TYPE_DCE is deprecated, use UUID_TYPE_RANDOM instead - constant UUID_TYPE_NAME is deprecated, use UUID_TYPE_TIME instead - new constant UUID_TYPE_VENDOR, only for uuid_type |