From be583363b8872dc30aca5334325d577755687e4fe1e946815c32335c706bdeea Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 21:20:13 +0000 Subject: [PATCH] - update to 20.06: * Fixed multiple memory leaks (r15684, r15685, etc...) * Fixed 100% CPU usage when drawing lines in the controller rulers, bug #1571 (r15705) * Fixed multiple invalid reads (r15707, r15708) * Increased the height of the loop ruler, feature #481 (r15718) * Fixed CCs not going out when playback begins in the middle of a segment, bug #1560 (r15735) * Fixed volume and pan CCs always going out even if the controllers were removed from the Device, feature #482 (r15750) * Stop sending CCs on ch10 when metronome muted, feature #482 (r15751) * Fixed a problem with showing pitchbend ruler (r15771) * Made default for expression CC 127 instead of 100 (r15773) * Fixed a crash in Audio File Manager, bug #1576 (r15786) * Fixed a crash when importing .ly as X11/RG21, bug #1579 (r15806) * Fixed a crash on chords in pitch tracker, bug #1582 (r15835) * Track height can now be adjusted in the preferences, feature #479 (r15710-r15712, r15737) * New Segment > Transpose by Semitones... available in the Segment Canvas, feature #480 (r15715) * Right-click can now be used in the loop ruler to set the loop, feature #481 (r15717) * The current segment label is now displayed in the Matrix editor when multiple segments have been selected for editing, feature #470 (r15738-r15740) * Segment "For Notation" feature, bug #1578 (r15805) * Source distribution now includes these release notes in a CHANGELOG file. The release notes will continue to be available on the wiki as well: OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=85 --- rosegarden-19.12.tar.bz2 | 3 --- rosegarden-20.06.tar.bz2 | 3 +++ rosegarden.changes | 39 +++++++++++++++++++++++++++++++++++++++ rosegarden.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 rosegarden-19.12.tar.bz2 create mode 100644 rosegarden-20.06.tar.bz2 diff --git a/rosegarden-19.12.tar.bz2 b/rosegarden-19.12.tar.bz2 deleted file mode 100644 index 74cc6c4..0000000 --- a/rosegarden-19.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81df8bc0c4c99f7c9f86b192fdfb924fb9334849f4c1def93c6aff060deb8ae1 -size 6672820 diff --git a/rosegarden-20.06.tar.bz2 b/rosegarden-20.06.tar.bz2 new file mode 100644 index 0000000..26bdd65 --- /dev/null +++ b/rosegarden-20.06.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94c0eb0e28c51662d9056c7e50e5b394a8648442a17dacf99b9718e674e3dc5 +size 6821122 diff --git a/rosegarden.changes b/rosegarden.changes index 2b570c8..fd18788 100644 --- a/rosegarden.changes +++ b/rosegarden.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sun Aug 16 21:19:31 UTC 2020 - Dirk Mueller + +- update to 20.06: + * Fixed multiple memory leaks (r15684, r15685, etc...) + * Fixed 100% CPU usage when drawing lines in the controller rulers, + bug #1571 (r15705) + * Fixed multiple invalid reads (r15707, r15708) + * Increased the height of the loop ruler, feature #481 (r15718) + * Fixed CCs not going out when playback begins in the middle of + a segment, bug #1560 (r15735) + * Fixed volume and pan CCs always going out even if the controllers + were removed from the Device, feature #482 (r15750) + * Stop sending CCs on ch10 when metronome muted, feature #482 + (r15751) + * Fixed a problem with showing pitchbend ruler (r15771) + * Made default for expression CC 127 instead of 100 (r15773) + * Fixed a crash in Audio File Manager, bug #1576 (r15786) + * Fixed a crash when importing .ly as X11/RG21, bug #1579 (r15806) + * Fixed a crash on chords in pitch tracker, bug #1582 (r15835) + * Track height can now be adjusted in the preferences, feature #479 + (r15710-r15712, r15737) + * New Segment > Transpose by Semitones... available in the Segment + Canvas, feature #480 (r15715) + * Right-click can now be used in the loop ruler to set the loop, + feature #481 (r15717) + * The current segment label is now displayed in the Matrix editor + when multiple segments have been selected for editing, feature + #470 (r15738-r15740) + * Segment "For Notation" feature, bug #1578 (r15805) + * Source distribution now includes these release notes in a + CHANGELOG file. The release notes will continue to be available + on the wiki as well: + https://www.rosegardenmusic.com/wiki/start#release_notes + * PitchBend and Controller Sequence Dialog cleanup (r15662-r15684, + r15696-r15701, etc...) + * MappedEventBuffer cleanup (r15719-r15730) + * Colour removal and ColourMap cleanup (r15795-r15803) + ------------------------------------------------------------------- Wed Jun 3 12:03:20 UTC 2020 - Dave Plater diff --git a/rosegarden.spec b/rosegarden.spec index 27b7b99..320994b 100644 --- a/rosegarden.spec +++ b/rosegarden.spec @@ -16,7 +16,7 @@ # Name: rosegarden -Version: 19.12 +Version: 20.06 Release: 0 License: GPL-2.0-or-later Summary: Midi, Audio And Notation Editor