Skip to content

Commit

Permalink
Release Notes for Seq66 v. 0.99.12 2024-01-13
Browse files Browse the repository at this point in the history
-   Fixed clang support and FreeBSD builds.
    -   Using clang-12 and clang-16 to find errors and warnings
        that g++ did not detect, re issue #124.
    -   Modifying configure.ac and make-files to support this
        compiler. However, it does not define QT_CXXFLAGS and
        QT_LIBS in FreeBSD. Therefore...
    -   ... Added a qbuild.sh script to replace the old qbuild (bash)
        script and to be used instead of autotools in FreeBSD.
    -   Seq66 builds and runs, but currently detects only software
        MIDI ports running under JACK.
-   Added an autogen.sh script to use with basic UNIX shells like
    dash.
-   Fixed the processing of SysEx and Meta events.
    -   Reading and writing in the MIDI file upgraded.
    -   Display SysEx and text in the event editor.
    -   Added new 'rc' option to skip, recover, or abort from bad
        running status in MIDI files. See the trilogy.mid contributed
        file.
    -   Handle unterminated SysEx messages (Dixie04.mid).
-   Fixed issue with building the command-line version with "portmidi".
-   Fixed a one-character buffer overflow in portmidi.c. Thanks,
    valgrind!
-   Fixed bugs in --option log=file.
-   Fixed Q button not working to set keep-queue status.
-   Fixed queued-solo functionality.
-   Upgraded the Event editor Dump output.
-   Disabled the grid-solo option as redundant.

See NEWS for more details, and ChangeLog.
  • Loading branch information
ahlstromcj committed Jan 13, 2024
1 parent c4809ad commit d94f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Release Notes for Seq66 v. 0.99.12 2024-01-13
- Upgraded the Event editor Dump output.
- Disabled the grid-solo option as redundant.

See NEWS for more details.
See NEWS for more details, and ChangeLog.

# vim: sw=4 ts=4 wm=15 et ft=sh

0 comments on commit d94f996

Please sign in to comment.