summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-11-30 14:36:26 +0100
committerJens Georg <mail@jensge.org>2012-11-30 14:45:48 +0100
commit071b585e0239cec829bbdf7502aca95c52508912 (patch)
treef6e394a3f0b5a6de9be4d693685879fc674b5e94
parentefd5fa1a7ffba65c3bba43d6a77d20096ffeb422 (diff)
downloadgssdp-071b585e0239cec829bbdf7502aca95c52508912.tar.gz
Prepare 0.13.2gssdp-0.13.2
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bfe01f0..a2f9897 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.13.2
+======
+- Fix implementation of GInitable such that _init() is callable multiple times
+ without breaking.
+- Really ignore invalid MAN headers.
+- Fix port reuse on NetBSD.
+- Allow non-sourcedir build from git.
+- Don't use -Werror by default.
+- Silence some deprecation warnings.
+
+Bugs fixed in this release:
+ - https://github.com/01org/media-service-upnp/issues/54
+ - https://bugzilla.gnome.org/show_bug.cgi?id=685949
+ - https://bugzilla.gnome.org/show_bug.cgi?id=682576
+ - https://bugzilla.gnome.org/show_bug.cgi?id=682308
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+Theppitak Karoonboonyanan <thep@linux.thai.net>
+Matthias Drochner <M.Drochner@fz-juelich.de>
+
0.13.1
======
- Run introspection in make distcheck.