~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/v2.20.1-ReleaseNotes

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
util-linux 2.20.1 Release Notes
 
3
===============================
 
4
 
 
5
Changes since v2.20
 
6
-------------------
 
7
 
 
8
 For more details see ChangeLog files at:
 
9
 ftp://ftp.infradead.org/pub/util-linux/v2.20/
 
10
 
 
11
 
 
12
agetty:
 
13
   - double equals sign typo in opentty()  [Karel Zak]
 
14
   - test ECHO on c_lflag  [Karel Zak]
 
15
blkid:
 
16
   - fix unfinished sentence for -l option in blkid.8  [Dave Reisner]
 
17
   - potential null derefence [smatch scan]  [Karel Zak]
 
18
build-sys:
 
19
   - check scanf %ms modifier  [Karel Zak]
 
20
   - ddate typo fixed  [Sami Kerola]
 
21
   - don't install ru/ddate.1 if ddate disabled  [Karel Zak]
 
22
   - remove redundant __progname check  [Karel Zak]
 
23
   - rename BUILD_BUG_ON_ZERO definition  [Sami Kerola]
 
24
dmesg:
 
25
   - fix for non-CONFIG_PRINTK_TIME kernels  [Karel Zak]
 
26
   - remove extra space only after time stamp  [Karel Zak]
 
27
docs:
 
28
   - update AUTHORS file  [Karel Zak]
 
29
fdformat:
 
30
   - fix uninitialized variable  [Francesco Cosoleto]
 
31
fdisk:
 
32
   - don't shorten long path to disk device  [Karel Zak]
 
33
flock:
 
34
   - make flock(1) work on NFSv4  [Michal Kubecek]
 
35
fstrim:
 
36
   - fix section number in referral to manpage  [Petr Uzel]
 
37
include,c.h:
 
38
   - include fcntl.h before check for O_CLOEXEC [smatch scan]  [Karel Zak]
 
39
include,xalloc:
 
40
   - check for NULL before calling strdup  [Dave Reisner]
 
41
kill:
 
42
   - potential null derefence [smatch scan]  [Karel Zak]
 
43
lib:
 
44
   - do not attempt to close(0) in sysfs_deinit()  [Petr Uzel]
 
45
lib,loopdev:
 
46
   - fix use of logical '&&' with constant operand  [Francesco Cosoleto]
 
47
libmount:
 
48
   - fix use of logical '&&' with constant operand  [Francesco Cosoleto]
 
49
   - potential null derefence [smatch scan]  [Karel Zak]
 
50
   - redundant null check on calling free() [smatch scan]  [Karel Zak]
 
51
   - unable to umount nfs shares using the force option  [Karel Zak]
 
52
   - use unsigned int for bitfields [smatch scan]  [Karel Zak]
 
53
   - variable dereferenced before check [smatch scan]  [Karel Zak]
 
54
libuuid:
 
55
   - add limits.h include for OPEN_MAX  [maximilian attems]
 
56
lscpu:
 
57
   - allow read_cache() to be called for offline cpus  [Heiko Carstens]
 
58
   - fix cache output for extended parsable output  [Heiko Carstens]
 
59
   - fix cpu map array sizes  [Heiko Carstens]
 
60
   - fix fallback nthreads calculation  [Heiko Carstens]
 
61
   - fix s390 bogomips detection coding style  [Heiko Carstens]
 
62
   - remove comma operator  [Heiko Carstens]
 
63
   - simplify cache column output function  [Heiko Carstens]
 
64
   - use hypervisor generated topology information  [Heiko Carstens]
 
65
mount:
 
66
   - check for target before source on remount  [Karel Zak]
 
67
   - remounting tmpfs read-write hangs (selinux)  [Karel Zak]
 
68
   - remove superfluous "an" under ext4 mount options in mount.8  [Frederik \"Freso\" S. Olesen]
 
69
mountpoint:
 
70
   - fallback on stat when /proc isn't mounted  [Karel Zak]
 
71
   - return dev_t from dir_to_device  [Dave Reisner]
 
72
   - support symbolic and relative paths  [Karel Zak]
 
73
po:
 
74
   - merge changes  [Karel Zak]
 
75
   - update ja.po (from translationproject.org)  [Takeshi Hamasaki]
 
76
raw:
 
77
   - fix shadowing of minor function  [maximilian attems]
 
78
rtcwake:
 
79
   - fix crash (invalid free)  [Petr Uzel]
 
80
script:
 
81
   - fix building with --disable-nls  [Natanael Copa]
 
82
sfdisk:
 
83
   - file descriptor is of int type  [Petr Uzel]
 
84
   - get_disksize() returns long long  [Petr Uzel]
 
85
   - introduce get_ull() function  [Petr Uzel]
 
86
   - make the cylinder boundary check less fatal  [Petr Uzel]
 
87
   - sfdisk.8 fix formatting  [Petr Uzel]
 
88
   - use unsigned long long to internally represent sector number  [Petr Uzel]
 
89
switch_root:
 
90
   - handle /run and do not mount over existing mounts
 
91
uuidd:
 
92
   - Add missing break to option case statement  [Eric Sandeen]
 
93
write:
 
94
   - fix path for freopen()  [Karel Zak]