~ubuntu-branches/ubuntu/precise/mdadm/precise-proposed

« back to all changes in this revision

Viewing changes to ANNOUNCE-3.1.3

  • Committer: Package Import Robot
  • Author(s): Surbhi Palande
  • Date: 2010-09-30 17:46:19 UTC
  • mfrom: (1.4.1 experimental) (1.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20100930174619-txqppxj5vhrrvlhq
Tags: 3.1.4-1+8efb9d1ubuntu1
* Merge from debian unstable. (LP: #603582) 
* Remaining changes
  - Assemble.c, config.c: upgraded to the mdadm-3.1.4 version of these files
    from Debian.
  - 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/rules: kept debian's switch to using dh_lintian
  - debian/mdadm.links, debian/mdadm.manpages: dropped owing to the fact
    that these are not used in Ubuntu. Also dropped the build-dep on docbook
    to man)
  - 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 Ubuntus version.
  - debian/rules: Kept Ubuntus version for installing apport hooks, not
    installing un-used startall script and for adding a udev rule
    corresponding to mdadm.
  - 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.
  - rename debian/mdadm.vol_id.udev to debian/mdadm.mdadm-blkid.udev so that
    the rules file ends up with a more reasonable name

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject:  ANNOUNCE: mdadm 3.1.3 - A tool for managing Soft RAID under Linux
 
2
 
 
3
I am pleased to announce the availability of
 
4
   mdadm version 3.1.3
 
5
 
 
6
It is available at the usual places:
 
7
   countrycode=xx.
 
8
   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
 
9
and via git at
 
10
   git://neil.brown.name/mdadm
 
11
   http://neil.brown.name/git?p=mdadm
 
12
 
 
13
This is a bugfix/stability release over 3.1.2
 
14
 
 
15
Significant changes are:
 
16
   -    mapfile now lives in a fixed location which default to
 
17
        /dev/.mdadm/map but can be changed at compile time.  This
 
18
        location is choses and most distros provide it during early
 
19
        boot and preserve it through.  As long a /dev exists and is
 
20
        writable, /dev/.mdadm will be created.
 
21
        Other files file communication with mdmon live here too.
 
22
        This fixes a bug reported by Debian and Gentoo users where
 
23
        udev would spin in early-boot.
 
24
   -    IMSM and DDF metadata will not be recognised on partitions
 
25
        as they should only be used on whole-disks.
 
26
   -    Various overflows causes by 2G drives have been addressed.
 
27
   -    A subarray of an IMSM contain can now be killed with
 
28
        --kill-subarray.  Also subarrays can be renamed with
 
29
        --update-subarray
 
30
   -    -If (or --incremental --fail) can be used  from udev to
 
31
        fail and remove from all arrays a device which has been
 
32
        unplugged from the system.  i.e. hot-unplug-support.
 
33
   -    "mdadm /dev/mdX --re-add missing" will look for any device
 
34
        that looks like it should be a member of /dev/mdX but isn't
 
35
        and will automatically --re-add it
 
36
   -    Now compile with -Wextra to get extra warnings.
 
37
   -    Lots of minor bug fixes, documentation improvements, etcc
 
38
 
 
39
This release is believed to be stable and you should feel free to
 
40
upgrade to 3.1.3
 
41
 
 
42
It is expected that the next release will be 3.2 with a number of new
 
43
features.  3.1.4 will only happen if important bugs show up before 3.2
 
44
is stable.
 
45
 
 
46
NeilBrown 6th August 2010