Finish ChangeLog / NEWS infrastructure

This commit is contained in:
Matthias Neeracher 2007-05-20 04:26:01 +00:00
parent 1615a3aa7b
commit fd684b8820
4 changed files with 1310 additions and 0 deletions

1289
ChangeLog Normal file

File diff suppressed because it is too large Load Diff

17
NEWS Normal file
View File

@ -0,0 +1,17 @@
19May07 VocalEasel 1.0a3
- Fixed numerous bugs
- Cleaned up file format so information that is outside the scope of MusicXML is
now stored in a separate Properties file.
- Implemented meter and division changes, although duration conversions are still
somewhat flaky at times.
- Automatically treat the first measure as a pickup measure if it contains no chords.
- Songs are now automatically resized when you add or delete notes or chords.
- Grooves are now dislayed in a more logical order.
- Add a "mirror" window, allowing you to check your vocal/microphone technique if
your mac is equipped with camera.
01May07 VocalEasel 1.0a2
- First public release

1
Users Normal file
View File

@ -0,0 +1 @@
neeri Matthias Neeracher

3
scripts/updateChangeLog Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
svn log -v --xml | ${0%/*}/svn2log.py -p /trunk -u Users