gnome-software:gnome-3-16

Last commit made on 2017-10-21
Get this branch:
git clone -b gnome-3-16 https://git.launchpad.net/gnome-software

Branch merges

Branch information

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

Recent commits

5ba497d... by Mingye Wang <email address hidden>

Update zh_CN translation

4abfcfd... by Rafael Fontenelle

Updated Brazilian Portuguese translation

71ab66d... by Hannie Dumoleyn

Update Dutch translation 3.16

e292cc4... by Hannie Dumoleyn

nl added to LINGUAS

38684d5... by Hannie Dumoleyn

Dutch translation 3.16

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

trivial: Post release version bump

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

Release version 3.16.6

38d3e8d... by Kalev Lember <email address hidden>

Set cache age for background update monitor

Now that commit 2bdc001f784ade91fd5fd2823e5ddc4f776fc89e changed
pk_client_refresh_cache_async to use force=FALSE, we need to set a cache
age to make sure that cache refreshing actually happens. PackageKit's
default is to never update the cache when cache age isn't explicitly
set.

8ef592f... by Richard Hughes

Do not force the cache refresh

If we're only installing updates once per week it doesn't make sense to delete
the already-downloaded packages if refresh-cache is on the same schedule.

Perhaps fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1208861

d5aa035... by Rafal Luzynski <email address hidden>

shell details: Disconnect old signal handlers before setting new app

While at this, also make sure to connect to notify::progress not only
when installing from repos, but when installing local rpms as well.

https://bugzilla.gnome.org/show_bug.cgi?id=755664