summaryrefslogtreecommitdiff
path: root/NEWS
blob: f7a41b86508e5f7bd514642a830a16bc794794a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NEW in 0.4 - 2014-04-01
=======================

  * Fixes: GB#727333, Feature request: load album art embedded in music files
  * build: Don't forget to define LIBMEDIAART_BACKEND for all Qt cases
  * extract: Incorrect inverse variable check for media_art_set()


NEW in 0.3 - 2014-03-07
=======================

The main changes since 0.2.0 are:

  * build: Don't fail if vapigen isn't available
  * build: Force automake C linkage when building C only
  * build: Remove leftover explicit -lm -lz linkage
  * build: Don't link to both Qt and gdk-pixbuf if both are autodetect
  * build: Honor NOCONFIGURE=1 in configure
  * cache: Improve _remove() function and fix crash with NULL passed
  * cache: Improve _strip_invalid_entites() API
  * cache: Fix Non-void function should return a value
  * extract: Fix Qt5 compilation failure, use QCoreApplication instead of 
  * extract: Don't break on dummy implementation due to incorrect args in 


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
=======================

First release!

The code for this project has been extracted from Tracker and inserted into
its own library because there is call for this functionality in other places
on the desktop.