evince 3.27.91

2018-02-19 Thread Jose Aliste
About Document Viewer
=

View multipage documents

News


Bugfixes:
* Prevent window from growing, (#783242, isk...@posteo.org)
* Update LZMA SDA (Bastien Nocera)
* Fix media-player keys (#789738, Bastien Nocera)
* Fix reading CBZ files created on MacOS (#782754, Bastien Nocera)
* Fix orientation of auto-rotate option  (#782394, Jason Crain)
* Fix dialog extending past edge of screen (#733618, Jason Crain)
* Don't show tooltips for empty annotations (#772621,  Nelson Benitez)
* Remove un-necessary cairo configure checks (#788980, Jason Crain)
* Fix Overflow checks in tiff backend (#788980, Jason Crain)
* Better handle of external links (#791287, Jose Aliste)
* Fixing display of overlapping annotations (#787070, Fabian Franzen)
* Reduce minimal size of sidebar (#778000, Nelson Benitez)
* Bind mouse back/forward buttons to history navigation (#787464, Casey Jao)
* Fix property name in about dialog (#790595, Stefano Facchini) 
* Install appstream metadata to correct location (#790079, Jeremy Bicha)
* Correct sliding mode for toolbar in fullscreen (#788718, Steano Facchini)
* Correct GPL2+ license text (#788719, Stefano Facchini)
* Add some shortcuts  (#790253, Stefano Facchini)
* Fix resources generation when building (#790283, Stefano Facchini)
* Update about dialing (#785527, German Poo-Caamaño)
* Always use poppler_document_Save to avoid data loss (#770012, German 
Poo-Caamaño)
* Add keybindings for special back/forward keys (#553892, German 
Poo-Caamaño)
* Allow zooming to the limits of the scale (#788480, David King)
* Fix asking to save when document has been modified (#767611, German 
Poo-Caamaño)
* Fix navigation with annotation already selected in sidebar (#680880, 
German Poo-Caamaño)
* Show tooltip for Outline entris (#787437, Idloj)
* Default to 96 DPI when unable to compute (Stefano Facchini)

Documentation:
* Misc fixes (Andre Kappler)
* Updated screenshots (Mario Blättermann)

Translation updates:

* Anders Jonsson (sv)
* Arash Mousavi (fa)
* Balázs Úr (hu)
* Cheng-Chia Tseng (zh_TW)
* Daniel Mustieles (es)
* Efstathios Iosifidis (el)
* Emin Tufan Çetin (tr)
* Enrico Nicoletto (pt_BR)
* Fabio Tomat (fur)
* Fran Dieguez (gl)
* Gil Forcada (ca)
* gogo (hr)
* Jiri Grönroos (fi)
* Khaled Hosny (ar)
* Kjartan Maraas (nb)
* Kukuh Syafaat (id)
* Marek Cernocky (cs)
* Mario Blättermann (de)
* Matej Urbančič (sl)
* Mingcong Bai (zh_CN)
* Pawan Chitrakar (ne)
* Piotr Drąg (pl)
* Stas Solovey (ru)
* Sveinn í Felli (is)
* Xavi Ivars (ca@valencia)
* Марко Костић (sr)
* Alexandre Franke (fr)
* Andre Klapper (zh_CN)
* Isaac F. Ferreira Filho (pt_BR)


ChangeLog
=
https://download.gnome.org/sources/evince/3.27/evince-3.27.91.changes  (27.9K)

Download

https://download.gnome.org/sources/evince/3.27/evince-3.27.91.tar.xz (3.21M)
  sha256sum: 583a20d11593a07d725432c4cb8c19f1e31ba5a382b0d3e39a346aadd57c0cfb

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

simple-scan 3.27.91

2018-02-19 Thread Robert Ancell

Download

https://download.gnome.org/sources/simple-scan/3.27/simple-scan-3.27.91.tar.xz 
(440K)
  sha256sum: ff45f069f261654c99d48dbae53339dc795a73e6dc67d681d4d0286a4d1ce8ff

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gjs 1.51.91

2018-02-19 Thread Philip Chimento
News


- Promises now resolve with a higher priority, so asynchronous code should be
  faster. [Jason Hicks]

- Closed bugs and merge requests:

  * New build 'warnings' [#117, !62, !63, Claudio André, Philip Chimento]
  * Various CI maintenance [!64, !65, !66, Claudio André, Philip Chimento]
  * profiler: Don't include alloca.h when disabled [!69, Ting-Wei Lan]
  * GNOME crash with fatal error "Finalizing proxy for an object that's
scheduled to be unrooted: Gio.Subprocess" in gjs [#26, !70, Philip Chimento]



Download

https://download.gnome.org/sources/gjs/1.51/gjs-1.51.91.tar.xz (594K)
  sha256sum: a24a5ce0c01369ea9f7154d630dceeff59627787cd9e3da3f409b3143c733f35

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

gnome-settings-daemon 3.27.91

2018-02-19 Thread Jeremy Bicha
News


Build:
- Fix error when doing non-debug builds
- Fix runtime linkage to libgsd and libcommon
- Apply a workaround for D-Bus code generation



Download

https://download.gnome.org/sources/gnome-settings-daemon/3.27/gnome-settings-daemon-3.27.91.tar.xz
 (1.30M)
  sha256sum: 04a3f406dd5c584b549201b0499c248763c4548d113612690c62a0ee2136caf0

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gvfs 1.35.91

2018-02-19 Thread Ondrej Holy
About gvfs
==

GVfs is a userspace virtual filesystem designed to work with the I/O
abstraction of GIO (a library availible in GLib >= 2.15.1). It
installs several modules that are automatically used by applications
using the APIs of libgio. There is also FUSE support that allows
applications not using GIO to access the GVfs filesystems.

The GVfs model differs from e.g. GnomeVFS in that filesystems must be
mounted before they are used. There is a master daemon (gvfsd) that
handles coordinating mounts, and then each mount is (typically) in its
own daemon process (although mounts can share daemon process).

GVfs comes with a set of backends, including trash support, SFTP, SMB,
HTTP, DAV, and others.

GVfs also contains modules for GIO that implement volume monitors and
the GNOME URI scheme handler configuration.

News


* mtp: Prevent crashes if device is unplugged during mount operation
* daemon: Fix admin backend spawning on some systems
* google: Return error properly when trying to replace native files
* Several smaller bugfixes
* Translation updates



Download

https://download.gnome.org/sources/gvfs/1.35/gvfs-1.35.91.tar.xz (1.19M)
  sha256sum: ea6332f87d0c4c318936a024c30f17df54fdc26dc5fd30d54309d1b8383c1231

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


orca 3.27.91

2018-02-19 Thread Joanmarie Diggs
About orca
==

Screen reader for individuals who are blind or visually impaired

News


Web + Email:

 * Improve navigation among, and presentation of, editable elements with
   descendants

 * Fix bug in which Orca went silent due to text elements failing to
   support the accessible text interface

 * Eliminate double presentation of visual labels which also provide the
   accessible description

 * Fix issue causing Orca to skip over certain table content in SayAll

 * Improve presentation of displayed text in ARIA dialogs

 * Re-enable announcement of page tab switches in Firefox

LibreOffice:

 * Work around https://bugs.documentfoundation.org/show_bug.cgi?id=109398

 * Eliminate double presentation of redundant frames

General:

 * Implement initial support for braille "word wrap"

 * Improve presentation of locations in file chooser dialog

 * Only present text changes from type-ahead entries if they are focused

 * Eliminate some chattiness resulting from redundant focus claims from
   Gtk+ tables

 * Eliminate double-presentation of spin button value changes

 * Fix bug causing nameless, valueless comboboxes to not be presented

 * Fix issues in Orca's documentation

 * Bump minimum version of AT-SPI2

New and updated translations (THANKS EVERYONE!!!):

deGermanTim Sabsch
eoEsperanto Kristjan SCHMIDT
esSpanish   Daniel Mustieles
frFrenchClaude Paroz
glGalician  Fran Dieguez
idIndonesianKukuh Syafaat
poPolishPiotr Drąg
pt_BR Brazilian Portuguese  Enrico Nicoletto
ukUkrainian Андрій Бандура

=


ChangeLog
=
https://download.gnome.org/sources/orca/3.27/orca-3.27.91.changes  (8.56K)

Download

https://download.gnome.org/sources/orca/3.27/orca-3.27.91.tar.xz (2.33M)
  sha256sum: 8f939714f315298cf75c97e8b4556b6a2134782774c07b9edecc62e78c9d145e

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

evolution 3.27.91

2018-02-19 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
Bug 793064 - Default value of attachment-reminder-clues doesn't 
localize (Milan Crha)
Bug 793104 - COMPLETED in libical 3.0+ is DATE-TIME only (Milan Crha)
Bug 793107 - Add option to build with enchant 1.x or 2.x (Rafael 
Fontenelle)
Bug 793109 - Name of attached mail with dash in Subject truncated 
(Milan Crha)
Bug 793368 - Install AppStream metadata to /usr/share/metainfo/ (Jeremy 
Bicha)
Bug 793396 - Collapsing expanded recipients list collapses entire 
header (Milan Crha)
Bug 793125 - Crash due to popup menus left attached too long (Milan 
Crha)
Bug 792746 - Fails to build with ENABLE_SMIME set to OFF (Milan Crha)
Bug 793240 - Let open attachments in default application easily (Milan 
Crha)

Miscellaneous:
Add Create/Destroy view options to test-source-selector utility (Milan 
Crha)
Hide enchant dependency from public headers (Milan Crha)

Translations:
Carles Ferrando Garcia (ca)
Fabio Tomat (fur)
Jiri Grönroos (fi)
Piotr Drąg (pl)
Mario Blättermann (de)
Fran Dieguez (gl)
Jordi Mas (ca)
Nathan Follens (nl)



Download

https://download.gnome.org/sources/evolution/3.27/evolution-3.27.91.tar.xz 
(11.5M)
  sha256sum: 013a8b4bf25de57c6f2acbf9195ac7b4565099b530d2de2c436330818f899962

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

evolution-ews 3.27.91

2018-02-19 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Bug Fixes:
Bug 793104 - COMPLETED in libical 3.0+ is DATE-TIME only (Milan Crha)
Bug 775690 - Support OAuth2 for outlook.office365.com (Milan Crha)
Bug 793368 - Install AppStream metadata to /usr/share/metainfo/ (Jeremy 
Bicha)

Miscellaneous:
Correct possible scope for Office365 OAuth2 (Milan Crha)
Add translator comments around 'Tenant' word (Milan Crha)
Check validity of returned values in 'Folder Sizes' function (Milan 
Crha)
Various changes related to outlook.office365.com server (Milan Crha)
Office365.com OAuth2 - Relax the 'prompt' user interaction type (Milan 
Crha)

Translations:
Marek Cernocky (cs)
Piotr Drąg (pl)



Download

https://download.gnome.org/sources/evolution-ews/3.27/evolution-ews-3.27.91.tar.xz
 (486K)
  sha256sum: dc520b37c66870dd5c7f35dd2d5c7e66491947eeafb8d85c10e5859a12ece049

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

evolution-mapi 3.27.91

2018-02-19 Thread Milan Crha
About evolution-mapi


MS Exchange integration through OpenChange

News


Bug Fixes:
Bug 793104 - COMPLETED in libical 3.0+ is DATE-TIME only (Milan Crha)
Bug 793368 - Install AppStream metadata to /usr/share/metainfo/ (Jeremy 
Bicha)



Download

https://download.gnome.org/sources/evolution-mapi/3.27/evolution-mapi-3.27.91.tar.xz
 (395K)
  sha256sum: b6b86619fae150f4e4c9d578df13a0261a544cc56dd60f8f44d4e6a6d5328181

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-data-server 3.27.91

2018-02-19 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
Bug 793104 - COMPLETED in libical 3.0+ is DATE-TIME only (Milan Crha)
Bug 793368 - Install AppStream metadata to /usr/share/metainfo/ (Jeremy 
Bicha)
Bug 792746 - Fails to build with ENABLE_SMIME set to OFF (Milan Crha)
Bug 793465 - [NNTP] Fix division by zero when folder is empty (Fatih 
Akca)
Bug 793466 - [evolution-source-registry] Empty .source file causes high 
CPU usage (Milan Crha)

Miscellaneous:
Correct return value of e_oauth2_service_get_access_token_sync() (Milan 
Crha)
Write also message UID in Junk filter debug logs (Milan Crha)
build: favor python3 as interpreter (Dominique Leuenberger)

Translations:
Claude Paroz (fr)
Emin Tufan Çetin (tr)
Fran Dieguez (gl)
Piotr Drąg (pl)
Fabio Tomat (fur)
Mario Blättermann (de)
Rafael Fontenelle (pt_BR)
Aurimas Černius (lt)



Download

https://download.gnome.org/sources/evolution-data-server/3.27/evolution-data-server-3.27.91.tar.xz
 (4.23M)
  sha256sum: 376d0d06fca0fc0a34d93837f887a6d9c188446826feb6530168f74a5630c2be

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list