[libmediaart] Relase 0.6.0



commit 5850613d7218610c97682451c981b638c05000e4
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Aug 19 19:31:43 2014 +0100

    Relase 0.6.0

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03cd62a..7933690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 0.6 - 2014-08-19
+=======================
+
+  * Fixes: GB#734837, media_art_get_path() usage is unclear
+  * build: include m4 dir parsing
+  * tests: Use tap automake testing scripts, fixes output summaries
+  * doap: add <programming-language> and 'core' category
+  * extract: Fixed process_buffer() len check (was inverted) and artist/title
+
+NOTE:
+
+  This RELEASE BREAKS API/ABI from 0.5.0, return value for
+  media_art_get_path() is now a gboolean, not void.
+
+
 NEW in 0.5 - 2014-07-28
 =======================
 
diff --git a/configure.ac b/configure.ac
index 17cfb10..d53c60c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PREREQ([2.64])
 # if backwards compatibility has been broken,
 # set LIBMEDIAART_BINARY_AGE and LIBMEDIAART_INTERFACE_AGE to 0.
 m4_define([libmediaart_major_version], [0])
-m4_define([libmediaart_minor_version], [5])
+m4_define([libmediaart_minor_version], [6])
 m4_define([libmediaart_micro_version], [0])
 m4_define([libmediaart_interface_age], [0])
 m4_define([libmediaart_binary_age],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]