gnome-software:gnome-3-38

Last commit made on 2021-03-29
Get this branch:
git clone -b gnome-3-38 https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
gnome-3-38
Repository:
lp:gnome-software

Recent commits

5837bd8... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

95dd124... by Philip Withnall <email address hidden>

trivial: Post release version bump

fcafd7e... by Philip Withnall <email address hidden>

Release version 3.38.2

f8832c8... by Phaedrus Leeds <email address hidden>

Merge branch 'backport-523-app-row-destruction-gnome-3-38' into 'gnome-3-38'

Backport !523 “app row: Avoid emitting "unrevealed" signal when in destruction” to gnome-3-38

See merge request GNOME/gnome-software!627

c286364... by Owen Taylor

gs-updates-section.c: destroy() rows rather than just removing

It's generally good practice to use gtk_widget_destroy() if you know
you'll never use a widget again, but in particular this makes the
fix for https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1016, since
otherwise the app row would be be removed before priv->app was cleared.

a9f1143... by Kalev Lember <email address hidden>

app row: Avoid emitting "unrevealed" signal when in destruction

This avoids a crash when the unreveal animation races with GsUpdatesPage
reload. See https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1016#note_932622
for analysis of the exact sequence of events to trigger this.

Fixes: https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1016

0bfdafd... by Richard Hughes

trivial: Post release version bump

67f67bb... by Richard Hughes

Release version 3.38.1

c0a287c... by Richard Hughes

flatpak: Fix assertation in new libflatpak version

710646b... by Richard Hughes

Merge branch 'backport-567-fwupd-not-activatable-gnome-3-38' into 'gnome-3-38'

Backport several fwupd fixes to gnome-3-38

See merge request GNOME/gnome-software!604