]> git.ipfire.org Git - thirdparty/util-linux.git/blame - NEWS
docs: update ReleaseNotes
[thirdparty/util-linux.git] / NEWS
CommitLineData
a21adf48
KZ
1util-linux-ng 2.13-rc3
2
3* see docs/v2.13-ReleaseNotes or complete changelog at
4 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc3-Changelog
5
ff5cc6f5
KZ
6util-linux-ng 2.13-rc2
7
8* see docs/v2.13-ReleaseNotes or complete changelog at
9 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc2-Changelog
cceaba68 10
6a5486fd 11util-linux-ng 2.13-rc1
5bbc26de 12
cceaba68
KZ
13* see docs/v2.13-ReleaseNotes or complete changelog at
14 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc1-Changelog
5bbc26de 15
a120aaa7
KZ
16util-linux 2.13-pre7
17
18* mount: default to cifs instead of smbfs for sources
19 starting with // Lars Mueller()
20* flock: documentation updates (H. Peter Anvin)
21* new translation: id
22* updated translations: de, it, sl, uk
23
cf6d7fae
KZ
24util-linux 2.13-pre6
25
26* getopt: updated to 1.1.4
27* replaced all *llseek variants with lseek
28* misc build system, code and docs cleanups and fixes
29* updated translations: fr, it
30
19922f22
KZ
31util-linux 2.13-pre5
32
33* {fsck,mkfs}.cramfs: updated to cramfs-1.1
34* {fsck,mkfs}.cramfs: removed PAGE_CACHE_SIZE usage
35* umount: fix "umount -n -r" (Derick Swanepoel)
36* misc build system and code cleanups and fixes
37* updated translation: ca
38
ca3ea756
KZ
39util-linux 2.13-pre4
40
41* don't build fdisk on m68k (Mike Frysinger)
42* misc build system and documentation fixes
43* removed program: clear
44
9cb68977
KZ
45util-linux 2.13-pre3
46
47* misc buld system fixes
48* cfdisk: fix a segfault with ReiserFS partitions
49* umount: disallow -r option for non-root users
50* updated translations: da, fr, it, nl, ru, sl, tr
51
baf39af1
KZ
52util-linux 2.13-pre2
53
54* flock: replaced with flock-2.0.2 by H. Peter Anvin
55* misc build system fixes, libtool is no longer used
56* misc code fixes
57* updated translations: ca, fi, fr, nl, ru, tr
58
48d7b13a 59util-linux 2.13-pre1
baf39af1 60
48d7b13a
KZ
61* use GNU autoconf/automake/libtool for building
62* added schedutils
63* removed support for curses implementations other than ncurses
ca3ea756 64* removed programs: arch, passwd, rescuept, setfdprm, sln
48d7b13a
KZ
65* removed mkminix-0.1/
66* misc fixes and documentation updates
67* new translation: vi
68* updated translations: ca, de, fi, fr, it, nl, ru, tr
9d761c85 69
091b402e 70util-linux 2.12q
baf39af1 71
091b402e
KZ
72* updated translation: nl
73
b359eb3b
KZ
74util-linux 2.12q-pre2
75
76* sfdisk: document -G option in --help output
77* updated translations: ca, et, fr
78
cf3f26bf
KZ
79util-linux 2.12q-pre1
80
81* new maintainer
82* sfdisk: add -G option (Andries Brouwer)
83* updated translations: de, es, ru, sv, tr
84
bf3baa99
KZ
85util-linux 2.12p
86
87* cfdisk: fix number of new partition when partitions not in disk order
88* fdisk: fix Sun label handling in sector mode
89* mkfs: never truncate filename (not that that ever happened)
90* more: fix redraw flaw
91
756bfd01
KZ
92util-linux 2.12n,o
93
94* lomount: revert patch from 2.12j
95* lptune.8: -T option is obsolete
96* mkswap, mkswap.8, swapon: support labels
97 (use HAVE_BLKID=no as long as the blkid library doesnt support this)
98* umount: allow user unmounting repeatedly mounted nfs mounts
99
a47f2e66
KZ
100util-linux 2.12m
101
102* cfdisk: recognize JFS, support reiserfs labels (flavio.stanchina@tin.it)
103* mount: fix option parsing bug
104* mount.8: several updates
105* swapon.8: document -v option
106
5213517f
KZ
107util-linux 2.12l
108
109* Makefile: remove cat-id-tbl.c upon make clean
110* fdisk: fixed a bug that would cause a non-update of a sun disklabel
111* fdisk: use sectorsize instead of 512 for SGI (Eric Y. Theriault)
112* fdisk: use __attribute__((packed)) for alpha, ARM: avoid unaligned accesses
113* hwclock: actually use HAVE_tm_gmtoff
114* swapon: fix priority handling
115* umount: refuse to unmount an empty string
116
b22550fa
KZ
117util-linux 2.12k
118
119* cfdisk: fixed a signed character bug causing problems for Spanish users
120* configure, MCONFIG: detect gcc 3.4.0 and use -mtune option (Matthew Burgess)
121* configure: do not run ./conftest (for cross compilation) (NIIBE Yutaka)
122* fsck.cramfs: try to get correct PAGE_CACHE_SIZE
123* losetup: try to give better error messages
124* readprofile: default map file is /boot/System.map
125* rdev.8: added historical info on ramdisk
126* New French, Spanish, Swedish and Turkish messages
127
d162fcb5
KZ
128util-linux 2.12j
129
130* cal: highlight today (Pádraig Brady)
131* lomount: stop reading passwd at NUL, fix lo_encrypt key_size (Wolfram Kleff)
132* losetup: add -f option to find an unused loop device
133 (Alexander Wigen, Remco van Mook)
134* more: code cleanup (Joachim Henke)
135* mount: add "group" mount option (Martin Dickopp)
136* sfdisk: fix 2.6.8 BLKRRPART ioctl damage (Eric Lammerts)
137* swapon: let swapon -a skip the swapfiles marked "noauto" (Dale R. Worley)
138* umount: fix problem with empty mtab (Bryan Kadzban)
139* umount: use special umount program if it exists (Ram Pai)
b22550fa 140* New Danish and French messages
d162fcb5 141
0b0bb920
KZ
142util-linux 2.12i
143
144* MCONFIG: fix build conditions
145* chfn, chsh: add error checking
146* cytune: use local header cyclades.h
147* fdisk: fix default SGI volume header size (Eric Sandeen)
148* fstab.c: use strsignal() instead of sys_siglist[]
149* hwclock: use <sys/io.h> when available on i386
150* hwclock: dont try KDGHWCLK on archs other than __m68k__
151* sfdisk: correct typo in __attribute__used nonsense
152* sfdisk: use PACKED on __arm__ (Jeroen Dobbelaere)
153* sfdisk: fix warning printout
154
d26aa358
KZ
155util-linux 2.12e,f,g,h
156
157* cfdisk: avoid crash if no partition table
158* elvtune: tell user that this only works on 2.4 kernels
159* lomount: clear passwords after use
160* mount: accept comments (introduced by \;) in fstab - withdrawn again
161* mount: accept comments (specified by comment=) in fstab
162* mount: support ocfs, ocfs2
163* [u]mount: be more careful with malloc, try to avoid OOM with many mounts
164* sfdisk: __attribute__used nonsense to support gcc 3.4
165* shutdown: do not unmount various virtual filesystems
166
2cccd0ff
KZ
167util-linux 2.12c,d
168
169* mount.8: added recent ext2 mount options
170* mount: support jfs mount-by-label, improve reiserfs support
171* sfdisk: remove strange "ends in a digit" heuristic
172* *fdisk: use common disksize() routine
173
c129767e
KZ
174util-linux 2.12b
175
176* chsh: improved error message
177* dmesg: ask kernel proper buffer size
178* losetup: handle 64-bit offsets
179* blockdev: also report BLKGETSIZE64 result
180* blockdev, elvtune, fdisk: handle new kernel _IOR,_IOW defines
181* fdisk: remove strange "ends in a digit" heuristic
182* fdisk: also list Solaris as possible type for 0x82
183* mount: added --rbind option
2cccd0ff 184* mount: use blkid, uuid libraries when available
c129767e
KZ
185* mount: support reiserfs mount by label
186* mount: attempt to use the right definition of dev_t in struct loopinfo
187* mount.8: jfs mount options added
188* readprofile: new -s option
189* rename.1: added ref to mmv.1
190* replay: renamed to scriptreplay; correct typos
191* script: do not use locale for time delay floating point number format
192* sfdisk: error messages to stderr
193* New Catalan, Dutch, Finnish, French, German, Spanish, Swedish, Turkish,
194 Ukrainian messages
195
d03dd608
KZ
196util-linux 2.12a
197
198* chfn, chsh, login, vipw: SElinux support
199* fdisk: fix for kernels 2.4.15-2.4.17
200* fdisk: fix when all partitions are in use
201