summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2013-09-17 21:01:54 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2013-09-17 21:01:54 +0200
commit530ca0086896d2028e82052e243d8328544ceac3 (patch)
treea85fdb1c8a80d85cce664e4f19c81b77f63c76e4
parentd395137b6a5e914e06197f34c1bda565cb80e67a (diff)
downloadgrilo-530ca0086896d2028e82052e243d8328544ceac3.tar.gz
Release 0.2.7grilo-0.2.7
-rw-r--r--NEWS80
-rw-r--r--configure.ac6
-rw-r--r--src/grl-operation.c2
-rw-r--r--tools/grilo-test-ui/main.c2
4 files changed, 86 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4e86659..6637167 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,83 @@
+NEW in 0.2.7
+============
+
+ * Added Travis CI support for building
+ * Bump required libsoup version to 2.4
+ * Re-factored Grilo Net library and fixed several bugs
+ * Show 'slow' keys in grl-inspect
+ * Updates in documentation
+ * Added new core function: grl_operation_set_data_full()
+ * Several fixes, including
+ * BGO#700478 - grilo-test-ui-0.2 segfaults
+ * BGO#704804 - typo in src/grl-registry.c
+ * BGO#705944 - core: Add grl_operation_set_data_full()
+ * BGO#706132 - build: Various srcdir != builddir fixes
+ * BGO#706412 - filesystem plugin filters all on GRL_FILTER_TYPE_NONE (patch)
+ * BGO#706487 - doc: Updates and fixes
+ * BGO#706491 - build: Switch to git.mk to keep the .gitignore file updated
+ * BGO#706495 - core: Use g_clear_error()/g_clear_object()/g_list_free_full()
+ * BGO#706805 - libgrlnet mock data facility's ignored-parameters feature
+ crashes for queries without parameters.
+ * LP#1224410 - Last.fm plugin causes file descriptor starvation
+ * Added/Updated support for i18n
+ * Assamese (new)
+ * Brazilian Portuguese
+ * Chinese simplified (new)
+ * Czech
+ * Danish (new)
+ * French (new)
+ * Galician
+ * German (new)
+ * Indonesian (new)
+ * Italian (new)
+ * Japanese (new)
+ * Korean (new)
+ * Latvian (new)
+ * Lithuanian (new)
+ * Norwegian bokmål (new)
+ * Polish
+ * Punjabi (new)
+ * Russian (new)
+ * Serbian
+ * Slovak (new)
+ * Slovenian
+ * Spanish
+ * Traditional Chinese (new)
+
+ * Contributors to this release:
+ Alexandre Franke <alexandre.franke@gmail.com>
+ Andika Triwidada <andika@gmail.com>
+ A S Alam <apreet.alam@gmail.com>
+ Ask H. Larsen <asklarsen@gmail.com>
+ Aurimas Černius <aurisc4@gmail.com>
+ Bastien Nocera <hadess@hadess.net>
+ Benjamin Steinwender <b@stbe.at>
+ Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
+ Christian Kirbach <Christian.Kirbach@googlemail.com>
+ Claudio Arseni <claudio.arseni@ubuntu.com>
+ Colin Walters <walters@verbum.org>
+ Dušan Kazik <prescott66@gmail.com>
+ Emanuele Aina <emanuele.aina@collabora.com>
+ Enrico Nicoletto <liverig@gmail.com>
+ Evgeny Bobkin <evgen.ibqn@gmail.com>
+ Fran Diéguez <fran.dieguez@mabishu.com>
+ Jiro Matsuzawa <jmatsuzawa@gnome.org>
+ Juan A. Suarez Romero <jasuarez@igalia.com>
+ Kenneth Nielsen <k.nielsen81@gmail.com>
+ Kjartan Maraas <kmaraas@gnome.org>
+ leo <leo@Satan>
+ Marek Černocký <marek@manet.cz>
+ Matej Urbančič <mateju@svn.gnome.org>
+ Nilamdyuti Goswami <ngoswami@redhat.com>
+ Nishio Futoshi <fut_nis@d3.dion.ne.jp>
+ Piotr Drąg <piotrdrag@gmail.com>
+ Rafael Ferreira <rafael.f.f1@gmail.com>
+ Rūdolfs Mazurs <rudolfsm@src.gnome.org>
+ Seong-ho Cho <darkcircle.0426@gmail.com>
+ Мирослав Николић <miroslavnikolic@rocketmail.com>
+ 甘露(Gan Lu) <rhythm.gan@gmail.com>
+
+
NEW in 0.2.6
============
diff --git a/configure.ac b/configure.ac
index a929a10..4f20b92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Grilo Net library
-GRLNET_VERSION=0.2.2
+GRLNET_VERSION=0.2.3
AC_SUBST(GRLNET_VERSION)
AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version])
@@ -51,8 +51,8 @@ AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version
# Libtool library version, not to confuse with API version
# see http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
-GRL_LT_VERSION=4:0:3
-GRLNET_LT_VERSION=1:4:1
+GRL_LT_VERSION=5:0:4
+GRLNET_LT_VERSION=1:5:1
AC_SUBST([GRL_LT_VERSION])
AC_SUBST([GRLNET_LT_VERSION])
diff --git a/src/grl-operation.c b/src/grl-operation.c
index c815154..946afdf 100644
--- a/src/grl-operation.c
+++ b/src/grl-operation.c
@@ -184,6 +184,8 @@ grl_operation_set_data (guint operation_id, gpointer user_data)
* Attach a pointer to the specific operation.
*
* Note that the @destroy_func callback is not called if @user_data is %NULL.
+ *
+ * Since: 0.2.7
*/
void
grl_operation_set_data_full (guint operation_id, gpointer user_data, GDestroyNotify destroy_func)
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 144bfb7..564ff8c 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -81,7 +81,7 @@ GRL_LOG_DOMAIN_STATIC(test_ui_log_domain);
#define METADATA_MIN_WIDTH 320
#define METADATA_MIN_HEIGHT 400
-#define BROWSE_CHUNK_SIZE 50
+#define BROWSE_CHUNK_SIZE 75
#define BROWSE_MAX_COUNT 200
enum {