Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjurfeldt committed Apr 3, 2023
1 parent e5d98ce commit 0c57763
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Copyright (C) 2009, 2010, 2019, 2020, 2021, 2023 INCF

Please send MUSIC bug reports to [email protected].


Changes in 1.2.1:

* python support

** Remove reliance on deprecated distutils

Don't rely on distutils which is deprecated and will disappear in
Python 3.12.

** Fix problems with Automake putting python files in wrong places

On Debian systems, the autotools build system 1) placed python modules
in the site-packages directory when they should have been placed in
the dist-packages directory. Also, 2) if prefix was /usr/local, an
extra local was added for library installation due to a buggy
autotools aclocal macro. These problems have now been circumvented.


Changes in 1.2.0:

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.2.0)
AC_INIT(music, 1.2.1)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
Expand Down

0 comments on commit 0c57763

Please sign in to comment.