~ubuntu-branches/ubuntu/karmic/mountall/karmic-201010040944

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Scott James Remnant, Kees Cook
  • Date: 2009-09-23 14:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141901-anla1vw4troxeixl
Tags: 0.1.8
[ Scott James Remnant ]
* Further work on the fix from the previous version where the root
  filesystem would always be considered "local", retain that from the
  POV of the {virtual,local,remote}-filesystems events, but do mount
  the root straight away when it's virtual since there's no device to
  wait until it's ready.  LP: #431204.
* If a remote filesystem is already mounted and doesn't need a remount,
  don't wait for a network device to come up.  LP: #430348.

* Ignore single and double quotes in fstab device specifications, since
  mount -a used to.  LP: #431064.
* Never write mtab when mounting a mount with showthroughs (ie. /var)
  and instead update mtab once we've moved it into place
  later.  LP: #434172.

[ Kees Cook ]
* src/mountall.c: rework nftw hooks to use a global for argument passing
  instead of using nested functions and the resulting trampolines that
  cause an executable stack.  LP: #434813.
* debian/rules: revert powerpc exception, since the cause is fixed by
  removing the nested functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mountall (0.1.8) karmic; urgency=low
 
2
 
 
3
  [ Scott James Remnant ]
 
4
  * Further work on the fix from the previous version where the root
 
5
    filesystem would always be considered "local", retain that from the
 
6
    POV of the {virtual,local,remote}-filesystems events, but do mount
 
7
    the root straight away when it's virtual since there's no device to
 
8
    wait until it's ready.  LP: #431204.
 
9
  * If a remote filesystem is already mounted and doesn't need a remount,
 
10
    don't wait for a network device to come up.  LP: #430348.
 
11
 
 
12
  * Ignore single and double quotes in fstab device specifications, since
 
13
    mount -a used to.  LP: #431064.
 
14
  * Never write mtab when mounting a mount with showthroughs (ie. /var)
 
15
    and instead update mtab once we've moved it into place
 
16
    later.  LP: #434172.
 
17
 
 
18
  [ Kees Cook ]
 
19
  * src/mountall.c: rework nftw hooks to use a global for argument passing
 
20
    instead of using nested functions and the resulting trampolines that
 
21
    cause an executable stack.  LP: #434813.
 
22
  * debian/rules: revert powerpc exception, since the cause is fixed by
 
23
    removing the nested functions.
 
24
 
 
25
 -- Scott James Remnant <scott@ubuntu.com>  Wed, 23 Sep 2009 14:19:01 -0700
 
26
 
1
27
mountall (0.1.7) karmic; urgency=low
2
28
 
3
29
  * Build with -O2 on powerpc to work around wrong-code generation with -Os.