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