Skip to content

Commit 0c57763

Browse files
committed
Version 1.2.1
1 parent e5d98ce commit 0c57763

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Copyright (C) 2009, 2010, 2019, 2020, 2021, 2023 INCF
33

44
Please send MUSIC bug reports to music-bugs@incf.org.
55

6+
7+
Changes in 1.2.1:
8+
9+
* python support
10+
11+
** Remove reliance on deprecated distutils
12+
13+
Don't rely on distutils which is deprecated and will disappear in
14+
Python 3.12.
15+
16+
** Fix problems with Automake putting python files in wrong places
17+
18+
On Debian systems, the autotools build system 1) placed python modules
19+
in the site-packages directory when they should have been placed in
20+
the dist-packages directory. Also, 2) if prefix was /usr/local, an
21+
extra local was added for library installation due to a buggy
22+
autotools aclocal macro. These problems have now been circumvented.
23+
624

725
Changes in 1.2.0:
826

configure.ac

Lines changed: 1 addition & 1 deletion
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.2.0)
2+
AC_INIT(music, 1.2.1)
33
AM_INIT_AUTOMAKE
44
AM_CONFIG_HEADER([config.h])
55
AM_MAINTAINER_MODE

0 commit comments

Comments
 (0)