From a5aa379710abdef97fa1e047b3cfe2a5a22505b5 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 19 Mar 2004 19:56:55 -0500 Subject: [PATCH] Use 14 bits for the clock sequence, instead of just 13 bits when generating UUID's. --- ChangeLog | 5 +++++ lib/uuid/ChangeLog | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0d3abcd..f4f22b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-19 Theodore Ts'o + + * configure.in: Add tests for sa_len in struct sockaddr and test + for net/if_dl.h for better Darwin support. + 2004-03-04 Theodore Ts'o * e2fsprogs.spec.in: Mostly synchronize spec file with the one diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index b3e9392..77f0f71 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,11 @@ +2004-03-19 Theodore Ts'o + + * gen_uuid.c (get_clock): Use 14 bits for the clock sequence, + instead of just 13 bits. + + * gen_uuid.c (get_node_id): Fix so that Darwin will actually get + the ethernet address correctly. + 2004-02-29 Brian Bergstrand * Makefile.in: Use $(BSDLIB_PIC_FLAG) to determine whether to use -- 1.8.3.1