blob: a8333c2be862bc884176f69255eee37b80c8bf44 [file] [log] [blame]
Theodore Ts'od5464471997-10-15 01:52:44 +00001Tue Oct 14 21:48:16 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * gen_uuid.c: Use clock_reg instead of clock, since clock
4 conflicts with a header file declaration.
5
Theodore Ts'o024996c1997-06-17 05:38:35 +00006Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
7
8 * Release of E2fsprogs 1.11
9
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000010Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
11
12 * Release of E2fsprogs version 1.10
13
14Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
15
16 * Release of E2fsprogs version 1.09
17
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +000018Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
19
20 * Release of E2fsprogs version 1.08
21
Theodore Ts'o19c78dc1997-04-29 16:17:09 +000022Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
23
24 * Release of E2fsprogs version 1.07
25
26Sun Mar 2 16:45:36 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
27
28 * Makefile.in (ELF_VERSION): Change version to be 1.1
29
30Thu Feb 6 23:08:07 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
31
32 * gen_uuid.c (uuid_generate): Set Multicast bit when picking a
33 random node_id, to prevent conflicts with IEEE 802
34 addresses obtained from network cards.
35
36Wed Jan 1 23:51:09 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
37
38 * unpack.c, pack.c: Include string.h, since we use memcpy().
39
40Tue Dec 3 13:05:11 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
41
42 * parse.c: Add #include of ctype.h and stdlib.h, to pull in the
43 required prototypes.
44
45Fri Oct 11 17:15:10 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
46
47 * Makefile.in (DLL_ADDRESS): Updated DLL address for libuuid.
48
49Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
50
51 * Release of E2fsprogs version 1.06
52
Theodore Ts'o5c576471997-04-29 15:29:49 +000053Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
54
55 * Release of E2fsprogs version 1.05
56
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000057Tue Aug 27 16:50:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
58
59 * uuid/gen_uuid.c [HAVE_NET_IF_H] <net/if.h>: Include guarded.
60 [HAVE_NETINET_IN_H] <netinet/in.h>: Include guarded.
61 (get_node_id): Surround bulk of function with #ifdef HAVE_NET_IF_H.
62
63Tue Aug 27 16:50:16 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
64
65 * gen_uuid.c (get_node_id): Add a specific ifdef for the HURD,
66 since it is broken w.r.t getting hardware addresses.