commit a6aa0794e2a6b6811a1dbc1006f2869ef11f5d0d
Author: Ole Aamot <ole@gnome.org>
Date:   Sat Oct 16 04:35:28 2021 +0200

    Write XSPF 1.0 atomically

 ChangeLog             | 38 ++++++++++++++++++++++++++++++++++++++
 src/gingerblue-main.c |  2 +-
 2 files changed, 39 insertions(+), 1 deletion(-)

commit 7aaf8d9d0f70692eed6b572698b69af08c5baccd
Author: Ole Aamot <ole@gnome.org>
Date:   Sat Oct 16 04:28:08 2021 +0200

    GNOME Gingerblue version 2.0.0 - Support for XSPF 1.0 from Xiph.org

 ChangeLog                        | 16 ++++++++++++++++
 NEWS                             | 29 +++++++++++++++++++++++++++++
 configure                        | 20 ++++++++++----------
 configure.ac                     |  2 +-
 gingerblue.spec.in               | 11 +++++++----
 meson.build                      |  4 ++--
 src/gingerblue-app.c             |  2 +-
 src/gingerblue-chord.h           |  2 +-
 src/gingerblue-config.c          |  2 +-
 src/gingerblue-file.c            |  2 +-
 src/gingerblue-file.h            |  2 +-
 src/gingerblue-knob.c            |  2 +-
 src/gingerblue-knob.h            |  2 +-
 src/gingerblue-line.c            |  2 +-
 src/gingerblue-line.h            |  2 +-
 src/gingerblue-main-loop.c       |  2 +-
 src/gingerblue-main.c            |  2 +-
 src/gingerblue-main.h            |  2 +-
 src/gingerblue-record.c          |  2 +-
 src/gingerblue-record.h          |  2 +-
 src/gingerblue-song.c            |  2 +-
 src/gingerblue-song.h            |  2 +-
 src/gingerblue-studio-config.c   |  2 +-
 src/gingerblue-studio-location.c |  2 +-
 src/gingerblue-studio-player.c   |  2 +-
 src/gingerblue-studio-player.h   |  2 +-
 src/gingerblue-studio-stream.c   |  2 +-
 src/gingerblue.c                 |  2 +-
 src/gingerblue.h                 |  2 +-
 src/gingerblue.xml.in            | 17 ++++++++++-------
 30 files changed, 98 insertions(+), 47 deletions(-)

commit c88d19f91f544b26b96978104a477959a5de76b0
Author: Ole Aamot <ole@gnome.org>
Date:   Sat Oct 16 04:11:10 2021 +0200

    Add XSPF 1.0 Playlist format from Xiph.Org Foundation in GNOME.xspf

 ChangeLog             |  94 ++++++
 INSTALL               | 369 ++++++++++++++++++++++-
 compile               | 349 +++++++++++++++++++++-
 configure             |  82 ++----
 depcomp               | 792 +++++++++++++++++++++++++++++++++++++++++++++++++-
 install-sh            | 530 ++++++++++++++++++++++++++++++++-
 missing               | 216 +++++++++++++-
 src/gingerblue-main.c |  16 +-
 8 files changed, 2377 insertions(+), 71 deletions(-)

commit 1b39b56ae450df65066c2d92ab7fd9561fab92ad
Author: Ole Aamot <ole@gnome.org>
Date:   Sat Oct 16 03:47:53 2021 +0200

    Basic playlist functionality

 src/gingerblue-main.c | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)