Skip to content

Commit 521c3ed

Browse files
committed
Version 1.1.17
1 parent 7b74a41 commit 521c3ed

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

NEWS

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
MUSIC NEWS --- history of user-visible changes.
2-
Copyright (C) 2009, 2010, 2019 INCF
2+
Copyright (C) 2009, 2010, 2019, 2020, 2021 INCF
33

44
Please send MUSIC bug reports to [email protected].
55

6+
7+
Changes in 1.1.17:
8+
9+
* music library
10+
11+
** Support for Python3
12+
13+
Python support was updated to support Python3.
14+
15+
** Fixes to the postponed setup mechanism
16+
17+
The PyNN/MUSIC interface depends on a postponed setup mechanism which
18+
now works.
19+
20+
** Several bugfixes throughout
21+
22+
* music utility
23+
24+
** New manpages
25+
26+
New manpages were created for contsink and messagesource.
27+
28+
* python support
29+
30+
** Call runtime.finalize()
31+
32+
Call runtime.finalize() in python example utilities.
33+
634

735
Changes in 1.1.16:
836

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce configure.
2-
AC_INIT(music, 1.1.16)
2+
AC_INIT(music, 1.1.17)
33
AM_INIT_AUTOMAKE
44
AM_CONFIG_HEADER([config.h])
55
AM_MAINTAINER_MODE

0 commit comments

Comments
 (0)