aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2009-06-17 11:00:51 -0700
committerRoland Dreier <rolandd@cisco.com>2009-06-17 11:00:51 -0700
commit46f88005c45dd98837262c200343f9bdef913e60 (patch)
tree0eef41a4ab9d083c6bc08fd381a399f3fce52595
parent880fd2e3e852a2efce99f074947d9e3ba7ce19fc (diff)
downloadlibmlx4-46f88005c45dd98837262c200343f9bdef913e60.tar.gz
Roll libmlx4-1.0.1 releaselibmlx4-1.0.1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog8
-rw-r--r--libmlx4.spec.in8
3 files changed, 14 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index b5755bc..d7fb436 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libmlx4, 1.0, general@lists.openfabrics.org)
+AC_INIT(libmlx4, 1.0.1, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmlx4, 1.0)
+AM_INIT_AUTOMAKE(libmlx4, 1.0.1)
AM_PROG_LIBTOOL
AC_ARG_WITH([valgrind],
diff --git a/debian/changelog b/debian/changelog
index 570e06f..6c921c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-libmlx4 (1.0-2) unstable; urgency=low
+libmlx4 (1.0.1-1) unstable; urgency=low
* Add debian/watch file.
* Move -dbg package to section debug.
* Update to Standards-Version: 3.8.2.
+ * New upstream release.
+ - Fix potential problems running under Valgrind.
+ - Add support for resize CQ operation.
+ - Fix other minor bugs.
- -- Roland Dreier <rolandd@cisco.com> Wed, 17 Jun 2009 10:26:42 -0700
+ -- Roland Dreier <rolandd@cisco.com> Wed, 17 Jun 2009 10:56:33 -0700
libmlx4 (1.0-1) unstable; urgency=low
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index 629b0c4..869032f 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,6 +1,6 @@
Name: libmlx4
-Version: 1.0
-Release: 3%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
@@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmlx4.a
%changelog
+* Wed Jun 17 2009 Roland Dreier <rdreier@cisco.com> - 1.0.1-1
+- New upstream release
+- Change openib.org URLs to openfabrics.org URLs
+
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild