aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-14 00:06:30 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 19:57:05 -0800
commite314ab8eba322d43c98087fcd7f55b8728ec4cfe (patch)
treef515471e33d71e35fde559272866e922b9ce2469
parentcd649d2468bd288a049d9527bc5289c1cb95cefb (diff)
downloadlibmthca-e314ab8eba322d43c98087fcd7f55b8728ec4cfe.tar.gz
Bump version to 1.0.1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog2
-rw-r--r--debian/copyright2
-rw-r--r--libmthca.spec.in7
4 files changed, 9 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 26b51e1..b38bc70 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(libmthca, 1.0, openib-general@openib.org)
+AC_INIT(libmthca, 1.0.1, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/mthca.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmthca, 1.0)
+AM_INIT_AUTOMAKE(libmthca, 1.0.1)
AM_PROG_LIBTOOL
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index 263c8b6..9d7d260 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmthca (1.0) unstable; urgency=low
+libmthca (1.0.1) unstable; urgency=low
* Initial Release. (Closes: #325753)
diff --git a/debian/copyright b/debian/copyright
index 440b3ab..ffa9e43 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,6 +11,6 @@ The complete list of upstream authors is in the file
/usr/share/doc/mthca/AUTHORS.
Copyright:
-libibverbs is licensed under a choice of the GPL and the OpenIB BSD
+libmthca is licensed under a choice of the GPL and the OpenIB BSD
license. You should have a copy of the GPL in the file
/usr/share/common-licenses/GPL on your Debian system.
diff --git a/libmthca.spec.in b/libmthca.spec.in
index 2bf0cdc..a435d26 100644
--- a/libmthca.spec.in
+++ b/libmthca.spec.in
@@ -3,14 +3,14 @@
%define ver @VERSION@
Name: libmthca
-Version: 1.0
+Version: 1.0.1
Release: 1%{?dist}
Summary: Mellanox InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libmthca-1.0.tar.gz
+Source: http://openib.org/downloads/libmthca-1.0.1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libibverbs-devel >= 1.0-0.5.rc7
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/infiniband/mthca.a
%changelog
+* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.1-1
+- New upstream release
+
* Thu Feb 16 2006 Roland Dreier <rdreier@cisco.com> - 1.0-1
- New upstream release