summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-13 10:06:05 +0200
committerJens Georg <mail@jensge.org>2012-02-13 10:06:05 +0200
commit35fd4458e3fbc68a4c1ba3e180a6505d1dea42a6 (patch)
tree573cb9a3765a5ab51d9f00408177f664f19a8d1b
parent3fd72fd66c74a1a985faab046367c55084fec15d (diff)
downloadgupnp-dlna-35fd4458e3fbc68a4c1ba3e180a6505d1dea42a6.tar.gz
Release 0.6.5gupnp-dlna-0.6.5
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7fd2a08..0080b6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.6.5
+=====
+- Update autotools integration.
+- Add missing functions to documentation.
+- Fix warnings during GIR generation.
+- Fix GIR namespace to not clash with GUPnP's.
+
+All contributors to this release:
+
+Javier Jardón <jjardon@gnome.org>
+Jens Georg <mail@jensge.org>
+
0.6.4
=====
diff --git a/configure.ac b/configure.ac
index d87d428..5ec863d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-dlna],
- [0.6.4],
+ [0.6.5],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna],
[gupnp-dlna],
[http://www.gupnp.org/])