diff --git a/.gitignore b/.gitignore index 0735d74..32fdc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rosegarden-10.04.2.tar.bz2 /rosegarden-10.10.tar.bz2 +/rosegarden-11.02.tar.bz2 diff --git a/rosegarden-10.10.txt b/rosegarden-10.10.txt deleted file mode 100644 index 8d4f94e..0000000 --- a/rosegarden-10.10.txt +++ /dev/null @@ -1,64 +0,0 @@ -====== ROSEGARDEN 10.10, codename "Betty Prior" RELEASED ====== - -The Rosegarden team is proud to announce the release of version 10.10 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. - -http://www.rosegardenmusic.com/ - -This is a substantial bug-fix release, with fixes in almost every area of the application. - -==== Betty Prior ==== - -Rosa 'Betty Prior' was introduced by D. Prior & Sons (England) in 1935. It is an extremely tough, single, pink floribunda that has the distinction of being the longest living survivor in Michael's personal rose garden. - -===== Changes Since 10.04 ===== - -This list is not comprehensive, and in particular it misses several things Ted Felix accomplished for this release. - -* Several fixes to behaviour of track program/bank change sends in save/load and in interaction with percussion check-box (Julie Swango) - -* Permit shift-click on a track header to toggle selection of segments on that track without effecting other selected segments (Yves Guillemot) - -* Improve key highlights in matrix view so as to reflect current segment properly (Julie) - -* Add support for basic LADISH level 1 (Felipe Lopes) - -* Substantial fixes to audio file handling code to fix a number of problems with the wrong audio clip being played (Julie) - -* Fix crash in some cases when opening file dialog if not using default Thorn style (Chris Cannam and D. Michael McIntyre) - -* Fix incorrect behaviour of frequency-range parameters in LADSPA and DSSI plugin editors (Chris) - -* Fixes to missing-audio-file location logic (Chris) - -* Shorten the factory autoload, removing the duplicate sets of tracks at the bottom so that all tracks initially are visible (Michael) - -* Fix MIDI recording from devices in which note-on and note-off are not always cleanly paired (Julie) - -* Fixes to positioning of playback pointer in matrix (Julie) - -* Several substantial fixes to step-recording in matrix and notation (Julie) - -* Several fixes to Lilypond export (Julie) - -* Numerous fixes to segment editor corner cases that previously could introduce zero-length segments (Ted Felix) - -* Several fixes to corner cases that previously could introduce zero-length events or ranges (Ted) - -* Fixes to unpredictable behaviour in certain operations involving copying segments (Ted) - -* Numerous fixes to behaviour of editing operations in cases where segments overlap with the end of the composition (Julie and Ted) - -* Make behaviour of Paste Range more predictable (Ted) - -* Improvements to chord database and several fixes to fretboard editor (Ted) - -* Fixes to avoid zero-duration note events in files (Michael and Julie) - -* Fixes to toolbar visibility in editing views (Julie) - -* Fixes to regressions in action availability (Ian Gardner) - -* Fixes to updates in notation view (Yves and Julie), event list editor (Julie), matrix editor (Julie) and rulers (Julie and Alvar Udras) - -* Restore progress dialogs (Julie) - diff --git a/rosegarden-11.02.README b/rosegarden-11.02.README new file mode 100644 index 0000000..1a40de7 --- /dev/null +++ b/rosegarden-11.02.README @@ -0,0 +1,114 @@ +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/rosegarden4.spec b/rosegarden4.spec index aa317ef..aaf2a42 100644 --- a/rosegarden4.spec +++ b/rosegarden4.spec @@ -1,4 +1,4 @@ -%global maj 10.10 +%global maj 11.02 #global min .2 Name: rosegarden4 @@ -10,7 +10,8 @@ License: GPLv2+ 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 -Source1: http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/rosegarden-%{maj}.txt +# From http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/README +Source1: rosegarden-11.02.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 @@ -77,7 +78,7 @@ use of Rosegarden. %patch1 -p1 -b .pluginpath # Release notes -cp -a %{SOURCE1} . +cp -a %{SOURCE1} ./README.%{maj} # Fix permissions: chmod 644 src/commands/segment/SegmentSplitTwiceCommand.* @@ -131,7 +132,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files %defattr(-,root,root,-) -%doc AUTHORS CONTRIBUTING README rosegarden-%{maj}.txt +%doc AUTHORS CONTRIBUTING README +%doc README.%{maj} %{_bindir}/rosegarden %{_datadir}/applications/fedora-rosegarden.desktop %{_datadir}/icons/hicolor/*/mimetypes/audio-x-rosegarden-*.png @@ -145,6 +147,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc data/fonts/README COPYING %changelog +* Fri Feb 03 2011 Orcan Ogetbil - 11.02-1 +- Update to 11.02 + * Sat Nov 06 2010 Orcan Ogetbil - 10.10-1 - Update to 10.10 diff --git a/sources b/sources index 4a37321..21a6718 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d2a6af84073fd84c17fec47aba358cd rosegarden-10.10.tar.bz2 +fca86bfd7351a16cc2b55a85d2c8a128 rosegarden-11.02.tar.bz2