]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - include/linux/ChangeLog
Update for 1.26-WIP release.
[thirdparty/e2fsprogs.git] / include / linux / ChangeLog
1 2001-12-16 Theodore Tso <tytso@valinux.com>
2
3 * jfs.h, jfs_compat.h: Rename jfs.h to jbd.h, and update to
4 version from 2.4.17-pre8.
5
6 2001-09-20 Theodore Tso <tytso@thunk.org>
7
8 * Release of E2fsprogs 1.25
9
10 2001-09-02 Theodore Tso <tytso@thunk.org>
11
12 * Release of E2fsprogs 1.24a
13
14 2001-08-30 Theodore Tso <tytso@thunk.org>
15
16 * Release of E2fsprogs 1.24
17
18 2001-08-15 Theodore Tso <tytso@valinux.com>
19
20 * Release of E2fsprogs 1.23
21
22 2001-06-23 Theodore Tso <tytso@valinux.com>
23
24 * Release of E2fsprogs 1.22
25
26 2001-06-15 Theodore Tso <tytso@valinux.com>
27
28 * Release of E2fsprogs 1.21
29
30 2001-06-08 Theodore Tso <tytso@valinux.com>
31
32 * jfs.h: Synchronize with ext3 0.7a
33
34 2001-05-25 Theodore Tso <tytso@valinux.com>
35
36 * Release of E2fsprogs 1.20
37
38 2001-05-14 Theodore Tso <tytso@valinux.com>
39
40 * ext2_fs.h: Moved file to lib/ext2fs
41
42 * ext2_fs.h: Define EXT2_RESIZE_INO and EXT2_FEATURE_COMPAT_DIR_INDEX
43
44 2001-05-12 Theodore Tso <tytso@valinux.com>
45
46 * jfs.h (JFS_DEBUG): Don't define JFS_DEBUG for non-kernel builds;
47 if necessasry it can be set with configure --enable-jfs-debug
48
49 2001-05-01 Theodore Tso <tytso@valinux.com>
50
51 * ext2_fs.h: New feature assignments for
52 EXT2_FEATURE_COMPAT_RESIZE_INODE for Andreas Dilger and
53 EXT3_FEATURE_COMPAT_DIR_INDEX for Daniel Phillips.
54 Synchronize kernel function prototypes (which don't matter
55 for e2fsprogs) with Linux 2.4.4.
56
57 2001-01-14 Theodore Ts'o <tytso@valinux.com>
58
59 * ext2_fs.h (EXT3_FEATURE_INCOMPAT_JOURNAL_DEV): Add definition
60 for use with external journal devices.
61
62 2001-01-05 <tytso@snap.thunk.org>
63
64 * jfs.h: Move prototypes outside of the KERNEL #ifdef. Remove
65 indentation in front of #define.
66
67 * jfs_compat.h: Add #include of netinet/in.h for htonl, and not to
68 use inline functions if compiling with gcc -Wall.
69
70 2000-12-30 <tytso@snap.thunk.org>
71
72 * ext2_fs.h (EXT3_JOURNAL_DATA_FL): Add new inode flag definition.
73
74 * jfs.h: Update to 0.5e version
75
76 2000-12-09 <tytso@snap.thunk.org>
77
78 * jfs.h, jfs_compat.h, list.h: New files added to support ext3.
79
80 * jfs.h: Remove excess #include of JFS_DEBUG. Not needed for
81 e2fsprogs, since we optioanlly define it in the
82 configuration file system.
83
84 2000-10-24 <tytso@valinux.com>
85
86 * ext2_fs.h (EXT2_JOURNAL_INO): Add definition for
87 EXT2_JOURNAL_INO; reserve inode #7 for EXT2_RESIZE_INO.
88
89 2000-08-14 <tytso@valinux.com>
90
91 * ext2_fs.h: Add comment explaining when journal fields are valid.
92
93 2000-07-13 <tytso@valinux.com>
94
95 * Release of E2fsprogs 1.19
96
97 2000-07-07 Theodore Ts'o <tytso@valinux.com>
98
99 * ext2_fs.h: Update ext3 extension feature #define's.
100
101 2000-07-04 Theodore Ts'o <tytso@valinux.com>
102
103 * ext2_fs.h: Update to include latest journalling additions to the
104 superblock.
105
106 2000-04-03 Theodore Ts'o <tytso@valinux.com>
107
108 * ext2_fs.h (EXT2_NOCOMPR_FL): Rename EXT2_NOCOMP_FL to
109 EXT2_NOCOMPR_FL.
110
111 2000-02-06 Theodore Ts'o <tytso@valinux.com>
112
113 * ext2_fs.h: Fix header to skip defining EXT2FS_DEBUG since blows
114 out on non GCC compilers.
115
116 2000-02-02 Theodore Ts'o <tytso@valinux.com>
117
118 * ext2_fs.h: Update to use header file from Linux 2.3.39.
119 (Changes from kernel header file: Use asm/types.h instead
120 of linux/types.h, and the __GNU__ versus __hurd__ #ifdef
121 change, with the FSF irrationality failsafe. See
122 1999-10-25 Changelog.)
123
124 1999-11-10 <tytso@valinux.com>
125
126 * Release of E2fsprogs 1.18
127
128 1999-10-26 <tytso@valinux.com>
129
130 * Release of E2fsprogs 1.17
131
132 1999-10-25 <tytso@valinux.com>
133
134 * ext2_fs.h (i_reserved2): Use __GNU__ instead of __hurd__ to
135 detect the Hurd OS. To protect against future
136 irrationality on the part of the FSF concerning whether
137 Linux is GNU or not, on a system which defines both
138 __linux__ and __GNU___, __linux__ takes precedence.
139
140 1999-10-22 <tytso@valinux.com>
141
142 * Release of E2fsprogs 1.16
143
144 1999-07-18 Theodore Ts'o <tytso@rsts-11.mit.edu>
145
146 * Release of E2fsprogs 1.15
147
148 1999-01-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
149
150 * Release of E2fsprogs 1.14
151
152 1998-12-15 Theodore Ts'o <tytso@rsts-11.mit.edu>
153
154 * Release of E2fsprogs 1.13
155
156 1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu>
157
158 * Release of E2fsprogs 1.12
159
160 1998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
161
162 * types.h.in: Add a signed keyword to the __s64 definition.
163
164 1998-03-23 Theodore Ts'o <tytso@rsts-11.mit.edu>
165
166 * ext2_fs.h: Update to latest 2.1.90+diffs version of ext2_fs.h
167
168 Sun Oct 19 19:08:03 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
169
170 * ext2_fs.h: #if 0 out the EXT2_DEBUG code, since it's only needed
171 for the kernel and the ... notation makes some cpp's complain.
172
173 * types.h.in: Fix the type definitions of __s64 and __u64 if long
174 long is used.
175
176 Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
177
178 * Release of E2fsprogs 1.11
179
180 Thu Apr 24 12:16:42 1997 Theodre Ts'o <tytso@localhost.mit.edu>
181
182 * Release of E2fsprogs version 1.10
183
184 Thu Apr 17 12:23:38 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
185
186 * Release of E2fsprogs version 1.09
187
188 Fri Apr 11 18:56:26 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
189
190 * Release of E2fsprogs version 1.08
191
192 Wed Mar 12 13:32:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
193
194 * Release of E2fsprogs version 1.07
195
196 Tue Oct 8 02:02:03 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
197
198 * Release of E2fsprogs version 1.06
199
200 Thu Sep 12 15:23:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
201
202 * Release of E2fsprogs version 1.05
203
204 Thu May 16 11:12:30 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
205
206 * Release of E2fsprogs version 1.04
207
208 Wed Mar 27 00:33:40 1996 <tytso@rsts-11.mit.edu>
209
210 * Release of E2fsprogs version 1.03
211
212 Wed Jan 31 11:06:08 1996 <tytso@rsts-11.mit.edu>
213
214 * Release of E2fsprogs version 1.02
215
216 Mon Sep 4 21:50:12 1995 Remy Card <card@bbj>
217
218 * ext2_fs.h: Updated to latest version.
219