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