commit 23636a0a6956f927ff4eeb46dd210847d4adafc0
Author: Jens Georg <mail@jensge.org>
Date:   Tue Feb 5 23:05:43 2019 +0100

    Add attributions in NEWS file

 NEWS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 7c75ff75da6c60431e08aebce45f70f87fc83468
Author: Jens Georg <mail@jensge.org>
Date:   Tue Feb 5 23:03:59 2019 +0100

    Prepare 0.37.2

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit 41cc1efd33f8a7e2fdfcdc4fddae56f1ca429a13
Author: Pieter Schalk Schoeman <pieter@sonbesie.co.za>
Date:   Sun Jan 20 19:49:42 2019 +0000

    Update Afrikaans translation

 po/af.po | 1935 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 1484 insertions(+), 451 deletions(-)

commit 12fc55a4e7424f43b8f4634a43634f69abc5ba37
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jan 18 12:45:16 2019 +0100

    build: Drop target-glib from doc builds

 doc/reference/doc-build.am                      | 1 -
 doc/reference/librygel-core/meson.build         | 1 -
 doc/reference/librygel-db/meson.build           | 1 -
 doc/reference/librygel-renderer-gst/meson.build | 1 -
 doc/reference/librygel-renderer/meson.build     | 1 -
 doc/reference/librygel-server/meson.build       | 1 -
 6 files changed, 6 deletions(-)

commit d3927b5c08ad796f58c0f43c92174e10d9eb7268
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jan 18 12:44:28 2019 +0100

    build: Bump target-glib for autotools

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b01a81d054d1dc144a82c33cf9e5d2efac67fb62
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jan 18 10:48:20 2019 +0100

    Bump glib requirements to 2.44
    
    Match with GUPnP/GSSDP

 configure.ac | 4 ++--
 meson.build  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 1f4a4281b311c58306b527b30ada7f669b9dbcd4
Author: Jens Georg <mail@jensge.org>
Date:   Thu Jan 17 14:03:23 2019 +0100

    build: Lower valac requirement to 0.36 again

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6e9a3d40191d3ea00ddc2d85fe11f4a5f11f5d39
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 17:09:23 2019 +0100

    build: Add flatpak manifest
    
    Basically to be able to build it anywhere without jhbuilding

 build-aux/org.gnome.Rygel.json | 129 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 129 insertions(+)

commit 55a9e3315881f93a70c843e8118815d2e86c71cb
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 14:23:57 2019 +0100

    server: LG hacks: Remove MP4 DLNA profile
    
    LG devices seem to be a bit picky regarding the DLNA profiles they
    accept for MP4, but will accept MP4 files without any profile just fine.
    So just drop the DLNA profile if facing a LG device
    
    Fixes #122

 src/librygel-server/rygel-lg-tv-hacks.vala | 2 ++
 1 file changed, 2 insertions(+)

commit 688b1bbf7647a6d62bbb226aa647741f9ce8a8f5
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 14:22:44 2019 +0100

    server: LG hacks: Rewrite AVI mime type
    
    Fixes #123

 src/librygel-server/rygel-lg-tv-hacks.vala | 2 ++
 1 file changed, 2 insertions(+)

commit 8cbdeb727152a1a345a95b43c3fb3fca9ae7af74
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 14:18:34 2019 +0100

    Add .editorconfig

 .editorconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 4a0e09a37e0ef70207e4c14fe6c8b980dc8ba628
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 14:14:05 2019 +0100

    doc: Add note regarding blacklisting behavior

 doc/man/rygel.conf.xml | 3 +++
 1 file changed, 3 insertions(+)

commit 6bd892bc5a43fb5f526979cdd818ce12b8368bae
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 13:41:29 2019 +0100

    server: Better check for localhost
    
    Delegate the checking of being local to GInetAddress.
    
    This should also catch more addresses in the 127/8 range, IPv6's ::1 and
    systems where the loopback device isn't lo (e.g. BSD with lo0)

 src/librygel-server/rygel-http-server.vala | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit e7b55f496a7a2a0379c4c48cab5fc85b06d2b3e2
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 14 13:29:48 2019 +0100

    server, engines: Fix @ADDRESS@ replacement
    
    Before creating proxy or transcoding uris, replace patterns in the
    original URI
    
    Fixes #89

 src/librygel-server/rygel-media-engine.vala             | 3 ++-
 src/librygel-server/rygel-media-file-item.vala          | 2 +-
 src/media-engines/gstreamer/rygel-gst-media-engine.vala | 5 ++++-
 src/media-engines/simple/rygel-simple-media-engine.vala | 7 +++++--
 4 files changed, 12 insertions(+), 5 deletions(-)

commit 24a5026584ba072e2d786a5d395fb95e5914f80c
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:   Wed Jan 9 08:16:26 2019 +0000

    Add Belarusian translation

 po/LINGUAS |    1 +
 po/be.po   | 1586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1587 insertions(+)

commit 7c93841e36cc615176a9f5989ad77d68148bc763
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Dec 14 12:11:58 2018 +0100

    Replace Bugzilla by Gitlab URL in DOAP file

 rygel.doap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)