~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to docs/v2.16.2-ReleaseNotes

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-03-22 17:35:40 UTC
  • mfrom: (1.6.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100322173540-sm083tdtvne1wa5w
Tags: 2.17.2-0ubuntu1
* Merge from Debian experimental, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Use wildcards for symbols file, since they use versioned symbols
    properly.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).
  - Do not install initramfs hook, since our initramfs already handles
    including blkid.
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.

* For the case where mount is called with a directory to mount, look
  that directory up in mountall's /lib/init/fstab if we couldn't find
  it mentioned anywhere else.  This means "mount /proc", "mount /sys",
  etc. work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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]