blob: 04fd89d02d15ff1c6bbf721d14daf0a1642ade18 [file] [log] [blame]
Theodore Ts'o9e51eca1999-01-09 16:32:31 +000011999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * Release of E2fsprogs 1.14
4
Theodore Ts'o556ad131998-12-19 08:10:58 +000051998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
6
7 * Release of E2fsprogs 1.13
8
Theodore Ts'o1e0a2211998-12-04 08:13:52 +000091998-12-04 Theodore Ts'o <tytso@rsts-11.mit.edu>
10
11 * Makefile.in: Update version numbers of the UUID shared library,
12 since we've added a new function (uuid_time()).
13
14 * uuid_time.c: New file which returns the time field of a UUID.
15 (Good for debugging purposes)
16
Theodore Ts'o4a5fa191998-07-09 05:42:45 +0000171998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
18
19 * Release of E2fsprogs 1.12
20
Theodore Ts'o818180c1998-06-27 05:11:14 +0000211998-06-25 Theodore Ts'o <tytso@rsts-11.mit.edu>
22
23 * tst_uuid.c (main): Fixed bogus declaration of the main's argv
24 parameter.
25
Theodore Ts'o91b2c421998-04-27 01:28:13 +0000261998-04-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
27
28 * uuidP.h: Use asm/types.h instead of linux/types.h to avoid a
29 problem caused by glibc hack to prevent linux/types.h from
30 being included.
31
Theodore Ts'oe5fa0e31998-04-01 02:18:45 +0000321998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
33
34 * Makefile.in: Change to use new installation directory variables
35 convention. Fix uninstall rules to take $(DESTDIR) into
36 account.
37
Theodore Ts'odc3710e1998-03-09 03:34:48 +000038Sun Mar 8 22:17:59 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
39
40 * gen_uuid.c (get_node_id): Use char * instead of caddr_t, which
41 doesn't always exist for glibc.
42
Theodore Ts'od5464471997-10-15 01:52:44 +000043Tue Oct 14 21:48:16 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
44
45 * gen_uuid.c: Use clock_reg instead of clock, since clock
46 conflicts with a header file declaration.
47
Theodore Ts'o024996c1997-06-17 05:38:35 +000048Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
49
50 * Release of E2fsprogs 1.11
51
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000052Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
53
54 * Release of E2fsprogs version 1.10
55
56Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
57
58 * Release of E2fsprogs version 1.09
59
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +000060Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
61
62 * Release of E2fsprogs version 1.08
63
Theodore Ts'o19c78dc1997-04-29 16:17:09 +000064Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
65
66 * Release of E2fsprogs version 1.07
67
68Sun Mar 2 16:45:36 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
69
70 * Makefile.in (ELF_VERSION): Change version to be 1.1
71
72Thu Feb 6 23:08:07 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
73
74 * gen_uuid.c (uuid_generate): Set Multicast bit when picking a
75 random node_id, to prevent conflicts with IEEE 802
76 addresses obtained from network cards.
77
78Wed Jan 1 23:51:09 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
79
80 * unpack.c, pack.c: Include string.h, since we use memcpy().
81
82Tue Dec 3 13:05:11 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
83
84 * parse.c: Add #include of ctype.h and stdlib.h, to pull in the
85 required prototypes.
86
87Fri Oct 11 17:15:10 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
88
89 * Makefile.in (DLL_ADDRESS): Updated DLL address for libuuid.
90
91Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
92
93 * Release of E2fsprogs version 1.06
94
Theodore Ts'o5c576471997-04-29 15:29:49 +000095Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
96
97 * Release of E2fsprogs version 1.05
98
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000099Tue Aug 27 16:50:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
100
101 * uuid/gen_uuid.c [HAVE_NET_IF_H] <net/if.h>: Include guarded.
102 [HAVE_NETINET_IN_H] <netinet/in.h>: Include guarded.
103 (get_node_id): Surround bulk of function with #ifdef HAVE_NET_IF_H.
104
105Tue Aug 27 16:50:16 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
106
107 * gen_uuid.c (get_node_id): Add a specific ifdef for the HURD,
108 since it is broken w.r.t getting hardware addresses.