summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-07-28 09:50:18 +0100
committerMartyn Russell <martyn@lanedo.com>2014-07-28 09:50:18 +0100
commit1e32878442fac139c79c56cea1bca5fd4fb3e0ed (patch)
treeceb0639fbb938cc3e55b730adfc85e2426871354 /NEWS
parentce504e0ec4b0c6e13e145f1b10ada7a7b328d812 (diff)
downloadlibmediaart-1e32878442fac139c79c56cea1bca5fd4fb3e0ed.tar.gz
Release 0.5.00.5.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7a41b8..03cd62a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+NEW in 0.5 - 2014-07-28
+=======================
+
+ * Fixes: GB#731678, Heuristics does not handle uppercase properly
+ * build: Require glib 2.38 for g_assert_true() in unit tests
+ * build: Updated configure.ac from autoscan suggestions
+ * build: Improve warnings used when compiling and test compiler warnings we can use
+ * extract: Switch to initable MediaArtProcess object from _init/_shutdown()
+ * extract: Split _process() API into _process_buffer() and _process_file()
+ * extract: Make GFile first parameter for _process_file()
+ * extract: Add _SYMLINK_FAILED error and report symlink() failure in get_heuristic()
+ * extract: Add GError for _NO_TITLE, which is required in some cases
+ * extract: Add GError * reporting right down to the plugins (pixbuf/qt)
+ * extract: Use a more logical ordered heuristic for caching strings
+ * extract: Refactor media_art_process_file() to simplify the function
+ * storage: Make g_message() calls g_debug() calls, output is unnecessary
+ * docs: Fixed Makefile so we don't fail on distcheck with --enable-gtk-doc
+ * tests: Don't expect media art extraction for NULL data buffer for !images
+ * tests: Test for no error with media_art_process_file() with real use case
+
+NOTE:
+
+ This RELEASE BREAKS API/ABI from 0.4.0.
+
+
NEW in 0.4 - 2014-04-01
=======================