libsoup 2.61.1

2017-12-11 Thread Claudio Saavedra
About libsoup
=

libsoup is an HTTP client/server library for GNOME. It uses GObjects
and the GLib main loop, to integrate well with GNOME applications.

News


* tld-parser: use Python 3 [#785735, Ross Burton]

* Fix heap-buffer-overflow in soup_ntlm_parse_challenge()
  [#788037, Milan Crha]

* Fix possibly uninitialized value in ssl-test
  [Tomas Popela]

* SoupCache: fix the timestamp for responses [#791031,
  Claudio Saavedra]



Download

https://download.gnome.org/sources/libsoup/2.61/libsoup-2.61.1.tar.xz (1.75M)
  sha256sum: 2aa7556b16563279875a525b1dd37b94ac055e01fddf8e4c9695c57e829c6b67

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


orca 3.27.3

2017-12-11 Thread Joanmarie Diggs
About orca
==

Screen reader for individuals who are blind or visually impaired

News


Web + Email:

 * Fixed several issues in presentation of editable content

 * Hack around lack of window:activate events for ARIA dialogs

 * Fix presentation of find results in new version of Firefox

 * Improve handling of focused elements getting destroyed when activated

 * Attempt to identify and navigate around non-navigable embedded documents

General:

 * Fix chattiness issue caused by off-screen labels in Gtk+ listboxes

 * Eliminate incorrect presentation of previous panel

 * Fix issues to pass 'yelp-check validate'


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

ca@valencia   Catalan (Valencian)   Xavi Ivars
csCzech Marek Černocký
neNepaliPawan Chitrakar
noNorwegian bokmål  Kjartan Maraas
svSwedish   Anders Jonsson
trTurkish   Muhammet Kara, Olcay Aşcı

=


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

Download

https://download.gnome.org/sources/orca/3.27/orca-3.27.3.tar.xz (2.32M)
  sha256sum: 237a5ac01fb62067e72b91ed18e8364d1063e14df6b5e257d619a5bc1d6b4401

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

gnome-logs 3.27.3

2017-12-11 Thread Jonathan Kang
About Logs
==

Logs makes it easy to view and filter log messages and events. Filter
logs by category and importance to get the information you want. Use
the integrated search to get more relevant results.

News


* update to Indonesian translation


ChangeLog
=
https://download.gnome.org/sources/gnome-logs/3.27/gnome-logs-3.27.3.changes  
(375)

Download

https://download.gnome.org/sources/gnome-logs/3.27/gnome-logs-3.27.3.tar.xz 
(1.21M)
  sha256sum: 9f9e7d397b26ef6321df225d8586d0c06fa44852b9dbd8a621ebd9513041f6bc

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


gnome-disk-utility 3.27.3

2017-12-11 Thread Kai Lüke
About Disks
===

Disk Management Utility for GNOME

News


Iñigo Martínez:
  * build: Rename build options
  * build: Remove default warning level
  * build: Remove unused defines
  * build: Remove macro definition
  * build: Use meson 0.43.0 features
  * build: Use datadir on post install script
  * build: Move the icons' files

Kai Lüke:
  * Set partition type for MBR partitions
  * build: Document custom build switches

Updated translations:
  * gogo (hr), Kukuh Syafaat (id), Marek Cernocky (cs), Tim Sabsch (de)



Download

https://download.gnome.org/sources/gnome-disk-utility/3.27/gnome-disk-utility-3.27.3.tar.xz
 (1.57M)
  sha256sum: e9aad66d4053979f98d2f774bca89949afc2812fdab3cbe233d9cfa60602d7f2

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

gvfs 1.35.3

2017-12-11 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: Handle read-past-EOF ourselves to prevent hangs
* Port several parts to GTask
* Several smaller bugfixes
* Translation updates



Download

https://download.gnome.org/sources/gvfs/1.35/gvfs-1.35.3.tar.xz (1.24M)
  sha256sum: 82311abde2c80f7f1346f7ea52456849e89a14e6408712c29b1d49b43e05467d

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


vala 0.39.2

2017-12-11 Thread Rico Tzschichholz
About vala
==

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code.

The syntax of Vala is similar to C#, modified to better fit the
GObject type system. Vala supports modern language features as the
following: Interfaces, Properties, Signals, Foreach, Lambda
expressions, Type inference for local variables, Generics, Non-null
types, Assisted memory management, Exception handling, Type modules
(Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. All
that is needed to use a library with Vala is an API file, containing
the class and method declarations in Vala syntax. Vala currently comes
with bindings for GLib and GTK+ and many others from the GNOME
Platform.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the GObject-
based API of the Vala library as usual. It should also be easily
possible to write a bindings generator for access to Vala libraries
from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when
generating a binding.

News


 * Various bug fixes:
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

 * GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

 * Valadoc
  - libvaladoc: Actually resolve "percnt;" to '%'

 * Bindings:
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Switch to GIR [#730746]
  - gtk+-4.0: Update to 3.93.0+6af4947e
  - posix: Move signal constants to an enum and add few missing ones [#790958]


ChangeLog
=
https://download.gnome.org/sources/vala/0.39/vala-0.39.2.changes  (3.63K)

Download

https://download.gnome.org/sources/vala/0.39/vala-0.39.2.tar.xz (3.18M)
  sha256sum: aabe98aff2b463f5fb330a981315fa8f0dd0ce39b74af5c0f18e5fdeb5f34dc7

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


evolution-mapi 3.26.3

2017-12-11 Thread Milan Crha
About evolution-mapi


MS Exchange integration through OpenChange

News


Translations:
Ask Hjorth Larsen (da)



Download

https://download.gnome.org/sources/evolution-mapi/3.26/evolution-mapi-3.26.3.tar.xz
 (392K)
  sha256sum: 456b1cbff4c9b824a4c604997cfa2b33c14268d021465c4da01f168fc935c4d6

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


evolution 3.27.3

2017-12-11 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
Bug 700778 - TNEF attachment not processed properly (Milan Crha)
Bug 790263 - [alarm-notify] URLs in Location field should be clickable 
(Milan Crha)
Bug 790326 - [evolution-backup] Allow running without GUI/DISPLAY 
(Milan Crha)
Bug 789526 - Incorrect message selected after Delete in real Trash 
folder (Milan Crha)
Bug 789571 - Handle webcal:// URI to add new On The Web calendar (Milan 
Crha)
Bug 790069 - Free/Busy Publishing should not include X-SUMMARY and 
X-LOCATION (Milan Crha)
Bug 790291 - Disallow shrinking message list to zero width (Milan Crha)
Bug 790020 - Use original location when composing new message in Search 
Folder (Milan Crha)
Bug 680268 - Handle meeting invitation with detached instances (Milan 
Crha)
Bug 790311 - Print of message attachment shows main message headers 
(Milan Crha)
Bug 790944 - Attachment filename in multipart/mixed can be lost (Milan 
Crha)
Bug 790666 - Comma in Full Name breaks meeting organizer validity check 
(Milan Crha)
Bug 790952 - Skip extra leading forward slashes in mailto: from Chrome 
(Milan Crha)
Bug 790635 - Slow start with 10+ mail accounts enabled (Milan Crha)
Bug 262328 - Selecting collapsed threads only selects the first message 
(Milan Crha)
Bug 791203 - Add file extension to pasted image in Plain Text mode 
(Milan Crha)
Bug 790632 - Option to visually wrap long lines in composer (Milan Crha)
Bug 790773 - Add message list columns to show Sender/Recipients email 
addresses only (Milan Crha)
Bug 788603 - Ability to reorder mail filtering rules' conditions and 
actions (Milan Crha)
Bug 651270 - Allow Drag to reorder items in Mail Filters dialog 
(Milan Crha)

Miscellaneous:
Workaround bug 674885 (type initialisation deadlock in GObject) (Milan 
Crha)
Address compiler warnings introduced with libytnef 1.9.2 (Milan Crha)
[Calendar] set_style_from_attendee(): Prevent crash when attendee has 
no mail set (Milan Crha)
Extend "delete-selects-previous" mail option to cover mark 
junk/not-junk too (Milan Crha)
Replace deprecated NONE with VOID in e-marshal.list (Milan Crha)
Drag of multiple messages from message list to composer fails 
(Milan Crha)
[Composer] Better care of autosave snapshot after WebKitWebProcess 
crash (Milan Crha)
Remove the OMF file in help/ (Piotr Drąg)

Translations:
Daniel Mustieles (es)
Marek Cernocky (cs)
Kjartan Maraas (nb)
Aurimas Černius (lt)
Kukuh Syafaat (id)
Christian Kirbach (de)



Download

https://download.gnome.org/sources/evolution/3.27/evolution-3.27.3.tar.xz 
(11.5M)
  sha256sum: b9baf5828a63a9f44be4e1191e2aa2a38b64c4c23f542f092cdd7ee60fe51527

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

evolution-ews 3.27.3

2017-12-11 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Bug Fixes:
Bug 790450 - Check response headers for credential expiration hints 
(Milan Crha)

Miscellaneous:
[ECalBackendEws] Prevent crash when item has no MIME content set (Milan 
Crha)
Correct arguments of g_dngettext() added in the previous commit (Milan 
Crha)

Translations:
Mario Blättermann (de)
Marek Cernocky (cs)
Piotr Drąg (pl)
Kukuh Syafaat (id)



Download

https://download.gnome.org/sources/evolution-ews/3.27/evolution-ews-3.27.3.tar.xz
 (477K)
  sha256sum: 692b5a160df7fc445aeab25e0dff9feeadaf24212effdbe2a0ab588427856ea4

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

evolution-data-server 3.26.3

2017-12-11 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
Bug 789147 - [IMAPx] Slow message move with UID MOVE (Milan Crha)
Bug 790032 - Google Contacts ESource recreated every start of 
source-registry (Milan Crha)
Bug 789549 - [IMAPx] Runtime warning after message copy/move (Milan 
Crha)
Bug 790267 - Expired Google OAuth2 token not refreshed (Milan Crha)
Bug 790759 - Proxies are ignored in EWebDAVDiscover and Google OAuth2 
token refresh (Eloi Vanderbeken)
Bug 790887 - [IMAPx] Folder '[Gmail]' hidden after start (Milan Crha)
Bug 790987 - [IMAPx] Also copy/move locally cached message on COPY/MOVE 
command (Milan Crha)

Miscellaneous:
Extend workaround for bug 674885 (type initialisation deadlock in 
GObject) (Milan Crha)
[CamelOfflineStore] Incorrect disconnect when going online (Milan Crha)
[SMTP] Recognize rejected credentials during SASL authentication (Milan 
Crha)
[OAuth2] Enhance how expired or invalid access tokens are handled 
(Milan Crha)
[CalDAV/CardDAV] Always set error on failed connection attempt (Milan 
Crha)
Correct typo in libgweather include directory variable (Milan Crha)
Correct a failure condition in cal_client_init_in_dbus_thread() (Milan 
Crha)

Translations:
Kjartan Maraas (nb)



Download

https://download.gnome.org/sources/evolution-data-server/3.26/evolution-data-server-3.26.3.tar.xz
 (4.20M)
  sha256sum: 63b1ae5f76be818862f455bf841b5ebb1ec3e1f4df6d3a16dc2be348b7e0a1c5

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


evolution-ews 3.26.3

2017-12-11 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Miscellaneous:
[ECalBackendEws] Prevent crash when item has no MIME content set (Milan 
Crha)

Translations:
Ask Hjorth Larsen (da)



Download

https://download.gnome.org/sources/evolution-ews/3.26/evolution-ews-3.26.3.tar.xz
 (474K)
  sha256sum: 70995b96a1d6842ff9a00709b15eb68e65c3984087382885ed4d489a91659ded

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


evolution 3.26.3

2017-12-11 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
Bug 789648 - Problem viewing .eml attachment (Milan Crha)
Bug 700778 - TNEF attachment not processed properly (Milan Crha)
Bug 790263 - [alarm-notify] URLs in Location field should be clickable 
(Milan Crha)
Bug 790326 - [evolution-backup] Allow running without GUI/DISPLAY 
(Milan Crha)
Bug 789526 - Incorrect message selected after Delete in real Trash 
folder (Milan Crha)
Bug 789571 - Handle webcal:// URI to add new On The Web calendar (Milan 
Crha)
Bug 790069 - Free/Busy Publishing should not include X-SUMMARY and 
X-LOCATION (Milan Crha)
Bug 790291 - Disallow shrinking message list to zero width (Milan Crha)
Bug 680268 - Handle meeting invitation with detached instances (Milan 
Crha)
Bug 790311 - Print of message attachment shows main message headers 
(Milan Crha)
Bug 790944 - Attachment filename in multipart/mixed can be lost (Milan 
Crha)
Bug 790666 - Comma in Full Name breaks meeting organizer validity check 
(Milan Crha)
Bug 790952 - Skip extra leading forward slashes in mailto: from Chrome 
(Milan Crha)
Bug 791203 - Add file extension to pasted image in Plain Text mode 
(Milan Crha)

Miscellaneous:
Workaround bug 674885 (type initialisation deadlock in GObject) (Milan 
Crha)
[Calendar] set_style_from_attendee(): Prevent crash when attendee has 
no mail set (Milan Crha)
Drag of multiple messages from message list to composer fails 
(Milan Crha)
[Composer] Better care of autosave snapshot after WebKitWebProcess 
crash (Milan Crha)

Translations:
Kjartan Maraas (nb)



Download

https://download.gnome.org/sources/evolution/3.26/evolution-3.26.3.tar.xz 
(11.5M)
  sha256sum: 091621f21827e2dfb8057f3b2c3a215c4e97a692c59d0a4ee33108af571de60e

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


evolution-data-server 3.27.3

2017-12-11 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
Bug 790032 - Google Contacts ESource recreated every start of 
source-registry (Milan Crha)
Bug 789549 - [IMAPx] Runtime warning after message copy/move (Milan 
Crha)
Bug 790267 - Expired Google OAuth2 token not refreshed (Milan Crha)
Bug 790759 - Proxies are ignored in EWebDAVDiscover and Google OAuth2 
token refresh (Eloi Vanderbeken)
Bug 790020 - Use original location when composing new message in Search 
Folder (Milan Crha)
Bug 790887 - [IMAPx] Folder '[Gmail]' hidden after start (Milan Crha)
Bug 790635 - Slow start with 10+ mail accounts enabled (Milan Crha)
Bug 791016 - [Camel] Fix a compiler warning at 
folder_summary_update_counts_by_flags() (Philip Withnall)
Bug 790987 - [IMAPx] Also copy/move locally cached message on COPY/MOVE 
command (Milan Crha)
Bug 791327 - Adapt to gweather_info_new() API change (Milan Crha)

Miscellaneous:
Extend workaround for bug 674885 (type initialisation deadlock in 
GObject) (Milan Crha)
[SMTP] Recognize rejected credentials during SASL authentication (Milan 
Crha)
[OAuth2] Enhance how expired or invalid access tokens are handled 
(Milan Crha)
Merge duplicated code around EGDataOAuth2Authorizer (Milan Crha)
[File Calendar] Include detailed information in Free/Busy response 
(Milan Crha)
[CalDAV/CardDAV] Always set error on failed connection attempt (Milan 
Crha)
Correct introspection code build without libgdata (Milan Crha)
Correct typo in libgweather include directory variable (Milan Crha)
Show feedback on message download for offline after going online (Milan 
Crha)
Correct a failure condition in cal_client_init_in_dbus_thread() (Milan 
Crha)

Translations:
Kjartan Maraas (nb)
Kukuh Syafaat (id)
Hanifi Çakmak (tr)



Download

https://download.gnome.org/sources/evolution-data-server/3.27/evolution-data-server-3.27.3.tar.xz
 (4.21M)
  sha256sum: cc90413e52f8a317d8c644cc20c1e156eff4a1185a99636a894d4125dfa8c8ba

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

evolution-mapi 3.27.3

2017-12-11 Thread Milan Crha
About evolution-mapi


MS Exchange integration through OpenChange

News


Bug Fixes:
Bug 788373 - Option to subscribe to other user's folder with subfolders 
(Milan Crha)

Translations:
Kukuh Syafaat (id)
Piotr Drąg (pl)



Download

https://download.gnome.org/sources/evolution-mapi/3.27/evolution-mapi-3.27.3.tar.xz
 (394K)
  sha256sum: f686b85b8e3f182469dbf4d45ec7fa48cb146dd6dfe725d554400fd48e592b6f

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

vala 0.36.8

2017-12-11 Thread Rico Tzschichholz
About vala
==

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code.

The syntax of Vala is similar to C#, modified to better fit the
GObject type system. Vala supports modern language features as the
following: Interfaces, Properties, Signals, Foreach, Lambda
expressions, Type inference for local variables, Generics, Non-null
types, Assisted memory management, Exception handling, Type modules
(Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. All
that is needed to use a library with Vala is an API file, containing
the class and method declarations in Vala syntax. Vala currently comes
with bindings for GLib and GTK+ and many others from the GNOME
Platform.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the GObject-
based API of the Vala library as usual. It should also be easily
possible to write a bindings generator for access to Vala libraries
from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when
generating a binding.

News


 * Various bug fixes:
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

 * GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

 * Bindings:
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Cherry-pick some fixes from 0.38 branch
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]


ChangeLog
=
https://download.gnome.org/sources/vala/0.36/vala-0.36.8.changes  (4.06K)

Download

https://download.gnome.org/sources/vala/0.36/vala-0.36.8.tar.xz (2.73M)
  sha256sum: df51128ce6ef2505a203c4f17e8269f0edcb5f84619ed562d25a88c52652e5db

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


vala 0.38.4

2017-12-11 Thread Rico Tzschichholz
About vala
==

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code.

The syntax of Vala is similar to C#, modified to better fit the
GObject type system. Vala supports modern language features as the
following: Interfaces, Properties, Signals, Foreach, Lambda
expressions, Type inference for local variables, Generics, Non-null
types, Assisted memory management, Exception handling, Type modules
(Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. All
that is needed to use a library with Vala is an API file, containing
the class and method declarations in Vala syntax. Vala currently comes
with bindings for GLib and GTK+ and many others from the GNOME
Platform.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the GObject-
based API of the Vala library as usual. It should also be easily
possible to write a bindings generator for access to Vala libraries
from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when
generating a binding.

News


 * Various bug fixes:
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

 * GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

 * Valadoc
  - Acknowledge possible properties in structs [#784705]
  - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
  - libvaladoc: Actually resolve "percnt;" to '%'

 * Bindings:
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - webkit2gtk-4.0: Update to 2.19.2
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]


ChangeLog
=
https://download.gnome.org/sources/vala/0.38/vala-0.38.4.changes  (4.74K)

Download

https://download.gnome.org/sources/vala/0.38/vala-0.38.4.tar.xz (3.24M)
  sha256sum: 2cb33a63bd17737e72f5f4f9ca4109f398500ee1f17a01ff4ef94139b07ae5e9

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


vala 0.34.13

2017-12-11 Thread Rico Tzschichholz
About vala
==

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code.

The syntax of Vala is similar to C#, modified to better fit the
GObject type system. Vala supports modern language features as the
following: Interfaces, Properties, Signals, Foreach, Lambda
expressions, Type inference for local variables, Generics, Non-null
types, Assisted memory management, Exception handling, Type modules
(Plugins)

Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. All
that is needed to use a library with Vala is an API file, containing
the class and method declarations in Vala syntax. Vala currently comes
with bindings for GLib and GTK+ and many others from the GNOME
Platform.

Using classes and methods written in Vala from an application written
in C is not difficult. The Vala library only has to install the
generated header files and C applications may then access the GObject-
based API of the Vala library as usual. It should also be easily
possible to write a bindings generator for access to Vala libraries
from applications written in e.g. C# as the Vala parser is written as
a library, so that all compile-time information is available when
generating a binding.

News


 * Bug fixes and binding updates.


ChangeLog
=
https://download.gnome.org/sources/vala/0.34/vala-0.34.13.changes  (3.89K)

Download

https://download.gnome.org/sources/vala/0.34/vala-0.34.13.tar.xz (2.66M)
  sha256sum: a2b157372ffe9efeb8990e1846c4584b3ca0791aa085bc6ab35342c81fb40b2a

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


shotwell 0.27.2

2017-12-11 Thread Jens Georg
About shotwell
==

Shotwell is a digital photo manager designed for the GNOME desktop
environment. It allows you to import photos from disk or camera,
organize them by keywords and events, view them in full-window or
fullscreen mode, and share them with others via social networking and
more.

News


  * Use meson for building the debian package
  * Improve the wording for the "Width or Height" scaling constraint
  * Fix unmounting the camera when it is mounted via mtp, not gphoto2
  * Speed up color transformations
  * Refactor Tumblr and Flickr code to use common OAuth1 base class
  * Flickr: Do the authentication in Shotwell, not calling the system browser
  * Fix sorting by title
  * Fix searching for newly added keywords
  * Make it possible to edit month and year easily in date/time picker
  * Doc: Fix keybord shortcut for publishing pane

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=718977
 - https://bugzilla.gnome.org/show_bug.cgi?id=729857
 - https://bugzilla.gnome.org/show_bug.cgi?id=736643
 - https://bugzilla.gnome.org/show_bug.cgi?id=779677
 - https://bugzilla.gnome.org/show_bug.cgi?id=781472
 - https://bugzilla.gnome.org/show_bug.cgi?id=786821
 - https://bugzilla.gnome.org/show_bug.cgi?id=787553
 - https://bugzilla.gnome.org/show_bug.cgi?id=790668

All contributors to this release:
 - Jens Georg 
 - Piotr Drąg 
 - Mario Blättermann 
 - Marek Cernocky 
 - Josef Andersson 
 - Cheng-Chia Tseng 
 - Ask Hjorth Larsen 
 - Alan Mortensen 

Added/updated translations
 - cs, courtesy of Marek Černocký
 - da, courtesy of Alan Mortensen
 - de, courtesy of Mario Blättermann
 - pl, courtesy of Piotr Drąg
 - sv, courtesy of Josef Andersson
 - zh_TW, courtesy of Cheng-Chia Tseng


ChangeLog
=
https://download.gnome.org/sources/shotwell/0.27/shotwell-0.27.2.changes  
(10.3K)

Download

https://download.gnome.org/sources/shotwell/0.27/shotwell-0.27.2.tar.xz (5.36M)
  sha256sum: 2b2b8e5274ac0a103e78b651636242cd1b7098d1e12df3fa76060c315f09ac2f

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

pygobject 3.27.1

2017-12-11 Thread Christoph Reiter
About PyGObject
===

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News


- Revert "setup.py: Also set setup_requires to require pycairo" 
(Christoph Reiter)
- setup.py: Also set setup_requires to require pycairo (Christoph 
Reiter)
- setup.py: Provide a os.path.samefile fallback for Python 2 under 
Windows (Christoph Reiter)
- Add sphinx based documentation (Christoph Reiter) (#791448)
- PKG-INFO: Revert name back to PyGObject (Christoph Reiter)
- setup.py: Rework pycairo discovery to not use pkg-config (Christoph 
Reiter)
- setup.py: Fix the distcheck command on Windows (Christoph Reiter)
- setup.py: Remove various classifiers and the download-url which 
aren't accepted by pypi (Christoph Reiter)
- version bump (Christoph Reiter)


ChangeLog
=
https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.1.changes  
(7.95K)

Download

https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.1.tar.xz (962K)
  sha256sum: 40a62c479eed9aca6b2095b1650ab87981b7358880a0a07cacbdcbc250e155f1

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


gnome-tweak-tool 3.26.4

2017-12-11 Thread Jeremy Bicha
About GNOME Tweaks
==

GNOME Tweaks allows adjusting advanced configuration settings in GNOME
3. This includes things like the fonts used in user interface
elements, alternative user interface themes, changes in window
management behavior, GNOME Shell appearance and extension, etc.

News


New bugfix release.

* Stop requiring a GTK2 theme for Applications theme switcher. (Jeremy)
* Offer HighContrastInverse theme. (Jeremy)
* Don't show duplicate theme names. (Jeremy)

Contributors:
 Jeremy Bicha

Translations:
 Khaled Hosney [ar], gogo [hr], Hannie Dumoleyn [nl],
 Борисав Живановић [sr], Kjartan Maraas [nb], Muhammet Kara [tr]



Download

https://download.gnome.org/sources/gnome-tweak-tool/3.26/gnome-tweak-tool-3.26.4.tar.xz
 (247K)
  sha256sum: fda08044d22c258bbd93dbad326d282d4d1184b98795ae8e3e5f07f8275005df

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

gnome-tweak-tool 3.27.3

2017-12-11 Thread Jeremy Bicha
About GNOME Tweaks
==

GNOME Tweaks allows adjusting advanced configuration settings in GNOME
3. This includes things like the fonts used in user interface
elements, alternative user interface themes, changes in window
management behavior, GNOME Shell appearance and extension, etc.

News


Development release.

* Translation updates

Translations:
 Kukuh Syafaat [id], Kjartan Maraas [nb],
 Muhammet Kara & Nurperi Utlu [tr]



Download

https://download.gnome.org/sources/gnome-tweak-tool/3.27/gnome-tweak-tool-3.27.3.tar.xz
 (251K)
  sha256sum: 43b77c256bf97e20d2c1c813736a2d9bc684d2c60c126f758e18566caa0f14fd

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


eog 3.27.2

2017-12-11 Thread Felix Riemann
About Eye of GNOME Image Viewer
===

The Eye of GNOME image viewer is the official image viewer for the
GNOME Desktop environment. With it, you can view single image files,
as well as large image collections. The Eye of GNOME supports a
variety of image file formats. The GdkPixbuf library determines which
file formats Eye of GNOME can load and save.

News


Bug fixes:
 #787188, Close confirmation dialog looks outdated
 #787750, EOG 3.26 does not store recently used files


ChangeLog
=
https://download.gnome.org/sources/eog/3.27/eog-3.27.2.changes  (1.85K)

Download

https://download.gnome.org/sources/eog/3.27/eog-3.27.2.tar.xz (5.27M)
  sha256sum: b887f41006565e0be83ff58aa9db81b012d4569f082bf90d9dc1be4a3325c148

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


gnome-maps 3.27.3

2017-12-11 Thread Marcus Lundblad
About gnome-maps


Map application based on OpenStreetMap map data

News


Changes since 3.27.3
  - Show tile provider and OSM attribution in the About dialog
  - Install appstream metadata to non-deprecated location
  - Update Flatpak manifest to build libgweather with Meson

Added/updated/fixed translations
  - Icelandic
  - Indonesian
  - Czech

All contributors to this release:
Jeremy Bicha 
Kukuh Syafaat 
Marcus Lundblad 
Marek Cernocky 
Sveinn í Felli 



Download

https://download.gnome.org/sources/gnome-maps/3.27/gnome-maps-3.27.3.tar.xz 
(1.13M)
  sha256sum: b5ff567a1ca4a6451ca7100c2be1409d7a28a49c09f8a72bed906a5d87a641f2

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

gnome-terminal 3.27.3

2017-12-11 Thread Christian Persch
About Terminal
==

Terminal Emulator

ChangeLog
=

commit 6f4f0a5667c1249c814d845c95059e6c885e3f5b
Author: Christian Persch 
Date:   Mon Dec 11 22:26:42 2017 +0100

Post release version bump

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

commit 8d7e8b39f808bb4d008c64705c58c4819fd21d22
Author: Christian Persch 
Date:   Mon Dec 11 22:19:47 2017 +0100

Version 3.27.2

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

commit fcac20fcc7b76cd5abb1e50af632584abf42647d
Author: Egmont Koblinger 
Date:   Sat Dec 9 21:23:14 2017 +0100

profile: editor: Demote "Allow bold text" to a hidden pref

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

 src/profile-editor.c   |  4 
 src/profile-preferences.ui | 32 +++-
 2 files changed, 7 insertions(+), 29 deletions(-)

commit aeb429e5a36d64229707d93520f88ed18ea96f9c
Author: Egmont Koblinger 
Date:   Sat Dec 9 12:24:11 2017 +0100

profile: editor: Add "Show bold text in bright colors" pref

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

 src/org.gnome.Terminal.gschema.xml |   5 +
 src/profile-editor.c   |   4 +
 src/profile-preferences.ui | 586 +++--
 src/terminal-schemas.h |   1 +
 src/terminal-screen.c  |   3 +
 5 files changed, 320 insertions(+), 279 deletions(-)

commit 0c811a67b4fd1c13d7f138bf228e943e7ce0a6e0
Author: Furkan Ahmet Kara 
Date:   Sat Dec 9 09:38:13 2017 +

Update Turkish translation

 po/tr.po | 1731 +-
 1 file changed, 909 insertions(+), 822 deletions(-)

commit a8f5dc9cd2c183ca61aa958bdcda310e03d9bb35
Author: Sveinn í Felli 
Date:   Fri Dec 8 09:02:21 2017 +

Update Icelandic translation

(cherry picked from commit bcae445a53accd9b52f8a1381fd5fad5354980c7)

 po/is.po | 33 +
 1 file changed, 21 insertions(+), 12 deletions(-)

commit 4ebdada213035b92653bde0c2639453f151bf6b0
Author: Sveinn í Felli 
Date:   Tue Dec 5 18:49:24 2017 +

Update Icelandic translation

(cherry picked from commit e01a9067f432cd29d77c25f633ca36ba532e66b1)

 po/is.po | 63 +--
 1 file changed, 29 insertions(+), 34 deletions(-)

commit 10a6a26f17d34f646f679e7552a0b73068d26907
Author: Sveinn í Felli 
Date:   Tue Dec 5 18:31:32 2017 +

Update Icelandic translation

(cherry picked from commit 30db4cc5a08b6c4456002ddb363da1209c969c08)

 po/is.po | 1323 ++
 1 file changed, 808 insertions(+), 515 deletions(-)

commit bb22d7a5a96714cebab0d5ceaec8237fb7acc218
Author: Kukuh Syafaat 
Date:   Tue Dec 5 14:36:35 2017 +

Update Indonesian translation

 po/id.po | 1716 --
 1 file changed, 900 insertions(+), 816 deletions(-)

commit 44a3eec31cc6334aaf7e869ebdd8f61a8ec3f92b
Author: Piotr Drąg 
Date:   Mon Dec 4 23:30:00 2017 +0100

schemas: Use nice apostrophes in new keys

See https://developer.gnome.org/hig/stable/typography.html

 src/org.gnome.Terminal.gschema.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 76acb5d29a2cb2d8650aad62608e5064d1e683ef
Author: Egmont Koblinger 
Date:   Mon Dec 4 23:15:59 2017 +0100

screen: Add support for increased line and character spacing

New hidden per-profile keys cell-{height,width}-scale take values
from 1.0 (default) to 2.0 (double spacing) to push the letters further
apart from each other, without affecting the font size.

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

 src/org.gnome.Terminal.gschema.xml | 10 ++
 src/terminal-schemas.h |  2 ++
 src/terminal-screen.c  |  9 -
 3 files changed, 20 insertions(+), 1 deletion(-)

commit 4544faaed52c29fe05e7d390256bbe0b2d46a306
Author: Piotr Drąg 
Date:   Mon Dec 4 20:17:31 2017 +0100

Remove the OMF file

It’s a gnome-doc-utils/ScrollKeeper leftover.

 help/gnome-terminal.omf.in | 9 -
 1 file changed, 9 deletions(-)

commit 47f646216783e8f3cecbd00736a1e43e336100e5
Author: Christian Persch 
Date:   Fri Dec 1 17:38:07 2017 +0100

build: Add explicit pthreads dependency

Use AX_PTHREAD to check for pthreads, and use the corresponding
CFLAGS and LIBS for gnome-terminal-server.

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

 configure.ac |   2 +
 m4/ax_pthread.m4 | 485 

at-spi2-core 2.27.1

2017-12-11 Thread Mike Gorse
About at-spi2-core
==

D-Bus accessibility specifications and registration daemon


Download

https://download.gnome.org/sources/at-spi2-core/2.27/at-spi2-core-2.27.1.tar.xz 
(183K)
  sha256sum: 7927da9681c51e266c0bee38373be4ad9782f4cd84ef082beadf2e510ec30e17

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


dconf-editor 3.27.3

2017-12-11 Thread Arnaud Bonatti
About dconf-editor
==

A graphical viewer and editor of applications internal settings

News


Big release. There’s a new developer, Davi da Silva Böger, and things are moving
faster, finally. Great. :)

The main UI has been redesigned. The search is now dynamic and looks great; even
if search results could be improved, this function will probably already be more
useful than what was there previously. Relocatable schemas are now handled; that
has been possible by adding an internal list of known mappings, and offering the
user a settings to add custom ones. Please, test.

Some little more things for users: the “back” and “forward” buttons of mice that
have some could now be used; you can now open dconf-editor to a given path or to
the path where a given schema is mapped using command-line; there’s an option to
sort folder first (or last); HighContrast theme has been tested with new design;
edition of values of type “double” is fixed; keys of the “string array” type are
not anymore edited with a single-line entry; etc.

As you can imagine, many things have changed internally. This release includes a
(recently pushed) patch known to break the handling of some corner-cases; if you
hit one of these, please report bug, it will help. And other changes are coming.

Packagers should be aware also that the gettext domain changed, and that there’s
a patch included that has been reported to make the build in some quite specific
conditions crashy; if you are in this situation, please comment on the bugzilla.

Translations updated:
  Czech: Marek Cernocky
  French: Charles Monzat
  Friulian: Fabio Tomat
  German: Mario Blättermann
  Indonesian: Kukuh Syafaat
  Nepali: Pawan Chitrakar
  Norwegian bokmål: Kjartan Maraas
  Spanish: Daniel Mustieles
  Turkish: Muhammet Kara



Download

https://download.gnome.org/sources/dconf-editor/3.27/dconf-editor-3.27.3.tar.xz 
(368K)
  sha256sum: bcd7f610763b585622b969f9ea84aa53ddfc875ad4d0c2ec97406887402df2f3

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

libhttpseverywhere 0.6.5

2017-12-11 Thread Daniel Brendle
About libhttpseverywhere


This library enables you to leverage the power of HTTPS Everywhere in
any desktop application you want.


Download

https://download.gnome.org/sources/libhttpseverywhere/0.6/libhttpseverywhere-0.6.5.tar.xz
 (1.07M)
  sha256sum: 7fc8c7b3247de62b2e88aa77701ac11a53fc6a3b2414bf5b12314a2ff1364e4f

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


libdazzle 3.27.3

2017-12-11 Thread Christian Hergert
About libdazzle
===

libdazzle is a collection of fancy features for GLib and Gtk+ that
aren't quite ready or generic enough for use inside those libraries.
This is often a proving ground for new widget prototypes. Applications
such as Builder tend to drive development of this project.

News


Changes in this release:

 • A new DzlRecursiveFileMonitor for recursive file monitors. This is
   only guaranteed to use a single FD when inotify is used (ie: Linux).
 • Fixes for age comparison in directory reaper.
 • Improvements to legacy activation in shortcuts.
 • Avoid potential spinning in progress-menu-button.
 • DzlFileTransfer is a new high-level API to help in copying or moving
   directory trees. It is not as smart as libglnx, but it is simpler to
   use and we'd like to see this improve.
 • DzlTreeBuilder has broken ABI this cycle and gained padding to help
   us avoid breaking ABI in the future. Those who only use it from signals
   and dzl_tree_builder_new() are not effected by this alone.
 • DzlTreeBuilder has also added build-children signal so that it can
   disambiguate between building nodes (adding anscillary data) and
   creating children in a lazy tree. This does, unfortunately, break
   existing code as it needs to switch to using build-children.



Download

https://download.gnome.org/sources/libdazzle/3.27/libdazzle-3.27.3.tar.xz (408K)
  sha256sum: 876837254a9f70f4cb72557b01010aafbbc886cf7b0a0bfddb8cf6d1b475a4a1

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

epiphany 3.27.3

2017-12-11 Thread Michael Catanzaro
About Epiphany
==

A simple web browser based on the popular WebKit rendering engine.

News


- Don't require gvfsd-http for downloading adblock filters (#776682)
- Expand bookmarks popover tag area when there are many tags (#778843)
- Don't attempt to sync when there's no network connectivity (#790286)
- "Search the web" context menu item should switch to the new tab (#790693)
- Revert back to the old address bar dropdown for the time being (#790732)
- Make default sync device name translatable (#790905)
- Fix sync failure warnings appearing multiple times (#790094)
- Remove Epiphany version from user agent (see WebKit #180365)
- Remove support for vendor user agents (see Debian #883712)
- Several miscellaneous Firefox Sync fixes
- Several miscellaneous Google Safe Browsing fixes
- Flatpak: custom stylesheets are now supported
- Flatpak: downloading files is now supported
- Flatpak: view page source is now supported
- Flatpak: Add Epiphany Tech Preview branding for nightly builds



Download

https://download.gnome.org/sources/epiphany/3.27/epiphany-3.27.3.tar.xz (4.23M)
  sha256sum: 34f492eb020797dd3e77c94cf7ab266382973982a6d6a1aa18f66e655ddd6037

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


NetworkManager 1.10.2

2017-12-11 Thread Beniamino Galvani
News


Overview of changes since NetworkManager-1.10.0
===

This is a new stable release of NetworkManager.  Notable changes include:

* Added support for 'onlink' IPv4 routes attribute.
* Wait longer for the carrier to come up after a MTU change.
* Implemented abstraction for team connections that exposes team
configuration items as distinct properties.
* Added basic support for tc queueing disciplines and filters.
* Introduced an Update2() D-Bus method to update connection settings
  with more flexibility.
* Many bug fixes and improvements.



Download

https://download.gnome.org/sources/NetworkManager/1.10/NetworkManager-1.10.2.tar.xz
 (3.76M)
  sha256sum: 169c34f50770e3c96b431f7d2cff654455246f2e6ccd46eccfb4454d4595625b

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


bijiben 3.27.3

2017-12-11 Thread Isaque Galdino de Araujo
About Bijiben
=

GNOME Notes (Bijiben) is a simple application for creating, editing
and viewing notes. Write out notes, every detail matters

News


* More code clean up (Mohammed Sadiq)
* More widgets migrated to GtkBuilder (Mohammed Sadiq)
* Remember last application view style (Jonathan Kang)

Translations
* de (Mario Blättermann)
* id (Kukuh Syafaat)
* nb (Kjartan Maraas)
* pt_BR (Rafael Fontenelle)

Overview of changes in 3.27.2
=

* Fixed missing Unicode strings (Piotr Drąg)
* Code clean up (Mohammed Sadiq)
* Improve adherence to GNOME code standards (Mohammed Sadiq)
* Widgets migration to GtkBuilder (Mohammed Sadiq)
* Move resources to data directory (Iñigo Martínez)
* Improve Meson support (Iñigo Martínez)
* Improve import dialog (Mohammed Sadiq)

Translations
* cs (Marek Cernocky)
* da (Alan Mortensen / Ask Hjorth Larsen)
* lt (Aurimas Černius)
* pl (Piotr Drąg)
* sk (Dušan Kazik)
* sl (Matej Urbančič)



Download

https://download.gnome.org/sources/bijiben/3.27/bijiben-3.27.3.tar.xz (496K)
  sha256sum: 078db7a68f377ea234a16ac65094fee1199d5becc715f313f22a6f9a2b2bface

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

gnome-builder 3.27.3

2017-12-11 Thread Christian Hergert
About Builder
=

Builder is an IDE for writing GNOME-based software. It is currently
under heavy development.

News


Changes since last release:

 • Debugging with gdb has been improved to translate paths when running
   inside of a mount namespace such as flatpak.
 • Improvements to eslint and GJS code indexers to be more flexible with
   other JS runtimes such as NodeJS.
 • A number of correctness fixes in plumbing and for memory leaks.
 • A new build target provider interface has been added so the project
   runner can support executing commands extracted from systems such as
   flatpak.
 • GNOME Night Light integration.
 • Improved greeter sections with support removing data files.
 • Builder will try to remove stale cache data at startup and
   shutdown to help free some disk usage.
 • Project cache data has been moved into a directory by project,
   making it easier to remove cache data when a project is removed.
 • Improved alignments for home/end shortcuts.
 • The build pipeline now uses a PTY and VteTerminal to gain color
   support and extraction of PTY sequences. This allows for proper
   message titles in the omnibar when building. One regression currently is
   that we no longer extract Regex-based error messages.
 • You can now run Cargo-based projects using cargo run.
 • Access to /usr and /etc from the host system when running under Flatpak
   (via /run/host) allows Builder to develop against a host system. Users of
   Builder on CentOS/RHEL/LTS distros are the most likely to benefit from this
   feature.
 • The build pipeline tries to be more verbose for known error messages in
   GLib by setting G_ENABLE_DIAGNOSTIC.
 • Builder now uses --state-dir with flatpak-builder when 0.10.5 or greater
   of flatpak-builder is detected.
 • The project-tree now supports Drag'n'Drop, both internally and using
   text/uri-list selections from external applications.
 • An early preview of VCS status integration into the project tree has been
   included in this release.

Updated Translations:

 Indonesian, Czech, Slovak



Download

https://download.gnome.org/sources/gnome-builder/3.27/gnome-builder-3.27.3.tar.xz
 (8.74M)
  sha256sum: 39cc7a06b72e3fc38ea42d68bf18b6e8a1be768239db05fcc6978f5eef558944

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