commit 4ebb548e28db550257d67e5fa329b80de4d7c10e (HEAD -> vte-0-76, tag: 0.75.91)
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 11 13:18:36 2024 +0100

    Revert "lib: Add a simple UUID class"
    
    This reverts commit 68d4539c6ebe9547abb19385bd6e8bfbca843f6e.

 src/cxx-utils.hh       |  29 -----
 src/fwd.hh             |   2 -
 src/glib-glue.hh       |   1 -
 src/meson.build        |  25 +---
 src/uuid-test.cc       | 166 ------------------------
 src/uuid.cc            | 214 -------------------------------
 src/uuid.hh            | 211 ------------------------------
 src/vte-glue.hh        |   1 -
 src/vte/meson.build    |   1 -
 src/vte/vte.h          |   1 -
 src/vte/vteenums.h     |  18 ---
 src/vte/vteuuid.h      |  77 -----------
 src/vteuuid.cc         | 339 -------------------------------------------------
 src/vteuuidinternal.hh |  30 -----
 14 files changed, 1 insertion(+), 1114 deletions(-)

commit 2ce1d8e9de688f7c9e7d26647494ed259d209026
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 11 13:18:29 2024 +0100

    Revert "lib: Add some colour helper classes"
    
    This reverts commit b8f31a0459d45f03183af067cb0fc7847b2a8b84.

 src/color-names-tests.hh |  853 ---------------------------
 src/color-names.hh       | 1443 ----------------------------------------------
 src/color-parser.cc      |  477 ---------------
 src/color-parser.hh      |   54 --
 src/color-test.cc        |  217 -------
 src/color.hh             |  181 ------
 src/meson.build          |   21 -
 7 files changed, 3246 deletions(-)

commit db7726eacea84e1f397829c1dc75dd1a66191ec3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Feb 11 12:25:52 2024 +0100

    build: Post release version bump

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d81534141c572ec1f317aaef37ee25a912178603 (tag: 0.75.90)