summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2010-03-12 16:58:28 +0100
committerJuan A. Suarez Romero <jasuarez@igalia.com>2010-03-12 16:58:28 +0100
commitac7af0ab66e0a28ec2431a2b6abc0f1934cf2642 (patch)
tree5c638adc556d786fb4881768940250fbc28e8ce5
parente0dde72ff69ce49ce172e63621eaf28d762c71a3 (diff)
downloadgrilo-0.1.4.tar.gz
Bumped version to 0.1.4grilo-0.1.4
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2473060..94002fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+NEW in 0.1.4
+============
+
+ * Improved documentation
+ * General improvements in code
+ * Added configuration api for plugins
+ * Refactored content classes
+ * Added introspection support in build system, and a Javascript sample that
+ uses it
+ * Aded new api to modify content
+ * Added new keys: play-count, last-played and last-position
+ * Renamed grl_plugins_get_sources_by_capabilities() to
+ grl_plugins_get_sources_by_operations()
+
+
NEW in 0.1.3
============
diff --git a/configure.ac b/configure.ac
index d9e1589..99acdde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
# Copyright (C) 2010 Igalia S.L.. All rights reserved.
m4_define([prj_name], [grilo])
-m4_define([prj_version], [0.1.3])
+m4_define([prj_version], [0.1.4])
m4_define([prj_gir_name], [Grilo])
AC_INIT([prj_name], [prj_version])