commit 631df9fad4d7f0e13ea25da7dd98c6aea289037a
Author: Jens Georg <mail@jensge.org>
Date:   Mon Nov 11 20:55:48 2013 +0100

    Prepare 0.8.8

 NEWS         | 32 ++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

commit 3067ebbf02e5e6c56512324325cfe1b83d7f3044
Author: tuhaihe <1132321739qq@gmail.com>
Date:   Fri Nov 1 22:43:41 2013 +0800

    Added Chinese simplified translation

 po/LINGUAS  |   1 +
 po/zh_CN.po | 464 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 465 insertions(+)

commit ef380cb4a581e6424e69e7f777c009a9c4e91d70
Author: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date:   Wed Sep 18 23:36:07 2013 +0300

    universal-cp: Select first combobox value by default
    
    Even if a restricted value list does not have a default value, it makes
    sense to select one of the values in the combobox: it might save the
    user a button press.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708370

 src/universal-cp/action-dialog.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 895976c52601f49bf22936c1cee9802d3e037dc1
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Oct 23 12:30:50 2013 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

commit df818cda010591e9337491ba001917dc3eae8405
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Oct 22 14:36:54 2013 +0200

    Updated Spanish translation

 po/es.po | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

commit 5865350f237afc14591de4e535b50658b0d75e1e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 20 18:24:48 2013 +0200

    Updated Slovenian translation

 po/sl.po | 64 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 30 deletions(-)

commit 7d8e77fac2099680e0547febaef944a8169dbae0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Oct 20 15:12:10 2013 +0200

    Updated Polish translation

 po/pl.po | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

commit 8e640cfd3089d234dac8c3ed3d91bdceb81f3209
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 20 13:10:13 2013 +0200

    network-light: Add --interface and --port option

 src/network-light/main.c | 31 ++++++++++++++++++++++++++++---
 src/network-light/upnp.c | 12 ++++++++++--
 src/network-light/upnp.h |  2 +-
 3 files changed, 39 insertions(+), 6 deletions(-)

commit a3fad1985ec6b66ce2c34fb9f30c2c564de255f1
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 20 13:02:07 2013 +0200

    universal-cp: Add --interface and --port options

 src/universal-cp/main.c | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

commit 95e430fc63396c4e73f01a7b9bce9c1a4f3ccb81
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 20 12:53:05 2013 +0200

    av-cp: Add --interface option
    
    --interface allows a dedicated interface to use to be set. --interface can be
    used multiple times to specify a list of network interfaces.

 configure.ac     |  2 +-
 src/av-cp/main.c | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

commit f9e0333da773d0afbec2f8e7b412f57d2830ef8c
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 20 12:11:28 2013 +0200

    Don't crash on variable-only service
    
    Also keep a reference to introspection when adding service variables into the
    treeview. Otherwise the introspection gets unreffed in device-treeview.c:528
    and the state variables become invalid.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672863

 src/universal-cp/device-treeview.c | 3 +++
 1 file changed, 3 insertions(+)