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