summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-13 08:15:19 +0200
committerJens Georg <mail@jensge.org>2012-02-13 08:23:13 +0200
commitb5179171f49f09bbbc8514bd746a4fcf4614b2c5 (patch)
tree602bf553e1089e9a9911863cf6227f67cc0565d4
parent02a3fd8775fefc056e0b4639317c6a779c546bbd (diff)
downloadgupnp-vala-b5179171f49f09bbbc8514bd746a4fcf4614b2c5.tar.gz
Release 0.10.3gupnp-vala-0.10.3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eae1848..d2a525a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.10.3
+======
+
+Changes since 0.10.2:
+
+- Fix ownership of Discoverer.get_profile.
+- Update autotools.
+- Update autogen.sh.
+- Fix bindings for send_action_{list,hash} and end_action_{list,hash}.
+- (Hopefully) fix rebuild issues.
+
0.10.2
======
diff --git a/configure.ac b/configure.ac
index faa5719..adcaf99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gupnp-vala],
- [0.10.2],
+ [0.10.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-vala],
[gupnp-vala],
[http://www.gupnp.org])