]>
Commit | Line | Data |
---|---|---|
beca3d00 NB |
1 | Subject: ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux |
2 | ||
3 | I am pleased to announce the availability of | |
4 | mdadm version 2.5.1 | |
5 | ||
6 | It is available at the usual places: | |
7 | http://www.cse.unsw.edu.au/~neilb/source/mdadm/ | |
8 | and | |
9 | http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/ | |
10 | and via git at | |
11 | git://neil.brown.name/git/mdadm | |
12 | ||
13 | mdadm is a tool for creating, managing and monitoring | |
14 | device arrays using the "md" driver in Linux, also | |
15 | known as Software RAID arrays. | |
16 | ||
17 | Release 2.5.1 adds multiple minor updates including a couple of bugfixes. | |
18 | ||
19 | Changelog Entries: | |
20 | - Various fixes for gcc warnings | |
21 | - uclibc warnings | |
22 | - Makefile improvements for static linking/intalling | |
23 | - Makefile uninstall target | |
24 | - Really fix return status of --examine | |
25 | - Typos | |
26 | - Byteorder stuff (again) | |
27 | - Don't try to create devices with --manage or --grow | |
28 | - allow default metadata (superblock) type to be specified | |
29 | in mdadm.conf | |
30 | - Get --stop to list devices stopped but honour --quiet | |
31 | - remove libssl dependency | |
32 | - Avoid some misdetection of overlapping partitions | |
33 | - Fix memory leak in --monitor mode | |
34 | ||
35 | Development of mdadm is sponsored by | |
36 | SUSE Labs, Novell Inc. | |
37 | ||
38 | NeilBrown 16th June 2006 | |
39 | ||
40 |