summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-19 18:31:31 +0200
committerJens Georg <mail@jensge.org>2012-08-19 18:31:31 +0200
commit49fdae588da6df495a85a06645083e324c6ec85e (patch)
tree2b3ef47e62e16fc504b9b35c60d308bca6f1e1ae
parent9e196bd83c61d14dbb7cb426c137a0a7fd279fab (diff)
downloadgupnp-vala-49fdae588da6df495a85a06645083e324c6ec85e.tar.gz
Prepare 0.10.4gupnp-vala-0.10.4
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2a525a..b9ac568 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.10.4
+======
+
+Changes since 0.10.3:
+
+- Only generate VAPI if GSSDP version is < 0.12.2.
+- Remove --thread argument from examples.
+
+All Contributors:
+
+Jens Georg <mail@jensge.org>
+
0.10.3
======
diff --git a/configure.ac b/configure.ac
index 0dd4142..95064c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gupnp-vala],
- [0.10.3],
+ [0.10.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-vala],
[gupnp-vala],
[http://www.gupnp.org])