summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2013-06-22 20:54:42 +0100
committerRussell King <rmk@arm.linux.org.uk>2013-06-23 12:08:06 +0100
commitaff67f5ea273187a6890e939db94d5c2e57e0338 (patch)
treea05b37b6b91cbb8ecc1c93a213534edfdf51c5ad
parentab1e6647aa7e4a2f2da5196e52ac86884ffde284 (diff)
Update debian changelog to 1.1.2 and update ABIv1.1.2
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog13
2 files changed, 16 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5ff577b..68200e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,9 +6,9 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2])
AM_MAINTAINER_MODE([enable])
-ABI_VERSION=1
-ABI_REVISION=1
-ABI_AGE=0
+ABI_VERSION=2
+ABI_REVISION=0
+ABI_AGE=1
AC_SUBST(ABI_VERSION)
AC_SUBST(ABI_REVISION)
AC_SUBST(ABI_AGE)
diff --git a/debian/changelog b/debian/changelog
index 3678154..54e44bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+marvell-libbmm (1.1.2) precise; urgency=low
+
+ * Open the BMM device O_CLOEXEC
+ * Fix debug output to use stderr
+ * Implement kernel API versioning
+ * Provide dma_buf export API
+ * Add rbtrees for looking up physical/virtual addresses of bmm buffers
+ * Free by physical address
+ * Add bmm_malloc_aligned_phys() API
+ * Turn on compiler warnings and fix them
+
+ -- Russell King <rmk@arm.linux.org.uk> Sun, 23 Jun 2013 12:07:55 +0100
+
marvell-libbmm (1.1.1) precise; urgency=low
* Provide aligned malloc function