blob: 9e9a4e0d89980b9d3508d3f3cc21fce507050160 [file] [log] [blame]
Theodore Ts'o91b2c421998-04-27 01:28:13 +000011998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * uuidP.h: Use asm/types.h instead of linux/types.h to avoid a
4 problem caused by glibc hack to prevent linux/types.h from
5 being included.
6
Theodore Ts'oe5fa0e31998-04-01 02:18:45 +000071998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
8
9 * Makefile.in: Change to use new installation directory variables
10 convention. Fix uninstall rules to take $(DESTDIR) into
11 account.
12
Theodore Ts'odc3710e1998-03-09 03:34:48 +000013Sun Mar 8 22:17:59 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
14
15 * gen_uuid.c (get_node_id): Use char * instead of caddr_t, which
16 doesn't always exist for glibc.
17
Theodore Ts'od5464471997-10-15 01:52:44 +000018Tue Oct 14 21:48:16 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
19
20 * gen_uuid.c: Use clock_reg instead of clock, since clock
21 conflicts with a header file declaration.
22
Theodore Ts'o024996c1997-06-17 05:38:35 +000023Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
24
25 * Release of E2fsprogs 1.11
26
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000027Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
28
29 * Release of E2fsprogs version 1.10
30
31Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
32
33 * Release of E2fsprogs version 1.09
34
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +000035Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
36
37 * Release of E2fsprogs version 1.08
38
Theodore Ts'o19c78dc1997-04-29 16:17:09 +000039Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
40
41 * Release of E2fsprogs version 1.07
42
43Sun Mar 2 16:45:36 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
44
45 * Makefile.in (ELF_VERSION): Change version to be 1.1
46
47Thu Feb 6 23:08:07 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
48
49 * gen_uuid.c (uuid_generate): Set Multicast bit when picking a
50 random node_id, to prevent conflicts with IEEE 802
51 addresses obtained from network cards.
52
53Wed Jan 1 23:51:09 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
54
55 * unpack.c, pack.c: Include string.h, since we use memcpy().
56
57Tue Dec 3 13:05:11 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
58
59 * parse.c: Add #include of ctype.h and stdlib.h, to pull in the
60 required prototypes.
61
62Fri Oct 11 17:15:10 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
63
64 * Makefile.in (DLL_ADDRESS): Updated DLL address for libuuid.
65
66Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
67
68 * Release of E2fsprogs version 1.06
69
Theodore Ts'o5c576471997-04-29 15:29:49 +000070Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
71
72 * Release of E2fsprogs version 1.05
73
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000074Tue Aug 27 16:50:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
75
76 * uuid/gen_uuid.c [HAVE_NET_IF_H] <net/if.h>: Include guarded.
77 [HAVE_NETINET_IN_H] <netinet/in.h>: Include guarded.
78 (get_node_id): Surround bulk of function with #ifdef HAVE_NET_IF_H.
79
80Tue Aug 27 16:50:16 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
81
82 * gen_uuid.c (get_node_id): Add a specific ifdef for the HURD,
83 since it is broken w.r.t getting hardware addresses.