~ubuntu-branches/ubuntu/utopic/mdadm/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2012-06-15 15:31:59 UTC
  • mfrom: (1.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120615153159-9lp7jykbq7vua4bo
Tags: 3.2.5-1ubuntu1
* Merge from Debian testing. (LP: #920324)  Remaining changes:
  - Call checks in local-premount to avoid race condition with udev
    and opening a degraded array.
  - d/initramfs/mdadm-functions: Record in /run when boot-degraded 
    question has been asked so that it is only asked once
  - pass --test to mdadm to enable result codes for degraded arrays. 
  - debian/control: we need udev and util-linux in the right version. We
    also remove the build dependency from quilt and docbook-to-man as both
    are not used in Ubuntus mdadm.
  - debian/initramfs/hook: kept the Ubuntus version for handling the absence
    of active raid arrays in <initramfs>/etc/mdadm/mdadm.conf
  - debian/initramfs/script.local-top.DEBIAN, debian/mdadm-startall,
    debian/mdadm.raid.DEBIAN: removed. udev does its job now instead.
  - debian/mdadm-startall.sgml, debian/mdadm-startall.8: documentation of
    unused startall script
  - debian/mdadm.config, debian/mdadm.postinst - let udev do the handling
    instead. Resolved merge conflict by keeping Ubuntu's version.
  - debian/mdadm.postinst, debian/mdadm.config, initramfs/init-premount:
    boot-degraded enablement; maintain udev starting of RAID devices;
    init-premount hook script for the initramfs, to provide information at
    boot
  - debian/mkconf.in is the older mkconf. Kept the Ubuntu version.
  - debian/rules: Kept Ubuntus version for installing apport hooks, not
    installing un-used startall script.
  - debian/install-rc, check.d/_numbers, check.d/root_on_raid: Ubuntu partman
    installer changes
  - debian/presubj: Dropped this unused bug reporting file. Instead use
    source_mdadm.py act as an apport hook for bug handling.
  - d/p/debian-changes-3.1.4-1+8efb9d1ubuntu4: mdadm udev rule
    incrementally adds mdadm member when detected. Starting such an
    array in degraded mode is possible by mdadm -IRs. Using mdadm
    -ARs without stopping the array first does nothing when no
    mdarray-unassociated device is available. Using mdadm -IRs to
    start a previously partially assembled array through incremental
    mode. Keeping the mdadm -ARs for assembling arrays which were for
    some reason not assembled through incremental mode (i.e through
    mdadm's udev rule).

* Additional Ubuntu changes:
    - debian/initramfs/local-premount: add call wait_for_udev to wait a
    little longer for RAID devices to appear (LP: #942106)

* Dropped Ubuntu changes:
  - Build udeb with -O2 on ppc64, working around a link error. Builds
    fine without it on debian.
  - rename debian/mdadm.vol_id.udev to debian/mdadm.mdadm-blkid.udev so
    that the rules file ends up with a more reasonable name. debian/rules
    changes for adding ubuntu's udev rule corresponding to mdadm. As we
    are now using 'upstream' udev rules see 3.2.3-2ubuntu2.

* Changes to Ubuntu changes:
  - debian/source_mdadm.py: make apport hook python 2 and 3 compatible
    (LP: #1013171).

* New upstream release closes this bugs:
  - mdadm --detail --scan segfaults during update-initramfs (LP: #969384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mdadm (3.2.5-1ubuntu1) quantal; urgency=low
 
2
 
 
3
  * Merge from Debian testing. (LP: #920324)  Remaining changes:
 
4
    - Call checks in local-premount to avoid race condition with udev
 
5
      and opening a degraded array.
 
6
    - d/initramfs/mdadm-functions: Record in /run when boot-degraded 
 
7
      question has been asked so that it is only asked once
 
8
    - pass --test to mdadm to enable result codes for degraded arrays. 
 
9
    - debian/control: we need udev and util-linux in the right version. We
 
10
      also remove the build dependency from quilt and docbook-to-man as both
 
11
      are not used in Ubuntus mdadm.
 
12
    - debian/initramfs/hook: kept the Ubuntus version for handling the absence
 
13
      of active raid arrays in <initramfs>/etc/mdadm/mdadm.conf
 
14
    - debian/initramfs/script.local-top.DEBIAN, debian/mdadm-startall,
 
15
      debian/mdadm.raid.DEBIAN: removed. udev does its job now instead.
 
16
    - debian/mdadm-startall.sgml, debian/mdadm-startall.8: documentation of
 
17
      unused startall script
 
18
    - debian/mdadm.config, debian/mdadm.postinst - let udev do the handling
 
19
      instead. Resolved merge conflict by keeping Ubuntu's version.
 
20
    - debian/mdadm.postinst, debian/mdadm.config, initramfs/init-premount:
 
21
      boot-degraded enablement; maintain udev starting of RAID devices;
 
22
      init-premount hook script for the initramfs, to provide information at
 
23
      boot
 
24
    - debian/mkconf.in is the older mkconf. Kept the Ubuntu version.
 
25
    - debian/rules: Kept Ubuntus version for installing apport hooks, not
 
26
      installing un-used startall script.
 
27
    - debian/install-rc, check.d/_numbers, check.d/root_on_raid: Ubuntu partman
 
28
      installer changes
 
29
    - debian/presubj: Dropped this unused bug reporting file. Instead use
 
30
      source_mdadm.py act as an apport hook for bug handling.
 
31
    - d/p/debian-changes-3.1.4-1+8efb9d1ubuntu4: mdadm udev rule
 
32
      incrementally adds mdadm member when detected. Starting such an
 
33
      array in degraded mode is possible by mdadm -IRs. Using mdadm
 
34
      -ARs without stopping the array first does nothing when no
 
35
      mdarray-unassociated device is available. Using mdadm -IRs to
 
36
      start a previously partially assembled array through incremental
 
37
      mode. Keeping the mdadm -ARs for assembling arrays which were for
 
38
      some reason not assembled through incremental mode (i.e through
 
39
      mdadm's udev rule).
 
40
 
 
41
  * Additional Ubuntu changes:
 
42
      - debian/initramfs/local-premount: add call wait_for_udev to wait a
 
43
      little longer for RAID devices to appear (LP: #942106)
 
44
 
 
45
  * Dropped Ubuntu changes:
 
46
    - Build udeb with -O2 on ppc64, working around a link error. Builds
 
47
      fine without it on debian.
 
48
    - rename debian/mdadm.vol_id.udev to debian/mdadm.mdadm-blkid.udev so
 
49
      that the rules file ends up with a more reasonable name. debian/rules
 
50
      changes for adding ubuntu's udev rule corresponding to mdadm. As we
 
51
      are now using 'upstream' udev rules see 3.2.3-2ubuntu2.
 
52
 
 
53
  * Changes to Ubuntu changes:
 
54
    - debian/source_mdadm.py: make apport hook python 2 and 3 compatible
 
55
      (LP: #1013171).
 
56
 
 
57
  * New upstream release closes this bugs:
 
58
    - mdadm --detail --scan segfaults during update-initramfs (LP: #969384)
 
59
 
 
60
 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Fri, 15 Jun 2012 15:31:59 +0100
 
61
 
 
62
mdadm (3.2.5-1) unstable; urgency=low
 
63
 
 
64
  [ Michael Tokarev ]
 
65
  * new upstream (bugfix) release, fixing regression when --add'ing
 
66
    device to an array, introduced in 3.2.4, plus other minor fixes
 
67
    (Closes: #673104, #673344)
 
68
  * new patch: sha1-includes.diff to fix #include mess in new sha1.h
 
69
  * added a check into debian/checkarray to skip checking arrays created
 
70
    less than 2 weeks ago (Closes: #624273)
 
71
 
 
72
  [ Dmitrijs Ledkovs ]
 
73
  * Remove obsolete documentation dating back to ~etch release
 
74
  * Remove reference to obsolete documention from debconf templates
 
75
  * Update debconf templates translations
 
76
  * Remove compatability with acient initramfs-tools
 
77
  * Remove debian-specific mdadm-startall.8 in clean target
 
78
 
 
79
 -- Michael Tokarev <mjt@tls.msk.ru>  Fri, 25 May 2012 20:23:52 +0400
 
80
 
 
81
mdadm (3.2.4-1) unstable; urgency=low
 
82
 
 
83
  * new upstream (bugfix) release (Closes: #664088, #661552)
 
84
  * removed debian-run-udev.diff (applied upstream), and
 
85
    all RUNDIR handling from debian/rules (it is the default now)
 
86
  * add build-arch and build-indep targets to debian/rules, and
 
87
    bump Standards-Version to 3.9.3
 
88
 
 
89
 -- Michael Tokarev <mjt@tls.msk.ru>  Thu, 10 May 2012 17:51:41 +0400
 
90
 
 
91
mdadm (3.2.3-3) unstable; urgency=low
 
92
 
 
93
  * switch from topgit to plain 3.0 (quilt) layout, creating
 
94
    debian/patches.  Don't build-depend on quilt as patching
 
95
    is done automatically by dpkg-source.
 
96
  * debian/patches/debian-run-udev.diff by Roger Leigh (Closes: #644319, #627774)
 
97
  * update debian/mdadm.logcheck.ignore.server to recognize "k" in
 
98
    addition of "blocks" in kernel messages.  Thanks to Frédéric Brière
 
99
    for the patch (Closes: #656038)
 
100
 
 
101
 -- Michael Tokarev <mjt@tls.msk.ru>  Mon, 30 Apr 2012 14:12:38 +0400
 
102
 
1
103
mdadm (3.2.3-2ubuntu2) quantal; urgency=low
2
104
 
3
105
  * Minimizing the merge-diff from Debian: