NeilBrown: Release mdadm-3.1.2

Martin F. Krafft madduck at alioth.debian.org
Mon May 24 09:21:20 UTC 2010


Module: mdadm
Branch: upstream
Commit: a31c140f13dfaac33d4f3ff0960cfe1c24fbe304
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=a31c140f13dfaac33d4f3ff0960cfe1c24fbe304

Author: NeilBrown <neilb at suse.de>
Date:   Wed Mar 10 15:58:46 2010 +1100

Release mdadm-3.1.2

---

 Makefile     |    4 ++--
 ReadMe.c     |    4 ++--
 inventory    |    1 +
 mdadm.8      |    2 +-
 mdadm.spec   |    2 +-
 mdassemble.8 |    2 +-
 mdmon.8      |    2 +-
 7 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index cfe6b92..1035ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -233,8 +233,8 @@ test: mdadm mdmon test_stripe swap_super
 
 clean : 
 	rm -f mdadm mdmon $(OBJS) $(MON_OBJS) $(STATICOBJS) core *.man \
-	mdadm.tcc mdadm.uclibc mdadm.static *.orig *.porig *.rej *.alt \
-	mdadm.Os mdadm.O2 \
+	mdadm.tcc mdadm.uclibc mdadm.static *.orig *.porig *.rej *.alt .merge_file_* \
+	mdadm.Os mdadm.O2 mdmon.O2 \
 	mdassemble mdassemble.static mdassemble.auto mdassemble.uclibc \
 	mdassemble.klibc swap_super \
 	init.cpio.gz mdadm.uclibc.static test_stripe mdmon
diff --git a/ReadMe.c b/ReadMe.c
index 45619a4..9d5a211 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -1,7 +1,7 @@
 /*
  * mdadm - manage Linux "md" devices aka RAID arrays.
  *
- * Copyright (C) 2001-2009 Neil Brown <neilb at suse.de>
+ * Copyright (C) 2001-2010 Neil Brown <neilb at suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.1.1 - 19th November 2009\n";
+char Version[] = Name " - v3.1.2 - 10th March 2010\n";
 
 /*
  * File: ReadMe.c
diff --git a/inventory b/inventory
index bbfe9a0..409cba3 100755
--- a/inventory
+++ b/inventory
@@ -5,6 +5,7 @@ ANNOUNCE-3.0.2
 ANNOUNCE-3.0.3
 ANNOUNCE-3.1
 ANNOUNCE-3.1.1
+ANNOUNCE-3.1.2
 Assemble.c
 bitmap.c
 bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index 674c05f..4edfc41 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -5,7 +5,7 @@
 .\"   the Free Software Foundation; either version 2 of the License, or
 .\"   (at your option) any later version.
 .\" See file COPYING in distribution for details.
-.TH MDADM 8 "" v3.1.1
+.TH MDADM 8 "" v3.1.2
 .SH NAME
 mdadm \- manage MD devices
 .I aka
diff --git a/mdadm.spec b/mdadm.spec
index 75223a5..cc53ce0 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.1.1
+Version:     3.1.2
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
diff --git a/mdassemble.8 b/mdassemble.8
index 1135303..b414bda 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.1.1
+.TH MDASSEMBLE 8 "" v3.1.2
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 5275a69..53dd5d2 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.1.1
+.TH MDMON 8 "" v3.1.2
 .SH NAME
 mdmon \- monitor MD external metadata arrays
 




More information about the pkg-mdadm-commits mailing list