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