Upload Tizen:Base source
[framework/base/util-linux-ng.git] / docs / v2.16.2-ReleaseNotes
1 Util-linux-ng 2.16.2 Release Notes
2 ==================================
3
4 Changes since v2.16.1
5 ---------------------
6
7  For more details see ChangeLog files at:
8  ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/
9
10 docs:
11    - update AUTHORS file  [Karel Zak]
12 fdformat:
13    - fix memory leak in verify_disk()  [Cristian Rodríguez]
14 fsck.minix:
15    - fix broken zone checking  [Karel Zak]
16 hwclock:
17    - do not access hardware clock when using --systz  [Scott James Remnant]
18    - set kernel timezone with --systz --utc  [Scott James Remnant]
19 lib:
20    - fix file descriptor leak in is_mounted()  [Theodore Ts'o]
21 libblkid:
22    - add missing packed attributes, add new UFS magic strings  [Karel Zak]
23    - fix FAT super block definition  [Lawrence Rust]
24    - fix blkid_probe_set_utf8label() call for Joliet  [Karel Zak]
25    - fix the default cache file path  [Karel Zak]
26    - fix typo (swsupend -> swsuspend)  [Karel Zak]
27    - prefer ISO9660 PVD Label to Joliet Label  [Karel Zak]
28    - trim tailing whitespace from unicode LABELs  [Karel Zak]
29 libuuid:
30    - remove .UE macro from libuuid man pages.  [Milan Broz]
31 mkswap:
32    - restore device argument in mkswap.8 synopsis  [Peter Breitenlohner]
33 mount:
34    - document changed semantics of tmpfs size option in mount.8  [kevin.granade@gmail.com]
35    - more explicitly explain 'strictatime' in mount.8  [Karel Zak]
36    - update list of pseudo filesystems  [Karel Zak]
37 po:
38    - merge changes  [Karel Zak]
39    - update id.po (from translationproject.org)  [Arif E. Nugroho]
40    - update pl.po (from translationproject.org)  [Jakub Bogusz]
41    - update vi.po (from translationproject.org)  [Clytie Siddall]
42 sfdisk:
43    - dump has to be $LANG insensitive  [Karel Zak]
44 swapon:
45    - handle <=linux-2.6.19 bug in /proc/swaps  [Mike Frysinger]
46 switch_root:
47    - remove TIOCSCTTY and setsid()  [Karel Zak]
48 tailf:
49    - fix printf format  [Mike Frysinger]