1Changes between 1.2 and 1.3:
2
3 - Make libsmf more tolerant for broken MIDI files - try to load as much
4   as possible instead of not loading the track at all.
5
6 - Add user pointers to smf_event_t and smf_track_t.
7
8 - Make it easier to use libsmf under Microsoft Windows.
9
10Changes between 1.1 and 1.2:
11
12 - Relaxed some overly restrictive tests that could trip asserts without
13   good reason.
14
15 - Fixed a bug that broke adding SMF events in the middle of the track
16   in some cases.
17
18 - Fixed a bug that broke removing tracks in some cases.
19
20   If you encountered failed assertion during saving, it could be one
21   of these bugs.
22
23Changes between 1.0 and 1.1:
24
25 - libsmf released separately from jack-smf-utils.
26
27 - Fixed build on SunOS.
28
29 - Add "text" command to smfsh and corresponding smf_event_new_textual() API function.
30
31 - smf_track_remove_event renamed to smf_event_remove_from_track, for consistency.
32   That won't happen anymore, I promise.  ;-)
33
34