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