]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - debian/changelog
bump the revision number to 4.
[thirdparty/xfsprogs-dev.git] / debian / changelog
CommitLineData
caca5fe8
NS
1xfsprogs (1.3.4-0) unstable; urgency=low
2
3 * Upstream bugfix release; fixes listed below
4 * Fix endian bug in xfs_db "frag" command
5 * Several man pages updated to document external log usage
6 * IA64 build isses fixes (use -fno-strict-aliasing for libraries)
7 * Fixed several minor compiler warnings when building on IA64
8
9 -- Nathan Scott <nathans@debian.org> Sat, 4 Aug 2001 10:32:00 +1000
10
15e12e6d
NS
11xfsprogs (1.3.3-0) unstable; urgency=low
12
13 * New upstream release
14
15 -- Nathan Scott <nathans@debian.org> Fri, 27 Jul 2001 07:59:49 +1000
16
6d6d1407
NS
17xfsprogs (1.3.2-0) unstable; urgency=low
18
19 * New upstream release
20
21 -- Nathan Scott <nathans@debian.org> Mon, 23 Jul 2001 10:27:37 +1000
22
d5dca43b
NS
23xfsprogs (1.3.1-0) unstable; urgency=low
24
25 * Reworked package slightly so that its not Debian native
26 * Debian-specific changes now documented in changelog.Debian.gz
27 * New upstream release (see /usr/share/doc/xfsprogs/changelog.gz)
65546be3 28 * Checked standards compliance - update standards version to 3.5.5
d5dca43b
NS
29
30 -- Nathan Scott <nathans@debian.org> Sat, 15 Jul 2001 16:34:43 +1000
31
f937adac
NS
32xfsprogs (1.3.0) unstable; urgency=low
33
34 * Reworked Makefiles to use libtool
35 * New libdisk to allow sharing of generic mount/disk code and
36 * Also abstracts individual driver support (LVM, MD, XVM..)
37 * Partition table detection so mkfs.xfs doesn't blindly overwrite
38 * Small xfs_repair bug fix from Steve
39
40 -- Nathan Scott <nathans@debian.org> Thu, 19 Jul 2001 10:12:03 +1000
41
fc8202ba
NS
42xfsprogs (1.2.8) unstable; urgency=low
43
44 * Fixed a bug in libxfs /etc/mtab read-only mount detection
45 * First try procfs, fall back to /etc/mtab, for read-only mounts
46 * Sync with recent mount code changes for reiserfs and ext3 probes
47 * Fix logprint build problem under gcc 3.0
48
49 -- Nathan Scott <nathans@debian.org> Mon, 2 Jul 2001 13:59:08 +1000
50
5cadcf67
NS
51xfsprogs (1.2.7) unstable; urgency=low
52
53 * New xfs_freeze(8) command - volume manager snapshot helper
54
55 -- Nathan Scott <nathans@debian.org> Tue, 22 May 2001 17:22:32 +1000
56
3fbc9137
NS
57xfsprogs (1.2.6) unstable; urgency=low
58
59 * Merge support for -d agsize=/su=/sw= (AG, stripe unit/width size)
60 * Merge support for dynamic configuration of default log size
61 * Document these updates, and fix a couple of man page typos too
62
63 -- Nathan Scott <nathans@debian.org> Tue, 15 May 2001 12:34:17 +1000
64
f91dde66
NS
65xfsprogs (1.2.5) unstable; urgency=low
66
67 * Fix missing Makefile include entries for LVM headers
68 * Add experimental xfs_rtcp (realtime copy) command
69 * PowerPC build failure fixups - thanks to Robert Ramiega
70 * Cleanup arch-specific code, esp. the byteswab routines
71 * Suggests xfsdump and attr packages
72
73 -- Nathan Scott <nathans@debian.org> Tue, 8 May 2001 15:50:27 +1000
74
979f7189
NS
75xfsprogs (1.2.4) unstable; urgency=low
76
77 * Add -L option to mkfs.xfs (filesystem label)
78
c6b82d64 79 -- Nathan Scott <nathans@debian.org> Tue, 1 May 2001 14:03:14 +1000
979f7189 80
878c1b90
NS
81xfsprogs (1.2.3) unstable; urgency=low
82
83 * Add dquot and quotaoff log item support into xfs_logprint
84 * Fix logprint core dump reporting AGI in "continue"'d transactions
85
86 -- Nathan Scott <nathans@debian.org> Fri, 27 Apr 2001 10:17:25 +1000
87
6b374ca9
NS
88xfsprogs (1.2.2) unstable; urgency=low
89
90 * Fix problem in xfs_db (check) group quota logic
91 * Fixes to warnings from recent gcc and/or 64-bit builds
92
93 -- Nathan Scott <nathans@debian.org> Fri, 13 Apr 2001 09:50:37 +1000
94
60ca9704 95xfsprogs (1.2.1) unstable; urgency=low
b36eef04
NS
96
97 * Support for group quota added
98 * Stripe unit/stripe width extraction for MD devices
99 * Added mkfs.xfs heuristics for size of internal log
60ca9704 100 * Sync up with recent changes to XFS kernel headers
b36eef04 101
60ca9704 102 -- Nathan Scott <nathans@debian.org> Wed, 4 Apr 2001 13:54:00 +1000
b36eef04 103
61ecf6c2
NS
104xfsprogs (1.1.6) unstable; urgency=low
105
106 * Fix sparc build failure - fcntl.h missing O_DIRECT (closes: #90211)
107 * Added README.quota describing the use of quota with XFS
108
109 -- Nathan Scott <nathans@debian.org> Tue, 20 Mar 2001 11:25:03 +1100
110
b12a26fc
NS
111xfsprogs (1.1.5) unstable; urgency=low
112
113 * Upgraded LVM stripe unit/width support to 0.9beta2 (IOP 10)
114 * Kernel now supports O_DIRECT - re-enable its use in xfs_mkfile
115 * BLKSETSIZE ioctl replaced by BLKBSZSET ioctl in libxfs
116 * libxfs_init extended so only mkfs and xfs_repair use BLKBSZSET
117 * NOTE: this requires an XFS kernel from 9 March '01 or later
118
119 -- Nathan Scott <nathans@debian.org> Sun, 18 Mar 2001 14:31:17 +1100
120
856f125f
NS
121xfsprogs (1.1.3) unstable; urgency=low
122
123 * Minor changes to xfs_logprint tail verification
124 * Update build Makefile to pick up extra dirt before packaging
125
126 -- Nathan Scott <nathans@debian.org> Thu, 1 Mar 2001 12:24:28 +1100
127
418bd733
NS
128xfsprogs (1.1.2) unstable; urgency=low
129
130 * Fix stdarg.h issue causing build failure with glibc 2.2.2
131 * Changes to libhandle for supporting extended attributes
132
133 -- Nathan Scott <nathans@debian.org> Tue, 20 Feb 2001 08:29:36 +1100
134
fc49813f
NS
135xfsprogs (1.1.0) unstable; urgency=low
136
926b648b 137 * Initial release (closes: #83829)
fc49813f
NS
138
139 -- Nathan Scott <nathans@debian.org> Thu, 4 Jan 2001 11:15:11 -0500
140
141Local variables:
142mode: debian-changelog
143End: