commit cd0d9ea02eedda856b2a5857bd2d740e09e8fc7a
Author: Bastien Nocera <[email protected]>
Date:   Fri Nov 21 17:37:13 2014 +0100

   3.14.1

NEWS         | 10 +++++++++-
configure.ac |  2 +-
2 files changed, 10 insertions(+), 2 deletions(-)

commit b13d1ef86c0852ae662261416427bb4db11eba40
Author: Bastien Nocera <[email protected]>
Date:   Fri Nov 21 17:28:06 2014 +0100

   extension: Never show an info bar in Downloads

   And remove the gnome-bluetooth dependency from the nautilus extension.

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

configure.ac          |  3 +--
src/share-extension.c | 75 +++++++--------------------------------------------
2 files changed, 11 insertions(+), 67 deletions(-)

commit 2bbb558e8d81c50c1c551fa50a927f699ccf8dc1
Author: Bastien Nocera <[email protected]>
Date:   Fri Nov 21 17:21:04 2014 +0100

   nautilus: Fix incorrect label when Bluetooth is on

   The Public directory would have had a label saying:
   "May be shared over the network or Bluetooth"
   That's incorrect since we removed support for ObexFTP.

src/share-extension.c | 4 ----
1 file changed, 4 deletions(-)

commit 6af7fb7fe20837d4bb52d3b2e5b58e0824d1cc80
Author: Pedro Albuquerque <[email protected]>
Date:   Sat Nov 15 22:37:07 2014 +0000

   Updated Portuguese translation

po/pt.po | 60 ++++++++++++++++++++++++++++++++----------------------------
1 file changed, 32 insertions(+), 28 deletions(-)

commit cc4d8fdee2d9ba85a548fd36e4226fed9dcab88b
Author: Cosimo Cecchi <[email protected]>
Date:   Mon Nov 10 04:01:14 2014 -0800

   obexpush: use GApplication for unique instance

   Similar to what we just did for webdav, stop using an X selection to
   ensure an unique instance of this.
   Also, cleanup the code a little bit in the process.

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

src/Makefile.am           |   5 +-
src/user_share-obexpush.c | 154 +++++++++++++++++++---------------------------
2 files changed, 63 insertions(+), 96 deletions(-)

commit cfbcbe50a7ad927ea10639fd3dfa0e9836ed8f7c
Author: Cosimo Cecchi <[email protected]>
Date:   Mon Nov 10 03:58:42 2014 -0800

   obexpush: make obex_agent_up() and obex_agent_down() symmetric

   Make these two functions idempotent and symmetric in return value;
   obex_agent_up() cannot return NULL since obex_agent_new() won't ever
   return a NULL GObject.

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

src/obexpush.c | 7 ++++---
src/obexpush.h | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)

commit eab2401a1661e21923943c4b3ccc9625c406c9d6
Author: Cosimo Cecchi <[email protected]>
Date:   Mon Nov 10 03:30:47 2014 -0800

   webdav: use GApplication for unique instance

   Instead of getting an X selection. Currently, the obexpush and webdav
   helpers compete for the same selection, so it's impossible to run them
   both at the same time.

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

src/Makefile.am         |   3 +-
src/user_share-webdav.c | 106 ++++++++++++++++++++++--------------------------
2 files changed, 49 insertions(+), 60 deletions(-)

commit 8f092f60e814edd7914df95220bcaf2e7497565f
Author: Cosimo Cecchi <[email protected]>
Date:   Mon Nov 10 03:14:20 2014 -0800

   webdav: remove unused code

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

src/http.c              | 6 ------
src/http.h              | 1 -
src/user_share-webdav.c | 3 ---
3 files changed, 10 deletions(-)

commit e1566b1bd916050dad6a27adf9715e9c26ce80b4
Author: Cosimo Cecchi <[email protected]>
Date:   Mon Nov 10 03:08:29 2014 -0800

   webdav: remove unused defines

   This are leftovers from before the gnome-user-share binary was split in
   two.

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

src/user_share-webdav.c | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)

commit 63f66d9f28df0e49f69521f32e45f72081cc5b41
Author: Daniel Martinez <[email protected]>
Date:   Mon Nov 10 10:31:06 2014 +0100

   Update Aragonese translation

po/an.po | 187 ++++++++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 125 insertions(+), 62 deletions(-)

commit cc95c2feca6aa90ffc83dbce2c0777fa4deaf8e5
Author: Mario Sanchez Prada <[email protected]>
Date:   Thu Oct 30 12:44:31 2014 -0700

   obex: Make initial notifications for Bluetooth incoming transmissions CRITICAL

   By making these change, interaction with these notifications will be
   more intuitive for the user, as they won't ever expire until being
   explicitly dismissed. Also, notifications will show all the information
   plus the buttons required to make a decision, right from the start.

   From https://developer.gnome.org/notification-spec:

    "Critical notifications should not automatically expire, as they are
     things that the user will most likely want to know about. They should
     only be closed when the user dismisses them, for example, by clicking
     on the notification."

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

src/obexpush.c | 1 +
1 file changed, 1 insertion(+)

commit 5bca8742e96bc5f3447be18e9c6ac5692cc3e3cd
Author: Mario Sanchez Prada <[email protected]>
Date:   Thu Oct 30 11:06:44 2014 -0700

   obex: Make sure obexd daemon is launched if needed when starting to watch it

   This fixes a situation where files can't be sent to the computer (e.g.
   from a phone) until you enable and then disable the bluetooth sharing
   options at least once, as the shutting down will cause the obexd daemon
   to run due to the UnregisterAgent D-Bus call in obex_agent_down().

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

src/obexpush.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 7bb9f1dc8e2f32b218862f2bfdcb860a47bf1021
Author: Baurzhan Muftakhidinov <[email protected]>
Date:   Wed Oct 29 00:49:14 2014 +0000

   Added Kazakh translation

po/LINGUAS |   1 +
po/kk.po   | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 169 insertions(+)

commit c698367cbd4bcc3da3755d74c1b0434e86614df9
Author: Fabio Tomat <[email protected]>
Date:   Wed Oct 15 09:01:17 2014 +0000

   Updated Friulian translation

po/fur.po | 331 +++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 174 insertions(+), 157 deletions(-)

commit bf4f34b8523a6364c0a561f34352642282c07885
Author: Arash Mousavi <[email protected]>
Date:   Fri Oct 10 22:27:28 2014 +0330

   Updates Persian Translations

po/fa.po | 172 +++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 100 insertions(+), 72 deletions(-)

commit af31bec6263bc45dba71a605184a054c63bb2a73
Author: Gianvito Cavasoli <[email protected]>
Date:   Sun Oct 5 11:07:00 2014 +0000

   Updated Italian translation

po/it.po | 85 ++++++++++++++++++----------------------------------------------
1 file changed, 24 insertions(+), 61 deletions(-)

commit 2b8bd447b8e71fd63a0a64bd1b4d24702df645e1
Author: Krasimir Chonov <[email protected]>
Date:   Sat Oct 4 07:36:43 2014 +0300

   Updated Bulgarian translation

po/bg.po | 221 ++++++++++++++++++---------------------------------------------
1 file changed, 63 insertions(+), 158 deletions(-)

commit c0a1dda85953ec719012e90d57c20e6de4f274b2
Author: GNOME Translation Robot <[email protected]>
Date:   Tue Sep 23 12:29:53 2014 +0000

   Added Scottish Gaelic translation

po/LINGUAS |   1 +
po/gd.po   | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 176 insertions(+)

commit 3484e9e47581582abdaee72d17a0f7fa2737ae67
Author: Мирослав Николић <[email protected]>
Date:   Tue Sep 23 10:42:19 2014 +0200

   Updated Serbian translation

po/sr.po       | 86 ++++++++++++++++++++++++++++++----------------------------
po/[email protected] | 86 ++++++++++++++++++++++++++++++----------------------------
2 files changed, 88 insertions(+), 84 deletions(-)

commit abca6a32ec3a147d06981c21b3a188828970cd87
Author: Iris Gou <[email protected]>
Date:   Tue Sep 23 09:20:55 2014 +0800

   update zh_CN translation

po/zh_CN.po | 64 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 31 deletions(-)