diff --git a/.gitignore b/.gitignore index 32fdc4e..497037f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ rosegarden-10.04.2.tar.bz2 /rosegarden-10.10.tar.bz2 /rosegarden-11.02.tar.bz2 +/rosegarden-11.06.tar.bz2 diff --git a/rosegarden-11.02.README b/rosegarden-11.02.README deleted file mode 100644 index 1a40de7..0000000 --- a/rosegarden-11.02.README +++ /dev/null @@ -1,114 +0,0 @@ -ROSEGARDEN 11.02, codename "Claire de Lune" RELEASED - -The Rosegarden team is proud to announce the release of version 11.02 of -Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. - -http://www.rosegardenmusic.com/ - -This is a bug fix release that addresses a few of those annoying problems that -hang around for the longest time, because they are rather complicated to fix. -The most notable of these is that nine years after the first complaints, we -have FINALLY found some sensible way to handle tied notes in the matrix and -notation editors. We really painted ourselves into a corner with our design, -and we scratched our heads for years just trying to come up with some plan of -attack for this one. In the end, what we did was address the problem by -modifying the behavior of selections to treat chains of tied notes as an -unbreakable whole, instead of as separate links in an easily broken chain. This -behavior is quite different, but it seems to be working rather well. - -The splash screen photo shows a winter scene from Michael's rose garden on -Christmas Day, 2010, five days before Michael's beloved black labrador retriever -died from complications arising from canine epilepsy. - - -Bug Fixes - - * Track numbers are no longer cut off - - * The notation and matrix editors now treat a series of tied notes as - though it were a single unit, which fixes several problems that have been - outstanding since as far back as 2002 - - * Resizing a segment via click and drag near the edge or with the resize - tool now leaves that segment as the selected segment - - * When attempting to select a note by clicking toward the extreme edges of - the note head, it is less likely that you will move the note instead of merely - selecting it - - * Insertion / Playback pointer correctly advances in Notation editor when - entered notes are split and tied. - - * Progress dialogs tweaked to fine tune their behavior - - * Alt+PgUp and Alt+PgDown now highlight the events in a segment in Notation - view consistently - - - -New Features - - * The matrix editor represents tied notes with a different fill pattern - - * The split-and-tie long notes option has been made the factory default - once more, in light of the vastly improved handling of ties in the matrix and - notation editors - - - -Available Languages -The following translations are complete and up to date for this release: - - * Spanish (español o castellano) - * French (français) - * German (Deutsch) - -The following languages are missing fewer than 50 translations: - - * Czech (česky) - -The following languages are missing fewer than 100 translations: - - * Japanese (日本語) - * Swedish (svenska) - * Finnish (suomi) - -The following languages are missing fewer than 500 translations: - - * Chinese (中文) - * Italian (italiano) - -The following languages are missing more than 1000 translations: - - * Russian (русский) - * Dutch (Nederlands) - -The following languages are missing more than 2000 translations: - - * Indonesian (Bahasa Indonesia) - -The following languages are missing more than 4000 translations: - - * Catalan (Català) - * Welsh (Cymraeg) - * Estonian (eesti) - * Basque (euskara) - * Polish (polski) - -Statistics based on the number of “unfinished” translations. This reflects the -number of strings needing a translator's attention, and in some cases there may -be existing translations awaiting approval. - - -Active translators for this release: - - * D. Michael McIntyre - * Thorsten Alteholz - * Yves Guillemot - - - -People who contributed device files to the Rosegarden Library - - * Peter Knaggs - * Shannon Hughes diff --git a/rosegarden-11.06.README b/rosegarden-11.06.README new file mode 100644 index 0000000..37cf67e --- /dev/null +++ b/rosegarden-11.06.README @@ -0,0 +1,35 @@ +ROSEGARDEN 11.06, codename "Don Juan" RELEASED + +The Rosegarden team is proud to announce the release of version 11.06 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. + +http://www.rosegardenmusic.com/ + +With this release, the Glasgow Pitch Tracker fork of Rosegarden finally merges into the new codebase, and into mainline Rosegarden. We on the core development team have done basically nothing of interest for this release cycle, and everything here was accomplished by contributors from the community. + +Bug Fixes + + * A commonly-used time entry widget has been worked over to improve its functionality, and solve some usability problems + * Fixed undo after copying/pasting a range + * When adding marks to a selection that includes a mixture of notes and rests, avoid applying meaningless marks to the rests + * Insert Range now preserves the loop/range + * Fixed a nasty LilyPond export bug that was causing problems with human performances where the notes had a physical start time that significantly preceded the bar line + + +New Features + + * Expose the instrument alias to external plugin GUIs so that plugins are easier to identify in applications like FLAM + * Export LilyPond code using any of LilyPond's supported languages + + +People who contributed to Rosegarden development + + * Daren Beattie + * Ted Felix + * Graham Percival + * Nick Bailey + * Douglas McGilvray + + +People who contributed device files to the Rosegarden Library + + * Oscar van Eijk diff --git a/rosegarden4.spec b/rosegarden4.spec index 343360f..0b0736a 100644 --- a/rosegarden4.spec +++ b/rosegarden4.spec @@ -1,9 +1,9 @@ -%global maj 11.02 +%global maj 11.06 #global min .2 Name: rosegarden4 Version: %{maj}%{?min} -Release: 2%{?dist} +Release: 1%{?dist} Summary: MIDI, audio and notation editor Group: Applications/Multimedia License: GPLv2+ @@ -11,7 +11,7 @@ URL: http://www.rosegardenmusic.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/rosegarden-%{version}.tar.bz2 # From http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/README -Source1: rosegarden-11.02.README +Source1: rosegarden-%{version}.README # Upstream is informed about all these patches in their mailing list # Fedora doesn't want fonts built into the final binary Patch0: rosegarden-separate-fonts.patch @@ -147,6 +147,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc data/fonts/README COPYING %changelog +* Sun May 15 2011 Orcan Ogetbil - 11.06-1 +- Update to 11.06 + * Wed Feb 09 2011 Fedora Release Engineering - 11.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 21a6718..84d3231 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fca86bfd7351a16cc2b55a85d2c8a128 rosegarden-11.02.tar.bz2 +77ab43d06de53ace338843ff82e26288 rosegarden-11.06.tar.bz2