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