commit cfb0e920a3328d07787dab0e7751d6da7a9cf72a
Author: Jens Georg <mail@jensge.org>
Date:   Mon Feb 13 21:39:24 2017 +0100

    Prepare 0.25.5

    Signed-off-by: Jens Georg <mail@jensge.org>

M	NEWS

commit 178070af02ea3dd9af920ec33d112b2fb354055c
Author: Jens Georg <mail@jensge.org>
Date:	Mon Feb 13 21:37:01 2017 +0100

    Distribute resource and header files

    Signed-off-by: Jens Georg <mail@jensge.org>

M	authenticator.am

commit b834fe3d8cd117b9bda916e9b8abc23472c005bd
Author: Jens Georg <mail@jensge.org>
Date:	Mon Feb 13 20:51:14 2017 +0100

    Fix dependencies for authenticator library

    Signed-off-by: Jens Georg <mail@jensge.org>

M	authenticator.am

commit e96362678ca4e8b5650df2fdbfd0e55ee50cb326
Author: Jens Georg <mail@jensge.org>
Date:	Mon Feb 13 20:50:51 2017 +0100

    Introduce "refresh()" method to authenticator

    Signed-off-by: Jens Georg <mail@jensge.org>

M
plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala
M	plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala
M	plugins/authenticator/shotwell/GoogleAuthenticator.vala
M	src/plugins/PublishingInterfaces.vala

commit 841db576d864fb0252e1b34e086bcbab94f8ef5d
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:	Sun Feb 12 14:59:45 2017 +0000

    Update Swedish translation

M	help/sv/sv.po

commit 5c64525827f751dad749c39706f1630e7e189e84
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Sat Feb 11 20:11:02 2017 +0100

    Update POTFILES.in and POTFILES.skip

M	po/POTFILES.in
M	po/POTFILES.skip

commit d4687a780564111e8d312f60efd87e42b31c5ee1
Author: Jens Georg <mail@jensge.org>
Date:	Sat Feb 11 19:34:25 2017 +0100

    i18n: Update POTFILES.{in,skip}

    Signed-off-by: Jens Georg <mail@jensge.org>

M	po/POTFILES.in
M	po/POTFILES.skip

commit 0a170a63276965e5548b7e2c561bccdd401bd7d5
Author: Jens Georg <mail@jensge.org>
Date:	Sat Feb 11 00:04:20 2017 +0100

    Only show logout button if authenticator supports it

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/shotwell-publishing/FlickrPublishing.vala
M	plugins/shotwell-publishing/PicasaPublishing.vala
M	plugins/shotwell-publishing/YouTubePublishing.vala

commit b0fa855491788456973575794ec97ee753ea514c
Author: Jens Georg <mail@jensge.org>
Date:	Thu Feb 9 23:02:15 2017 +0100

    Flickr: Fix authentication from persistent data

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala
M	plugins/shotwell-publishing/FlickrPublishing.vala

commit f0f65a1275e84b9dfab2124be6a36396997f8683
Author: Jens Georg <mail@jensge.org>
Date:	Thu Feb 9 22:38:42 2017 +0100

    google: Persistency handling in authenticator

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/authenticator/shotwell/GoogleAuthenticator.vala
M	plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
M	plugins/common/RESTSupport.vala
M	plugins/shotwell-publishing/PicasaPublishing.vala
M	plugins/shotwell-publishing/YouTubePublishing.vala

commit 161c19ba01045b942e050e6dd5956c759c1fa140
Author: Jens Georg <mail@jensge.org>
Date:	Thu Feb 9 22:17:45 2017 +0100

    Make pluggables depend on authenticator availability

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/authenticator/shotwell/GoogleAuthenticator.vala
M	plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
M	plugins/shotwell-publishing/shotwell-publishing.vala
M	src/plugins/PublishingInterfaces.vala

commit abad9e07aeaae6a91c571ddeb99cfedfb4afa5e3
Author: Jens Georg <mail@jensge.org>
Date:	Thu Feb 9 22:16:53 2017 +0100

    Facebook: Move persitency into authenticator

    Signed-off-by: Jens Georg <mail@jensge.org>

M
plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala
M	plugins/shotwell-publishing/FacebookPublishing.vala

commit 7544a3eba84686cbfeafed8cab572e3aff9ba9b8
Author: Jens Georg <mail@jensge.org>
Date:	Thu Feb 9 21:36:14 2017 +0100

    flickr: Move persistency to authenticator

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala
M	plugins/shotwell-publishing/FlickrPublishing.vala

commit b8b39ef517ae0a944175e66d3a27262e5503c6df
Author: Jens Georg <mail@jensge.org>
Date:	Wed Feb 8 23:15:04 2017 +0100

    Extract Google authenticator

    Put it into the authenticator library as well

    Signed-off-by: Jens Georg <mail@jensge.org>

M	authenticator.am
M	configure.ac
A	plugins/authenticator/shotwell/GoogleAuthenticator.vala
M	plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
M	plugins/common/RESTSupport.vala
M	plugins/shotwell-publishing/PicasaPublishing.vala
M	plugins/shotwell-publishing/YouTubePublishing.vala

commit a3b6e0f6f73069ad2472ffa68f36f77adadd0485
Author: Jens Georg <mail@jensge.org>
Date:	Mon Feb 6 19:08:31 2017 +0100

    Put authenticators into separate library

M	Makefile.am
A	authenticator.am
M	configure.ac
R096	plugins/shotwell-publishing/FacebookPublishingAuthenticator.vala
plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala
R066	plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala
plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala
A	plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala
R100	plugins/shotwell-publishing/flickr_pin_entry_pane.ui
plugins/authenticator/shotwell/flickr_pin_entry_pane.ui
A
plugins/authenticator/shotwell/org.gnome.Shotwell.Authenticator.gresource.xml
M	plugins/shotwell-publishing/FacebookPublishing.vala
M	plugins/shotwell-publishing/FlickrPublishing.vala
M
plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml
M	publish.am
M	src/plugins/PublishingInterfaces.vala

commit a90cf2623f57ec50f1ad2284a7ae552f33381be4
Author: Jens Georg <mail@jensge.org>
Date:	Wed Jan 4 11:37:43 2017 +0100

    No need for request phase tokens in Flickr publisher

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/shotwell-publishing/FlickrPublishing.vala

commit 6b6e2818218e80d90dfcca5382da635e9b16b580
Author: Jens Georg <mail@jensge.org>
Date:	Wed Jan 4 11:28:05 2017 +0100

    flickr: Move API keys into authenticator

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/shotwell-publishing/FlickrPublishing.vala
M	plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala

commit b473cddea88394badb66faaf7dab5091a620c027
Author: Jens Georg <mail@jensge.org>
Date:	Thu Dec 22 21:05:41 2016 +0100

    Extract Flickr authentication into own class

M	plugins/shotwell-publishing/FlickrPublishing.vala
A	plugins/shotwell-publishing/FlickrPublishingAuthenticator.vala
M	publish.am

commit 3351086742689b8397dd8df0c2961e42a46499be
Author: Jens Georg <mail@jensge.org>
Date:	Mon Dec 19 19:28:39 2016 +0100

    Move Facebook authenticator in extra file

M	plugins/shotwell-publishing/FacebookPublishing.vala
A	plugins/shotwell-publishing/FacebookPublishingAuthenticator.vala
M	po/POTFILES.in
M	po/POTFILES.skip
M	publish.am

commit 25ec931a9447eefbcffb34e0a1d5362eb3b5cb55
Author: Jens Georg <mail@jensge.org>
Date:	Sun Dec 18 23:09:04 2016 +0100

    Only show Facebook logout button if supported

    If authenticator does not have logout feature, don't show it

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/shotwell-publishing/FacebookPublishing.vala

commit a8bda161eb06acafadc95c907b1acb0e2b34212d
Author: Jens Georg <mail@jensge.org>
Date:	Sun Dec 18 23:02:29 2016 +0100

    Extract Facebook authentication process

    Put it into extra class implementing the Authenticator interface

    Signed-off-by: Jens Georg <mail@jensge.org>

M	plugins/shotwell-publishing/FacebookPublishing.vala
M	src/plugins/PublishingInterfaces.vala

commit 9a04c84ec121a6a027540a8aad422c5fffa90d69
Author: Jens Georg <mail@jensge.org>
Date:	Thu Dec 15 20:08:54 2016 +0100

    Define Authenticator interface

    Signed-off-by: Jens Georg <mail@jensge.org>

M	src/plugins/PublishingInterfaces.vala

commit 535b205eb061bc1d95cf83fb07a415d7515f31f3
Author: Alan Mortensen <alanmortensen.am@gmail.com>
Date:	Sat Feb 11 19:14:45 2017 +0100

    Updated Danish translation

M	po/da.po

commit c73d7b5f14b71f12df11a654dc688edd566f8592
Author: Jens Georg <mail@jensge.org>
Date:	Mon Feb 6 19:52:49 2017 +0100

    libraw.vapi: Fix setting of parameters on OutputParams

    Signed-off-by: Jens Georg <mail@jensge.org>

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

M	src/photos/GRaw.vala
M	vapi/libraw.vapi

commit 478e943e82926ee617126f659fffd8810e202b65
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Mon Feb 6 12:17:32 2017 +0000

    Update Brazilian Portuguese translation

M	po/pt_BR.po

commit 6c6182f341dafdb39c2b270fd11edb5fa8e30941
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Sat Feb 4 16:48:24 2017 +0100

    graw, libraw.vapi: Use the correct type for use_camera_matrix

    libraw_output_params_t.use_camera_matrix is a tri-state value, not a
    boolean. Since any non-zero value counts as 'true', let's use the
    default unless someone finds a reason not to.

    See:
    http://www.libraw.org/docs/API-datastruct-eng.html#libraw_output_params_t

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

M	src/photos/GRaw.vala
M	vapi/libraw.vapi

commit e045b9b48851dd4f21387e99de1aa3a1e10a3a66
Author: Debarshi Ray <debarshir@gnome.org>
Date:	Sat Feb 4 16:21:17 2017 +0100

    libraw.vapi: Set the correct power value for the gamma curve

    libraw_output_params_t.gamm[0] is meant to have the inverted gamma or
    power value. See:
    http://www.libraw.org/docs/API-datastruct-eng.html#libraw_output_params_t

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

M	vapi/libraw.vapi

commit dac7891bd25d9d3b62f773cb0743c78b41692f24
Author: Jens Georg <mail@jensge.org>
Date:	Tue Jan 31 21:43:57 2017 +0100

    Post-release version bump

    Signed-off-by: Jens Georg <mail@jensge.org>

M	configure.ac