From aff67f5ea273187a6890e939db94d5c2e57e0338 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 22 Jun 2013 20:54:42 +0100 Subject: Update debian changelog to 1.1.2 and update ABI --- configure.ac | 6 +++--- debian/changelog | 13 +++++++++++++ 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 Sun, 23 Jun 2013 12:07:55 +0100 + marvell-libbmm (1.1.1) precise; urgency=low * Provide aligned malloc function -- cgit