Skip to content

Commit

Permalink
Merge pull request #4257 from snappizz/topic/3.10.1
Browse files Browse the repository at this point in the history
Bump version to 3.10.1
  • Loading branch information
mossheim authored Jan 18, 2019
2 parents 8f9a274 + f055874 commit e567b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Release dates of 3.x versions:
- 3.9: 2018-01-13
- 3.10: 2018-11-24

3.10.1-rc1 (2019-01-13)
=======================
3.10.1 (2019-01-17)
===================

Fixed an infinite hang in `SerialPort.devices` affecting macOS ([#4180](https://github.com/supercollider/supercollider/pull/4180)). **Testers:** the correctness of this fix is not fully certain, please try `SerialPort.devices` if you are on macOS.
Fixed an infinite hang in `SerialPort.devices` affecting macOS ([#4180](https://github.com/supercollider/supercollider/pull/4180)).

Fixed `ServerOptions` producing eight channels instead of two channels when explicitly setting `numOutputBusChannels` or `numInputBusChannels` ([#4251](https://github.com/supercollider/supercollider/pull/4251)).

Fixed a build issue on OpenBSD ([#4203](https://github.com/supercollider/supercollider/pull/4203)).

Expand Down
2 changes: 1 addition & 1 deletion SCVersion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set(PROJECT_VERSION_MAJOR 3)
set(PROJECT_VERSION_MINOR 10)
set(PROJECT_VERSION_PATCH .1-rc1)
set(PROJECT_VERSION_PATCH .1)

if(EXISTS "${CMAKE_SOURCE_DIR}/.git")

Expand Down

0 comments on commit e567b99

Please sign in to comment.