[grilo] Release 0.2.2



commit 9db1eafb7a2dfed6f26a01450bdb39e9595e3e33
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Oct 4 22:02:55 2012 +0000

    Release 0.2.2

 AUTHORS               |    1 +
 NEWS                  |   14 ++++++++++++++
 configure.ac          |   18 +++++++++---------
 libs/net/grl-net-wc.c |    4 ++++
 4 files changed, 28 insertions(+), 9 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 7a9e48b..b050aee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
 Damien Lespiau <damien lespiau intel com>
 Guillaume Emont <gemont igalia com>
 Iago Toral Quiroga <itoral igalia com>
+Jens Georg <jensg openismus com>
 Joaquim Rocha <jrocha igalia com>
 Juan A. Suarez Romero <jasuarez igalia com>
 Lionel Landwerlin <lionel g landwerlin linux intel com>
diff --git a/NEWS b/NEWS
index 4daa8a9..bffcfa1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+NEW in 0.2.2
+============
+
+  * Rename macro from GRL_CAPS_TYPE to GRL_TYPE_CAPS
+  * Sort entries in documentation
+  * Several fixes, including:
+    * BGO#680436 - net: Add possibility to set custom HTTP headers on requests
+
+  * Contributors to this release:
+    * Jens Georg <jensg openismus com>
+    * Juan A. Suarez Romero <jasuarez igalia com>
+    * Mathias Hasselmann <mathias openismus com>
+
+
 NEW in 0.2.1
 ============
 
diff --git a/configure.ac b/configure.ac
index 15a5362..ddaaa50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define([prj_name],    [grilo])
 m4_define([prj_gir_name], [Grilo])
 m4_define([grl_major_version], [0])
 m4_define([grl_minor_version], [2])
-m4_define([grl_micro_version], [1])
+m4_define([grl_micro_version], [2])
 m4_define([prj_version], grl_major_version.grl_minor_version.grl_micro_version)
 
 AC_INIT([prj_name],
@@ -37,6 +37,12 @@ AC_HEADER_STDC
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+# Grilo Net library
+
+GRLNET_VERSION=0.2.2
+AC_SUBST(GRLNET_VERSION)
+AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version])
+
 # ----------------------------------------------------------
 # LIBTOOL VERSIONING
 # ----------------------------------------------------------
@@ -44,8 +50,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 # 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=1:1:0
-GRLNET_LT_VERSION=0:2:0
+GRL_LT_VERSION=2:0:1
+GRLNET_LT_VERSION=1:0:1
 
 AC_SUBST([GRL_LT_VERSION])
 AC_SUBST([GRLNET_LT_VERSION])
@@ -77,12 +83,6 @@ GRL_NAME="${PACKAGE_NAME}-${GRL_MAJORMINOR}"
 AC_SUBST(GRL_NAME)
 AC_DEFINE_UNQUOTED(GRL_NAME, "$GRL_NAME", [framework name])
 
-# Grilo Net library
-
-GRLNET_VERSION=0.2.1
-AC_SUBST(GRLNET_VERSION)
-AC_DEFINE_UNQUOTED(GRLNET_VERSION, "$GRLNET_VERSION", [Grilo Net library version])
-
 # Give parameters a default value
 
 if test $prefix = "NONE" ; then
diff --git a/libs/net/grl-net-wc.c b/libs/net/grl-net-wc.c
index e4fb249..85efe6d 100644
--- a/libs/net/grl-net-wc.c
+++ b/libs/net/grl-net-wc.c
@@ -398,6 +398,8 @@ grl_net_wc_request_async (GrlNetWc *self,
  *
  * Request the fetching of a web resource given the @uri. This request is
  * asynchronous, thus the result will be returned within the @callback.
+ *
+ * Since: 0.2.2
  */
 void grl_net_wc_request_with_headers_async (GrlNetWc *self,
                                             const char *uri,
@@ -453,6 +455,8 @@ void grl_net_wc_request_with_headers_async (GrlNetWc *self,
  *
  * Request the fetching of a web resource given the @uri. This request is
  * asynchronous, thus the result will be returned within the @callback.
+ *
+ * Since: 0.2.2
  * Rename to: grl_net_wc_request_with_headers_async
  */
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]