Skip to content

Commit

Permalink
5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmatheussen committed Sep 16, 2018
1 parent adef79c commit 901a649
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changelog
@@ -1,3 +1,18 @@
Changes 5.8.9 -> 5.9.0:
* Soundfile saver: Make the "All files saved" dialog modal, and
fix keyboard focus.
* Soundfile saver: Only save audio from current "system out", the
one that has slider in the bottom bars.
* Soundfile saver: Option to set number of channels
* Modular mixer: Fix sound object popup menu.
* Soundfile saver: Avoid freezing on OSX and Windows when saving
multiple soundfiles.
* OpenGL: Hide Mesa startup warning for AMD devices (Teteros)
* Build: Silence missing libxaw warning (Teteros)
* Build: install.sh script to create radium directory in /opt and
other places.


Changes 5.8.8 -> 5.8.9:
* GUI: Disabled the remaining usage of synchronized popup menus
(only the menu to select MIDI port was left). The command line
Expand Down
2 changes: 1 addition & 1 deletion Makefile.Qt
Expand Up @@ -2,7 +2,7 @@
# Users and packagers: Edit build_*.sh instead.
#

VERSION = 5.8.9
VERSION = 5.9.0


#----------------USER SETTINGS-------------------------------
Expand Down

0 comments on commit 901a649

Please sign in to comment.