summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
-rw-r--r--debian/changelog7
-rw-r--r--libibverbs.spec.in9
3 files changed, 13 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 10c4563..01f3807 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(libibverbs, 1.1.2, general@lists.openfabrics.org)
+AC_INIT(libibverbs, 1.1.3, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1.2)
+AM_INIT_AUTOMAKE(libibverbs, 1.1.3)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index dc9809f..496a22e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-libibverbs (1.1.2-2) unstable; urgency=low
+libibverbs (1.1.3-1) unstable; urgency=low
+ * New upstream release.
+ - Don't use enums for bit flags (avoid C++ annoyances)
+ - Return some errors via errno instead of stderr
* Move -dbg package to section debug.
* Update to Standards-Version: 3.8.3 (no changes needed).
* Change build system from cdbs to debhelper 7.
- -- Roland Dreier <rolandd@cisco.com> Wed, 02 Sep 2009 12:13:36 -0700
+ -- Roland Dreier <rolandd@cisco.com> Thu, 29 Oct 2009 14:19:02 -0700
libibverbs (1.1.2-1) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 1014be9..6e40bc1 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.2.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.3.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Thu Oct 29 2009 Roland Dreier <rdreier@cisco.com> - 1.1.3-1
+- New upstream release
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild