summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-08-14 09:29:07 +0200
committerJens Georg <mail@jensge.org>2021-08-14 09:46:47 +0200
commit50c3b1c538db502bbab7100a78f4ab3060fd07c0 (patch)
tree5f202c73d2307c76baf4b98aaacbb688faa6e470
parent652edd5c0145c0a542017840e3f3bc22b9ade159 (diff)
downloadgssdp-50c3b1c538db502bbab7100a78f4ab3060fd07c0.tar.gz
Prepare 1.3.1gssdp-1.3.1
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3da0f2..f77de40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.3.1
+=====
+ - Implement MAC lookup on Windows
+ - Implement interface index lookup on Windows
+ - Fix distributing docs in the tarball
+ - Build docs by default
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.3.0
=====
- Sniffer: Various deprecated function clean-up
diff --git a/meson.build b/meson.build
index 8ea7d30..48e6aa6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gssdp', 'c', version: '1.3.0', meson_version : '>= 0.54.0')
+project('gssdp', 'c', version: '1.3.1', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')