gnome-logs:gnome-3-28

Last commit made on 2018-07-11
Get this branch:
git clone -b gnome-3-28 https://git.launchpad.net/gnome-logs

Branch merges

Branch information

Name:
gnome-3-28
Repository:
lp:gnome-logs

Recent commits

1330a8b... by Jonathan Kang <email address hidden>

update NEWS for 3.28.5 release

b73b85b... by =?utf-8?q?Bj=C3=B8rn_Lie?= <email address hidden>

Fix obvious typo

Fix obvious typo gnoem-logs.1 to gnome-logs.1

(cherry picked from commit 02b782fcd64d4773e2dadbdb9ea74bf3923003b3)

438c13c... by Jonathan Kang <email address hidden>

update NEWS for 3.28.4 release

2f49846... by Jonathan Kang <email address hidden>

meson: fix undefined function in meson_post_install.py

join_paths() is a function defined in meson. Use os.path.join() instead.

(cherry picked from commit 59d2bf7b02607cc35c1b996080621fdeaeb29fcf)

c4bc6b8... by Jonathan Kang <email address hidden>

update NEWS for 3.28.3 release

a80ddd4... by Jonathan Kang <email address hidden>

Distribute meson files in tarball

(cherry picked from commit 439d89072b1e884d343ae4348fbe5db0ad850a08)

68c9c16... by wsxy162

Update Chinese (China) translation

72b6206... by Jonathan Kang <email address hidden>

update NEWS for 3.28.2 release

c091f56... by Jonathan Kang <email address hidden>

free GMenuItem after inserting to menu

As documented here[0], GMenuItem should be freed once being inserted
to GMenu to avoid memory leak.

*[0] https://developer.gnome.org/gio/stable/GMenu.html#g-menu-insert-item

(cherry picked from commit 280e1b95df18a8698969ef800ee246406cca8c53)

dadd7d5... by Jonathan Kang <email address hidden>

free GlQuery when journal model is disposing

GlJournalModel contains GlQuery in its private structure. And GlQuery
should be free using gl_query_free() to avoid memory leak.

(cherry picked from commit 93fcf1af6fe28a4501d273f562068dddedca575e)