diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-20 23:24:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-20 23:24:50 +0200 |
commit | 871b797a84db1fd625fe13991d4da2bb25adc1d2 (patch) | |
tree | 95dd14c2998d80bbea4c33d207a0a1fca8184635 /ChangeLog | |
parent | 313caf3932fab12b6cbf9c4f11cd80c8f25c92cf (diff) | |
parent | a099c47b6645d9642e49144d83b26e609fa5ec2f (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 75 |
1 files changed, 74 insertions, 1 deletions
@@ -1,6 +1,79 @@ +commit 921ff14cdaf58f804ab1f5a2f9abd15ee5ffa19c +Author: Jens Georg <mail@jensge.org> +Date: Sat Jul 14 13:06:00 2018 +0200 + + Prepare Shotwell 0.28.4 + +M NEWS +M configure.ac +M meson.build + +commit ce6d50975ffd7741f4b30a1b144e02eb4e868da9 +Author: Jens Georg <mail@jensge.org> +Date: Thu Jun 28 22:36:38 2018 +0200 + + camera: Temporarily remove libusb work-around + + Work-around for !4 - unbreaking PTP support for most users is probably + more important than catering this somewhat obscure + (obsolete?) behavior + +M src/camera/CameraTable.vala + +commit 9e12fe7a5af9eda05d8c5e6d0f771b1c8021d18d +Author: Jens Georg <mail@jensge.org> +Date: Thu Jun 28 22:03:56 2018 +0200 + + camera: Add mtp to supported mount schemes + + This allows automatic unmounting of MTP devices. + +M src/library/LibraryWindow.vala + +commit 91f755dafd82d53aa0e2753fcfc8eedd8fce8918 +Author: Piotr Drąg <piotrdrag@gmail.com> +Date: Tue Jun 5 15:24:46 2018 +0200 + + Fix keywords in Turkish translation + + + (cherry picked from commit 64c40c6f0fe4558ec1bab4851cc771991593adda) + +M po/tr.po + +commit 5bb67119597371a34b6de52e7633082919a981cf +Author: Jens Georg <mail@jensge.org> +Date: Fri Jun 8 11:31:59 2018 +0200 + + google: Fix OAuth2 token extraction + + The old code parsed the page title which previously was the URI. That + seems to have changed lately to be empty. + + Use proper OAuth2 redirect_uri and handle the custom Scheme just + like in + Flickr for OAuth1. + + Closes #12 + +M plugins/authenticator/shotwell/GoogleAuthenticator.vala + +commit 4d55d976d0d458de0770616b934b3deace519c0f +Author: Jens Georg <mail@jensge.org> +Date: Wed May 23 23:29:43 2018 +0200 + + Fix slideshow settings dialog + + - Missing response codes for buttons + - Wrong template class name + + https://bugzilla.gnome.org/show_bug.cgi?id=796370 + +M ui/slideshow_settings.ui + commit cacc8bd5415d978f2eb64f215e4be696290c6edc Author: Jens Georg <mail@jensge.org> -Date: Mon May 7 19:37:12 2018 +0200 +Date: Mon May 7 19:37:12 2018 +0200 Prepare 0.28.3 |