[libmediaart] Release 0.2.0



commit f4d3164a0cb3893859d6d973eb6b13e54e116544
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Feb 6 17:50:42 2014 +0000

    Release 0.2.0

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1534bac..338daea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 0.2 - 2014-02-06
+=======================
+
+The main changes since 0.1.0 are:
+
+  * build: Remove all 'tracker' uses in configure.ac.
+  * build: Fix selection between backends Qt and GdkPixbuf
+  * build: Fix requirement on tracker-0.16 in pkgconfig file
+  * build: Make sure pkgconfig file uses -1.0 to avoid minor ver changes
+  * extract: Port Qt backend to Qt5 and NEMO platform
+  * extract: Fixed Qt(4) backend to compile and removed all Tracker references
+  * libmediaart: Fix include which incorrectly defined _INSIDE in main header
+  * docs: Remove reference to Tracker in reference overview
+
+
 NEW in 0.1 - 2013-11-01
 =======================
 
diff --git a/configure.ac b/configure.ac
index 744de13..4d589a1 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], [1])
+m4_define([libmediaart_minor_version], [2])
 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]