commit 2a22e49b515fc9ce5a95fb79b79d8c1a93ff0b42
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Mon Jun 22 21:59:37 2015 -0300

    project: update NEWS for 3.17.3

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

commit 942d3d0bfaece212e581ea7d07bded098a9b1384
Author: Benjamin Steinwender <b@stbe.at>
Date:   Mon Jun 22 18:04:16 2015 +0000

    Updated German translation

 po/de.po | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 195 insertions(+), 21 deletions(-)

commit 241198c7a46590861e2c647c8392faf500a5ac39
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
Date:   Fri Jun 19 23:06:41 2015 -0400

    build: require libical >= 1.0 for a working icaltime_days_in_year()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751244

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

commit 6a39614e388e2e6156df81ba5c1e731f700a33aa
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 19 07:27:00 2015 -0300

    Bug 751206 - correct trust prompt for collection sources
    
    This enables trust prompts for collection sources. Note the changes from the
    above cited bug are needed to have this fully and properly working.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751206

 src/gcal-manager.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 54 insertions(+), 2 deletions(-)

commit 3e97490e1d3ebf7dc1a52cdd4a4ca3d01502bb6b
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 19 07:35:00 2015 -0300

    Bug 751211 - crash on ESource::read-only property change notification
    
    Two things changes:
    a) the actual crash cause in on_client_readonly_changed(), to test whether
       the 'unit' is valid at all before dereferencing it
    b) the callback doesn't seem to be disconnected at all, thus added a disconnect
       of it on the source removal as well
    
    The b) might be enough, but just to be sure I included also a).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751211

 src/gcal-manager.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit afdd726daf30b599da4e12b1027492479102e236
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 19 07:30:00 2015 -0300

    manager: fix bug #751209
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751209

 src/gcal-source-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5f974870c74fc9093f64d406c25043e88fe4940e
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Fri Jun 19 08:10:50 2015 +0000

    Updated Turkish translation

 po/tr.po | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 210 insertions(+), 28 deletions(-)

commit e28bccc1355e232658bdb9c1274bdcf84edb97a9
Author: Bernd Homuth <dev@hmt.im>
Date:   Thu Jun 18 18:31:33 2015 +0000

    Updated German translation

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

commit ada270b997eca02a449d84e268ce9a68350a67e3
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Jun 18 11:15:23 2015 +0200

    Updated Czech translation

 po/cs.po | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

commit 6cd30e9e268409349a3cd31ab441890a7f71e2f9
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Jun 10 19:31:09 2015 +0000

    Updated Italian translation

 po/it.po | 67 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

commit d01a84c325d9d5fb156b9ba2991352cea728cefc
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Jun 7 12:07:10 2015 +0000

    Updated Slovak translation

 po/sk.po | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 198 insertions(+), 24 deletions(-)

commit 19b9807c2b59e2fa20e6fc096de9321ab60820c9
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Jun 5 08:39:34 2015 +0000

    Updated Spanish translation

 po/es.po | 1141 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 569 insertions(+), 572 deletions(-)

commit bf2eb4771c125bd34224fde13ceae7b688616e93
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jun 3 21:10:59 2015 +0200

    Fix minor typos in a comment

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

commit fd54a863f4f185da8757f3705f5dabcef15dd39d
Author: Erick Pérez Castellanos <erick.red@gmail.com>
Date:   Wed Jun 3 14:42:53 2015 -0400

    date-selector: fix crash on some locales
    
    As stated on the bug below Calendar crashes in some locales because of the
    parsing of the string representing the date. Since parsing this string can be
    very tricky, we decided to make a simple translatable string with the format it
    is needed and th translators can set the proper order according to his locale.
    
    The translatable string goes as "%d/%m/%y" being %d the representation of the
    day, %m the representation of the month and, %y, the year. The translators
    should place it in the correct order for its locale, for instance en_US, should
    place it: "%m/%d/%y"
    
    The validation of the translated string is lacking some strength. It could use
    some improving.
    
    Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1226823

 src/gcal-date-selector.c | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 61a32026c19f7f4241c764cebdd4c907814fc850
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed Jun 3 06:45:12 2015 +0000

    Updated French translation

 po/fr.po | 243 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 206 insertions(+), 37 deletions(-)

commit e5b1c7d57f6df11203d93bdcf0230b0b3eaf8fde
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jun 2 04:34:04 2015 +0000

    Updated Tajik translation

 po/tg.po | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 184 insertions(+), 15 deletions(-)

commit dea38ee6dc0a801eacb03e20088bf391078d6d4c
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jun 1 15:57:07 2015 +0200

    Updated Czech translation

 po/cs.po | 218 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 198 insertions(+), 20 deletions(-)

commit 81fda839b681ffe1b13530e9ba9a6951bde9cdad
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Jun 1 10:50:57 2015 +0300

    Updated Greek translation

 po/el.po | 260 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 218 insertions(+), 42 deletions(-)

commit 89d59036fe234212ad9fc8c197a76cd1dbc9ca6f
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri May 29 17:53:20 2015 +0200

    Update Catalan translation

 po/ca.po | 285 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 196 insertions(+), 89 deletions(-)

commit ff042ec79567c8934ef97aa7eccb5dbbac20ebe7
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue May 26 19:26:57 2015 +0200

    Updated Spanish translation

 po/es.po | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 218 insertions(+), 39 deletions(-)

commit 45977bad5be36d581037d15149194f756c45e727
Author: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Date:   Mon May 25 15:23:58 2015 -0300

    Bump 3.17.2 release

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