Skip to content

Commit

Permalink
Version 1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjurfeldt committed Dec 8, 2021
1 parent 7b74a41 commit 521c3ed
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 521c3ed

Please sign in to comment.