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

« back to all changes in this revision

Viewing changes to docs/v2.17.2-ReleaseNotes

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - 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.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Util-linux-ng 2.17.2 Release Notes
2
 
==================================
3
 
 
4
 
Changes since v2.17.1
5
 
---------------------
6
 
 
7
 
 For more details see ChangeLog files at:
8
 
 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/
9
 
 
10
 
 
11
 
docs:
12
 
   - fix small typo in v2.17.1-ReleaseNotes  [Karel Zak]
13
 
   - update AUTHORS file  [Karel Zak]
14
 
fdisk:
15
 
   - fix -b <sectorsize>  [Karel Zak]
16
 
ionice:
17
 
   - fix typo  [Pierre Hauweele]
18
 
lib:
19
 
   - add #ifndef around min() max() macros  [Karel Zak]
20
 
libblkid:
21
 
   - fix display of device size  [Karel Zak]
22
 
   - fix infinite loop when probe chain bails out early  [Colin Watson]
23
 
   - more robust minix probing  [Karel Zak]
24
 
   - remove "0x" prefix from DRBD UUID  [Karel Zak]
25
 
   - reset BLKID_TINY_DEV flag in blkid_probe_set_device  [Pascal Terjan]
26
 
   - support alignment_offset=-1  [Karel Zak]
27
 
lscpu:
28
 
   - fix cpuid opcode detection  [Henne Vogelsang]
29
 
mount:
30
 
   - more explicitly explain fstab usage in mount.8  [Karel Zak]
31
 
   - posix option of vfat is obsolete  [Yoshihiro Takahashi]
32
 
   - properly ignore comments in /etc/filesystems  [Mike Frysinger]
33
 
po:
34
 
   - merge changes  [Karel Zak]
35
 
   - update ja.po (from translationproject.org)  [Makoto Kato]
36
 
   - update pl.po (from translationproject.org)  [Jakub Bogusz]
37
 
   - update vi.po (from translationproject.org)  [Clytie Siddall]
38
 
swapon:
39
 
   - remove " (deleted)" from filenames from /proc/swaps  [Karel Zak]
40
 
wipefs:
41
 
   - cleanup usage() and man page  [Karel Zak]