]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
12 years agoMerge remote branch 'origin' into release/unstable release/2.15.2-1
Graham Percival [Sun, 19 Jun 2011 09:28:44 +0000 (10:28 +0100)]
Merge remote branch 'origin' into release/unstable

12 years agoAdd ties from Completion_note_heads_engraver to a TieColumn.
Neil Puttock [Sat, 18 Jun 2011 23:00:11 +0000 (00:00 +0100)]
Add ties from Completion_note_heads_engraver to a TieColumn.

* lily/completion-note-heads-engraver.cc (process_music):

  if note splitting causes creation of ties, also create a TieColumn and
  add ties to it to ensure correct formatting in chords

  tidy code

12 years agoFix #1696: Bad breathing sign Y-offset when using line-positions.
Neil Puttock [Sat, 18 Jun 2011 22:51:56 +0000 (23:51 +0100)]
Fix #1696: Bad breathing sign Y-offset when using line-positions.

* input/regression/breathing-sign-custom-staff.ly

  new regtest

* lily/breathing-sign.cc (offset_callback):

  use Staff_symbol::line_span () to calculate offset instead of
  Staff_symbol_referencer::line_count (): the latter is only useful for
  symmetrical staves

  tidy code; remove obsolete TODO

12 years agoProperty setting in lyrics: allow markup
Neil Puttock [Sat, 18 Jun 2011 22:42:46 +0000 (23:42 +0100)]
Property setting in lyrics: allow markup

* input/regression/stanza-number.ly:

  test markup as well as bare string

* lily/parser.yy (scalar):

  use lyric_element instead of LYRICS_STRING

12 years agoCompile fix for FreeBSD builds.
Neil Puttock [Sat, 18 Jun 2011 17:47:03 +0000 (18:47 +0100)]
Compile fix for FreeBSD builds.

* lily/multi-measure-rest.cc (measure_duration_log):

  log2(3) isn't supported in older FreeBSD versions, so use log_2 from
  lily/misc.cc instead

12 years agoAdded missing semi-colon to fret .ly file
James Lowe [Sat, 18 Jun 2011 10:21:50 +0000 (11:21 +0100)]
Added missing semi-colon to fret .ly file

Tracker issue 1665

12 years agoDoc: Added \cueClef command
James Lowe [Mon, 6 Jun 2011 16:38:52 +0000 (17:38 +0100)]
Doc: Added \cueClef command

Added usage of \cueClef and \cueClefUnset commands.

Added some @cindex and @funindex entries

Moved the small section for cueVoice to the top and updated the first two examples
to be more in keeping with the preceding examples added for
\cueDuringWithCleff.

Added new @lilyponds showing how to use \cueClef with CueVoice

12 years agoRelease: update news.
Graham Percival [Sat, 18 Jun 2011 13:24:29 +0000 (14:24 +0100)]
Release: update news.

12 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Sat, 18 Jun 2011 13:22:33 +0000 (14:22 +0100)]
Merge remote branch 'origin' into release/unstable

Conflicts:
Documentation/web/news-front.itexi

12 years agoVertical spacing, distinguish stretchability/compressibility
Keith OHara [Sun, 29 May 2011 06:38:34 +0000 (23:38 -0700)]
Vertical spacing, distinguish stretchability/compressibility

When stretchability is changed,
leave inverse_compression_strength alone.

12 years agoevent-listener.ly: add ties to demonstration
Graham Percival [Sat, 18 Jun 2011 01:13:18 +0000 (02:13 +0100)]
event-listener.ly: add ties to demonstration

12 years agoScrubs anchor-align and anchor_align from the Line_spanner_interface.
Mike Solomon [Thu, 16 Jun 2011 12:32:34 +0000 (14:32 +0200)]
Scrubs anchor-align and anchor_align from the Line_spanner_interface.

12 years agoModifies Spanner::spanner_length to better handle line spanners.
Mike Solomon [Thu, 16 Jun 2011 08:34:48 +0000 (10:34 +0200)]
Modifies Spanner::spanner_length to better handle line spanners.

With this change, the normalized endpoints should be correct for
all spanners with correct bound information.

12 years agoGive a double to the pow function instead of an integer.
Mike Solomon [Thu, 16 Jun 2011 08:33:43 +0000 (10:33 +0200)]
Give a double to the pow function instead of an integer.

This allows lilypond master to compile correctly on all systems.

12 years agoAUTHORS: update for 2.15.
Graham Percival [Wed, 15 Jun 2011 15:57:04 +0000 (16:57 +0100)]
AUTHORS: update for 2.15.

Move all *Current contributors to *Previous.  Left Bug Squad alone
because they're still doing the same thing.  Added a few names
from git of people who've gotten stuff added to 2.15.

12 years agoCG: update GOP list, add url to agenda.
Graham Percival [Wed, 15 Jun 2011 15:47:31 +0000 (16:47 +0100)]
CG: update GOP list, add url to agenda.

12 years agoRemove duplicate ties for chords autosplit (1630)
Karin Hoethker [Wed, 25 May 2011 11:38:29 +0000 (13:38 +0200)]
Remove duplicate ties for chords autosplit (1630)

12 years agodescribing regression checking more explicitely
Janek Warchol [Tue, 14 Jun 2011 21:32:16 +0000 (23:32 +0200)]
describing regression checking more explicitely

12 years agodoc: fixing snippet fretted-string-harmonics
Janek Warchol [Wed, 15 Jun 2011 10:14:31 +0000 (12:14 +0200)]
doc: fixing snippet fretted-string-harmonics

fretted-string-harmonics-in-tablature.ly
contained some mistakes (erroneus notation)

12 years agoCG: link to MetaFont's doc.
Bertrand Bordage [Tue, 14 Jun 2011 22:06:42 +0000 (00:06 +0200)]
CG: link to MetaFont's doc.

12 years agoLSR: run make-lsr.py locally.
Graham Percival [Wed, 15 Jun 2011 09:31:54 +0000 (10:31 +0100)]
LSR: run make-lsr.py locally.

12 years agoFix #1679: Premature end to TextSpanner with full-bar rest.
Neil Puttock [Tue, 14 Jun 2011 21:51:50 +0000 (22:51 +0100)]
Fix #1679: Premature end to TextSpanner with full-bar rest.

* input/regression/text-spanner-full-rest.ly:

  new regtest

* lily/text-spanner-engraver.cc (acknowledge_note_column):

  only add bound item for current spanner if it doesn't already have its
  left bound set to prevent right bound being set prematurely

12 years agoAdds longas, maximas and non-standard tweaks to MultiMeasureRest.
Bertrand Bordage [Thu, 26 May 2011 20:53:47 +0000 (22:53 +0200)]
Adds longas, maximas and non-standard tweaks to MultiMeasureRest.

Fix issue 1655.

12 years agoDoc: Updated LP Welcome Screen for Macos
James Lowe [Tue, 14 Jun 2011 15:02:32 +0000 (16:02 +0100)]
Doc: Updated LP Welcome Screen for Macos

Updated so it shows latest stable in the \version instead of
older unstable.

12 years agodoc: changing example for overriding positions
Janek Warchol [Sun, 12 Jun 2011 10:41:44 +0000 (12:41 +0200)]
doc: changing example for overriding positions

example in LM 4.5.2 (fixing beam collision)
is outdated because beam collision has been
implemented, so there is nothing to fix.
Therefore I change the type of collision
to beam-tie collision.

12 years agoDoc: NR 1.6.3 removed snippets
James Lowe [Tue, 14 Jun 2011 11:31:43 +0000 (12:31 +0100)]
Doc: NR 1.6.3 removed snippets

Snippets not needed as they duplicate information already stated
in the paragraphs prior to the snippets themselves.

This is just duplication.

Moved the index entries and added a couple more

12 years agoChange --batch to --quiet in texi2pdf call in make
Phil Holmes [Mon, 13 Jun 2011 14:44:04 +0000 (15:44 +0100)]
Change --batch to --quiet in texi2pdf call in make

12 years agoAdds outside-staff-priority for TupletNumber.
Mike Solomon [Mon, 13 Jun 2011 11:32:17 +0000 (13:32 +0200)]
Adds outside-staff-priority for TupletNumber.

Does not automatically resolve script/tuplet-number collisions,
but allows users to set the outside-staff-priority value that
resolves these collisions.

12 years agoRelease: bump version.
Graham Percival [Sun, 12 Jun 2011 15:58:45 +0000 (16:58 +0100)]
Release: bump version.

12 years agoRelease: update news.
Graham Percival [Sun, 12 Jun 2011 13:59:39 +0000 (14:59 +0100)]
Release: update news.

12 years agoevent-listener.ly: print explicit grace durations
Graham Percival [Fri, 10 Jun 2011 15:15:17 +0000 (16:15 +0100)]
event-listener.ly: print explicit grace durations

12 years agoevent-listener.ly: durations of rests and notes.
Graham Percival [Fri, 10 Jun 2011 14:12:47 +0000 (15:12 +0100)]
event-listener.ly: durations of rests and notes.

12 years agoRedirects lilypond output to reduce make doc noise
Phil Holmes [Tue, 7 Jun 2011 14:05:27 +0000 (15:05 +0100)]
Redirects lilypond output to reduce make doc noise

Redirects the output from lilypond when lily is run from lilypond-book
as part of make doc.  Normal output goes to *.log, error output to
*.err.log.

12 years agoCG: remove sentence about avoiding --enable-double
Graham Percival [Sat, 11 Jun 2011 14:28:24 +0000 (15:28 +0100)]
CG: remove sentence about avoiding --enable-double

We don't want to give people any reason to believe that it's ok to
omit --enable-double.

12 years agoRelease: bump version.
Graham Percival [Sat, 11 Jun 2011 14:23:37 +0000 (15:23 +0100)]
Release: bump version.

12 years agodoc: fixing order of sections
Janek Warchol [Thu, 9 Jun 2011 20:39:40 +0000 (22:39 +0200)]
doc: fixing order of sections

12 years agoCG: set up a good environment for building.
Graham Percival [Sat, 11 Jun 2011 13:08:53 +0000 (14:08 +0100)]
CG: set up a good environment for building.

12 years agoRelease: update news.
Graham Percival [Sat, 11 Jun 2011 12:47:10 +0000 (13:47 +0100)]
Release: update news.

12 years agoDoc: Contributor -- fix formatting and add info on fontforge
Carl Sorensen [Sat, 11 Jun 2011 14:21:24 +0000 (08:21 -0600)]
Doc: Contributor -- fix formatting and add info on fontforge

12 years agodoc: fixing order of sections release/2.15.1-1
Janek Warchol [Thu, 9 Jun 2011 20:39:40 +0000 (22:39 +0200)]
doc: fixing order of sections

12 years agoCG: set up a good environment for building.
Graham Percival [Sat, 11 Jun 2011 13:08:53 +0000 (14:08 +0100)]
CG: set up a good environment for building.

12 years agoRelease: update news.
Graham Percival [Sat, 11 Jun 2011 12:47:10 +0000 (13:47 +0100)]
Release: update news.

12 years agolily-git.tcl -- eliminate depth=1 due to lack of support from savannah
Carl Sorensen [Fri, 10 Jun 2011 23:27:04 +0000 (17:27 -0600)]
lily-git.tcl -- eliminate depth=1 due to lack of support from savannah

12 years agoDoc: Contributor -- update info on fontforge in requirements
Carl Sorensen [Fri, 10 Jun 2011 04:41:38 +0000 (22:41 -0600)]
Doc: Contributor -- update info on fontforge in requirements

12 years agodoc: reverting - git reset affects only current branch
Janek Warchol [Thu, 9 Jun 2011 18:27:32 +0000 (20:27 +0200)]
doc: reverting - git reset affects only current branch

12 years agoFix incorrect version (added in 2.15.0)
Graham Percival [Thu, 9 Jun 2011 10:51:41 +0000 (11:51 +0100)]
Fix incorrect version (added in 2.15.0)

12 years agoUpdate another hard-coded version number.
Graham Percival [Thu, 9 Jun 2011 10:51:33 +0000 (11:51 +0100)]
Update another hard-coded version number.

12 years agoAdd more programmers to release announcement.
Graham Percival [Thu, 9 Jun 2011 10:45:25 +0000 (11:45 +0100)]
Add more programmers to release announcement.

12 years agoconfigure: require fontforge 20100501 or higher.
Graham Percival [Thu, 9 Jun 2011 10:34:58 +0000 (11:34 +0100)]
configure: require fontforge 20100501 or higher.

12 years agoWEB: fix Unix compiling example
Colin Campbell [Thu, 9 Jun 2011 03:39:30 +0000 (21:39 -0600)]
WEB: fix Unix compiling example

Changes @version to @versionStable for sample of compiling
a .ly file.

12 years agoDoc: writing music events to a .notes file.
Graham Percival [Tue, 19 Apr 2011 11:15:48 +0000 (12:15 +0100)]
Doc: writing music events to a .notes file.

12 years agoRevert unintended change to mf/feta-alphabet14.mf
Carl Sorensen [Wed, 8 Jun 2011 18:49:12 +0000 (12:49 -0600)]
Revert unintended change to mf/feta-alphabet14.mf

12 years agoDOC -- Contributor: Add notes on make doc
Carl Sorensen [Wed, 8 Jun 2011 14:51:10 +0000 (08:51 -0600)]
DOC -- Contributor: Add notes on make doc

12 years agoadding Jan Warchoł to credits
Janek Warchol [Wed, 8 Jun 2011 04:38:39 +0000 (06:38 +0200)]
adding Jan Warchoł to credits

12 years agoMerge remote-tracking branch 'origin/release/unstable'
Patrick McCarty [Wed, 8 Jun 2011 01:56:01 +0000 (18:56 -0700)]
Merge remote-tracking branch 'origin/release/unstable'

12 years agoRelease: bump version.
Graham Percival [Tue, 7 Jun 2011 16:35:29 +0000 (17:35 +0100)]
Release: bump version.

12 years agoRelease: update news.
Graham Percival [Mon, 6 Jun 2011 13:23:17 +0000 (14:23 +0100)]
Release: update news.

12 years agoWeb-es: update News -- Front.
Francisco Vila [Tue, 7 Jun 2011 11:51:26 +0000 (13:51 +0200)]
Web-es: update News -- Front.

12 years agoDoc-es: Update version in Changes document.
Francisco Vila [Tue, 7 Jun 2011 11:26:04 +0000 (13:26 +0200)]
Doc-es: Update version in Changes document.

12 years agoSearch: update hard-coded version.
Graham Percival [Tue, 7 Jun 2011 10:42:14 +0000 (11:42 +0100)]
Search: update hard-coded version.

12 years agoChanges: update hard-coded version.
Graham Percival [Tue, 7 Jun 2011 10:40:59 +0000 (11:40 +0100)]
Changes: update hard-coded version.

12 years agoAuthors: add Peter Chubb.
Graham Percival [Tue, 7 Jun 2011 10:37:15 +0000 (11:37 +0100)]
Authors: add Peter Chubb.

12 years agoUpdate hard-coded version number.
Graham Percival [Tue, 7 Jun 2011 10:27:58 +0000 (11:27 +0100)]
Update hard-coded version number.

Yes, we still have a FIXME to make this non-hard-coded.  Patches
welcome.

12 years agoUpdate hard-coded version number. release/2.15.0-1
Graham Percival [Tue, 7 Jun 2011 10:27:58 +0000 (11:27 +0100)]
Update hard-coded version number.

Yes, we still have a FIXME to make this non-hard-coded.  Patches
welcome.

12 years agoAdd two more regtests for cue-clef (testing cueClef/cueClefUnset and moving clefs...
Reinhold Kainhofer [Thu, 2 Jun 2011 15:07:35 +0000 (17:07 +0200)]
Add two more regtests for cue-clef (testing cueClef/cueClefUnset and moving clefs after the barline)

12 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Mon, 6 Jun 2011 19:44:03 +0000 (20:44 +0100)]
Merge remote branch 'origin' into release/unstable

12 years agoCG: another GOP policy question.
Graham Percival [Mon, 6 Jun 2011 19:01:18 +0000 (20:01 +0100)]
CG: another GOP policy question.

12 years agoCG: another GOP suggestion.
Graham Percival [Mon, 6 Jun 2011 17:54:10 +0000 (18:54 +0100)]
CG: another GOP suggestion.

12 years agoDoc: NR 1.6.3 Added cueDuringWithClef and cueClef
James Lowe [Mon, 30 May 2011 15:20:53 +0000 (16:20 +0100)]
Doc: NR 1.6.3 Added cueDuringWithClef and cueClef

Documented how to use cueDuringWithClef

Tracker issue 1658

Also updated some of the original examples to differentiate between
strings used for music and those used for the variables in order
to make the examples clearer

Added appropriate @funindex

12 years agoRelease: update news.
Graham Percival [Mon, 6 Jun 2011 13:23:17 +0000 (14:23 +0100)]
Release: update news.

12 years agoMerge remote branch 'origin' into release/unstable
Graham Percival [Mon, 6 Jun 2011 13:21:14 +0000 (14:21 +0100)]
Merge remote branch 'origin' into release/unstable

12 years agoweb: add missing programmer to release news.
Graham Percival [Mon, 6 Jun 2011 13:17:09 +0000 (14:17 +0100)]
web: add missing programmer to release news.

12 years agoAuthors: new contributor.
Bertrand Bordage [Mon, 6 Jun 2011 12:27:15 +0000 (14:27 +0200)]
Authors: new contributor.

12 years agoAuthors: new contributor.
Bertrand Bordage [Mon, 6 Jun 2011 12:27:15 +0000 (14:27 +0200)]
Authors: new contributor.

12 years agoWeb news: fix date.
Graham Percival [Sun, 5 Jun 2011 23:30:03 +0000 (00:30 +0100)]
Web news: fix date.

12 years agoVERSION: bump stable version.
Graham Percival [Sun, 5 Jun 2011 23:06:57 +0000 (00:06 +0100)]
VERSION: bump stable version.

12 years agoRelease: update news.
Graham Percival [Sun, 5 Jun 2011 12:58:24 +0000 (13:58 +0100)]
Release: update news.

12 years agoAllow create-weblinks to handle non-2.12 stable.
Graham Percival [Sat, 4 Jun 2011 22:01:13 +0000 (23:01 +0100)]
Allow create-weblinks to handle non-2.12 stable.

12 years agoDocs: run convert-ly for 2.14.0.
Graham Percival [Sun, 5 Jun 2011 23:05:51 +0000 (00:05 +0100)]
Docs: run convert-ly for 2.14.0.

Conflicts:

Documentation/snippets/alternative-breve-note.ly
input/regression/glissando-consecutive.ly
input/regression/glissando-index.ly

12 years agoconvert-ly: rule for 2.14.0 release.
Graham Percival [Sat, 4 Jun 2011 21:29:47 +0000 (22:29 +0100)]
convert-ly: rule for 2.14.0 release.

12 years agoEvent listener to extract (some) music events.
Graham Percival [Thu, 7 Apr 2011 09:38:19 +0000 (10:38 +0100)]
Event listener to extract (some) music events.

This may be useful on its own, or as a basis for other people to
create/modify their own event listeners.

I considered a few different names; I'm not sold on
event-listener.ly.  Other contenders were staff-events.ly,
vivi-events.ly, and vivi-notes.ly.  In the end, I thought that it
would be better to avoid a Vivi-specific name.  Even though this
file is closely tied to Vivi, I don't think it's inappropriate to
include it -- we include the Festival song stuff, after all.

12 years agoDoc: Added two @seealso blocks in NR 3.2
James Lowe [Sun, 5 Jun 2011 11:04:31 +0000 (12:04 +0100)]
Doc: Added two @seealso blocks in NR 3.2

Additions from Carl in previous (now pushed) Reitveld 4124056

12 years agoAvoid unnecessary warnings in regtests
Keith OHara [Fri, 3 Jun 2011 22:02:58 +0000 (15:02 -0700)]
Avoid unnecessary warnings in regtests

Warnings come in varying order, cluttering regtest comparisons

12 years agoUpdate old paper size (c9 => a8landscape)
Graham Percival [Sat, 4 Jun 2011 22:22:29 +0000 (23:22 +0100)]
Update old paper size (c9 => a8landscape)

12 years agoRemove kludge from beam collision code.
Joe Neeman [Tue, 31 May 2011 11:22:03 +0000 (14:22 +0300)]
Remove kludge from beam collision code.

This is no longer needed since the fix to bug 1667.

12 years agoEmit not-quite-cross-staff beams in the right context.
Joe Neeman [Fri, 27 May 2011 15:57:16 +0000 (18:57 +0300)]
Emit not-quite-cross-staff beams in the right context.

This is related to 1043 and possibly other bugs.  Previously,
if a staff change happened immediately after the termination of
an auto-engraved cross-staff beam, then the beam was parented
to the wrong staff.  Now, every beam is parented to the context
in which it began.

12 years agoSpacing staves with dynamics between; issue 1668
Keith OHara [Thu, 26 May 2011 06:43:08 +0000 (23:43 -0700)]
Spacing staves with dynamics between; issue 1668

Distinguish the minimum distances between 'spaceable' staves
from those between lines such as Lyrics.

12 years agoFix #1660: Make \harmonicsOn work in tablature.
Neil Puttock [Wed, 1 Jun 2011 21:27:17 +0000 (22:27 +0100)]
Fix #1660: Make \harmonicsOn work in tablature.

* ly/property-init.ly (harmonicsOn):

  add TabNoteHead to override-head-style call

* scm/tablature.scm (is-harmonic?):

  check grob property 'style for 'harmonic setting

12 years agoupdate VERSION.
Graham Percival [Tue, 31 May 2011 12:01:47 +0000 (13:01 +0100)]
update VERSION.

12 years agoRelease: update news.
Graham Percival [Mon, 30 May 2011 11:52:03 +0000 (12:52 +0100)]
Release: update news.

12 years agoreduce version of backported regtest.
Graham Percival [Mon, 30 May 2011 22:01:20 +0000 (23:01 +0100)]
reduce version of backported regtest.

12 years agoCG: add GOP questions about identifiers.
Graham Percival [Sun, 29 May 2011 21:28:02 +0000 (22:28 +0100)]
CG: add GOP questions about identifiers.

12 years agoMIDI: handle overlapping notes; issue 1647
Michael Welsh Duggan [Wed, 11 May 2011 03:39:04 +0000 (20:39 -0700)]
MIDI: handle overlapping notes; issue 1647

When notes overlap on the same pitch on the same MIDI channel,
re-arrange the note-off events for MIDI players that cannot handle
overlap, but if midiMergeUnisons = #t, merge such notes.

12 years agoMIDI: default midiChannelMapping to 'staff
Keith OHara [Sat, 14 May 2011 00:27:23 +0000 (17:27 -0700)]
MIDI: default midiChannelMapping to 'staff

Fix issue 1648, with regtest

12 years agoAllow for spaces in ttf font glyph names. Fixes #1562.
Jan Nieuwenhuizen [Sun, 29 May 2011 09:41:15 +0000 (11:41 +0200)]
Allow for spaces in ttf font glyph names.  Fixes #1562.

Apparently, the Verdana.ttf font that comes with Windows 7 SP1
has glyphs 571 and 571 using names "glyph 571" and "glyph 572", i.e.,
their glyph names contain spaces.  This breaks the PostScript output.

Thanks to Chris Lidell and James Lowe for their help to nail this
bug.

12 years agoMerge branch 'stable/2.14'
Carl Sorensen [Sat, 28 May 2011 02:18:04 +0000 (20:18 -0600)]
Merge branch 'stable/2.14'

Conflicts:
Documentation/es/notation/fretted-strings.itely
Documentation/es/web/introduction.itexi
Documentation/web/news-front.itexi
VERSION
input/regression/autobeam-nobeam.ly
input/regression/beam-collision-large-object.ly
input/regression/clef-octavation.ly
input/regression/glissando-chord-linebreak.ly
input/regression/glissando-chord.ly
input/regression/glissando-consecutive.ly
input/regression/glissando-index.ly
ly/predefined-mandolin-fretboards.ly

12 years agoFix 1442.
Joe Neeman [Mon, 28 Feb 2011 00:25:12 +0000 (11:25 +1100)]
Fix 1442.

When include_fixed_spacing is false, also exclude minimum-distance
from consideration.

12 years agoMake BassFigureAlignment ignore alignment-distances.
Joe Neeman [Thu, 26 May 2011 18:45:18 +0000 (21:45 +0300)]
Make BassFigureAlignment ignore alignment-distances.

12 years agoSilences "Not a dir" messages in make website
Phil Holmes [Fri, 27 May 2011 13:33:07 +0000 (14:33 +0100)]
Silences "Not a dir" messages in make website

Also gets rid of the double slash in the non-translated directory
names.

12 years agoRelease: update news, bump VERSION.
Graham Percival [Fri, 27 May 2011 11:53:58 +0000 (12:53 +0100)]
Release: update news, bump VERSION.