From 521c3ed7ed871d98fe031b4857b59c78d970c613 Mon Sep 17 00:00:00 2001
From: Mikael Djurfeldt <mikael@djurfeldt.com>
Date: Wed, 8 Dec 2021 01:08:33 +0100
Subject: [PATCH] Version 1.1.17

---
 NEWS         | 30 +++++++++++++++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8a02ab7..779f773 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,36 @@
 MUSIC NEWS --- history of user-visible changes.
-Copyright (C) 2009, 2010, 2019 INCF
+Copyright (C) 2009, 2010, 2019, 2020, 2021 INCF
 
 Please send MUSIC bug reports to music-bugs@incf.org.
 
+
+Changes in 1.1.17:
+
+* music library
+
+** Support for Python3
+
+Python support was updated to support Python3.
+
+** Fixes to the postponed setup mechanism
+
+The PyNN/MUSIC interface depends on a postponed setup mechanism which
+now works.
+
+** Several bugfixes throughout
+
+* music utility
+
+** New manpages
+
+New manpages were created for contsink and messagesource.
+
+* python support
+
+** Call runtime.finalize()
+
+Call runtime.finalize() in python example utilities.
+
 
 Changes in 1.1.16:
 
diff --git a/configure.ac b/configure.ac
index 5f4639f..e67be51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce configure.
-AC_INIT(music, 1.1.16)
+AC_INIT(music, 1.1.17)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
-- 
GitLab