nautilus 41.rc

2021-09-03 Thread António Jorge Pinto Fernandes
About Nautilus
==

Default file manager for GNOME

News


* Disable background "Properties" while searching (Felipe Borges)
* Don't duplicate set wallpaper when not using portal (Barnabás Pőcze)
* Translation updates (GNOME Translation Project contributors)



Download

https://download.gnome.org/sources/nautilus/41/nautilus-41.rc.tar.xz (3.10M)
  sha256sum: 98d130fdda95835a32ea414eb386a00224b7258fe3d906df33571fb2842dda82

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


gnome-builder 41.0

2021-09-03 Thread Christian Hergert
About Builder
=

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

News


 • Fixes to markdown presentation with Pango
 • Template fixes
 • Allow installation of KDE and elementary Flatpak runtimes through
   private flatpak installation
 • Updated translations



Download

https://download.gnome.org/sources/gnome-builder/41/gnome-builder-41.0.tar.xz 
(11.6M)
  sha256sum: c43f23002c9234016755e07660183e995200795e039b44a0fc72512ab2b3dfa3

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


gnome-text-editor 41.0

2021-09-03 Thread Christian Hergert
About Text Editor
=

Text Editor is a simple editor for GNOME focused on being a good
general purpose default editor.

News


Text Editor 41.0 is equivalent to 41.beta1 with the addition of
more translations.



Download

https://download.gnome.org/sources/gnome-text-editor/41/gnome-text-editor-41.0.tar.xz
 (232K)
  sha256sum: 64d7c0247d2737334d85fd35d810cc4cbb5386b9f1fa830ea4ee7f9e53170a6b

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


libdazzle 3.42.0

2021-09-03 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:

 • Build system fixes for macOS
 • Win32 fixes
 • Panel fixes
 • Allow DzlTaskCache to use NULL copy/free funcs
 • Additional translations



Download

https://download.gnome.org/sources/libdazzle/3.42/libdazzle-3.42.0.tar.xz (440K)
  sha256sum: eae67a3b3d9cce408ee9ec0ab6adecb83e52eb53f9bc93713f4df1e84da16925

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


gtksourceview 5.2.0

2021-09-03 Thread Christian Hergert
About gtksourceview
===

GtkSourceView is a GNOME library that extends GtkTextView, the
standard GTK+ widget for multiline text editing. GtkSourceView adds
support for syntax highlighting, undo/redo, file loading and saving,
search and replace, a completion system, printing, displaying line
numbers, and other features typical of a source code editor.

News


GtkSourceView 5.2.0 is the release corresponding with GNOME 41.0 for
GTK 4-based applications. We expect performance improvements when
combined with GTK 4.4's NGL renderer, especially on HiDPI systems.

Changes since 5.1.0

 * Add support for drawing a highlight line between the gutter and
   text area. kate.xml uses this to more closely match Kate.
 * Python 3 is now preferred over Python 2.
 * Fixes for moving words.
 * A new scheduler API to help with background buffer work
 * Improvements to YARA syntax.
 * Translation updates.

More information can be found at:

 * 
https://blogs.gnome.org/chergert/2021/07/05/gtksourceview-searching-with-pcre2/
 * 
https://blogs.gnome.org/chergert/2021/06/27/performance-improvements-in-text-editing/



Download

https://download.gnome.org/sources/gtksourceview/5.2/gtksourceview-5.2.0.tar.xz 
(1.15M)
  sha256sum: c9b34fa02654f56ce22fa08827d89db4ba81631b2e6d7d31ea65d13c729430e9

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


gtksourceview 4.8.2

2021-09-03 Thread Christian Hergert
About gtksourceview
===

GtkSourceView is a GNOME library that extends GtkTextView, the
standard GTK+ widget for multiline text editing. GtkSourceView adds
support for syntax highlighting, undo/redo, file loading and saving,
search and replace, a completion system, printing, displaying line
numbers, and other features typical of a source code editor.

News


* New syntax highlighting definition file for: STAR
* Improved syntax highlighting definition file for: YARA, LLVM
* GtkSourceMap now avoids animation while scrolling in response
  to clicks. This should help prevent some hysteresis.
* GObject Introspection fixes
* Fixed decrement of negative numbers in GtkSourceView
* Improvements to style schemes: kate
* Fixed build-time macros for version checking in some scenarios
* Translation updates



Download

https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.2.tar.xz 
(1.11M)
  sha256sum: 842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc

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


glib-networking 2.70.rc

2021-09-03 Thread Michael Catanzaro
About glib-networking
=

glib-networking contains the implementations of certain GLib
networking features that cannot be implemented directly in GLib itself
because of their dependencies.

Currently it contains GnuTLS- and OpenSSL-based implementations of
GTlsBackend, a libproxy-based implementation of GProxyResolver, and a
GNOME GProxyResolver that uses the proxy information from the
GSettings schemas in gsettings-desktop-schemas.

News


 - gnutls: revert AuthorityInformationAccess implementation for now (#160)
 - gnutls: fix use of non-default GTlsDatabases, Geary crash on startup (#169)
 - openssl: remove openssl-util (!181)
 - gnutls: fix leak in g_tls_certificate_gnutls_copy (!182, Patrick Griffis)
 - gnutls: Unbreak GTLS_GNUTLS_CHECK_VERSION (!185)



Download

https://download.gnome.org/sources/glib-networking/2.70/glib-networking-2.70.rc.tar.xz
 (254K)
  sha256sum: 1fe96573a3ab3b6bacfe9fcc61e238b3cb88afd9c97d668b1dd84d747205b8fa

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


gnome-boxes 41.rc

2021-09-03 Thread Felipe Borges
About GNOME Boxes
=

A simple GNOME 3 application to manage virtual systems

News


Changes since 41.alpha

  - Make Boxes use Vnc when SPICE is not available
  - transfer-popover: Encapsulate widget setup internally
  - Added/updated/fixed translations:
- Basque
- Catalan
- Chinese (China)
- Czech
- Finnish
- French
- Friulian
- Galician
- German
- Indonesian
- Kazakh
- Korean
- Lithuanian
- Occitan
- Persian
- Slovenian
- Swedish
- Turkish

All contributors to this release:

Asier Sarasua Garmendia 
Aurimas Černius 
Baurzhan Muftakhidinov 
Burhan KELEŞ 
Claude Paroz 
Danial Behzadi 
Fabio Tomat 
Felipe Borges 
Fran Dieguez 
Jiri Grönroos 
Jordi Mas 
Kukuh Syafaat 
Luna Jernberg 
Marek Černocký 
Matej Urbančič 
Philipp Kiemle 
Quentin PAGÈS 
Seong-ho Cho 
Tao Liu 



Download

https://download.gnome.org/sources/gnome-boxes/41/gnome-boxes-41.rc.tar.xz 
(1.53M)
  sha256sum: b26641189888e462c6646c0194a89dce8a446732fe2db15ae52182525a71f2e6

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


evolution-ews 3.41.3

2021-09-03 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Miscellaneous:
EEwsConnection: Release queue lock as soon as possible in 
ews_next_request() (Milan Crha)

Translations:
Rodrigo Lledó (es)
Marek Černocký (cs)



Download

https://download.gnome.org/sources/evolution-ews/3.41/evolution-ews-3.41.3.tar.xz
 (666K)
  sha256sum: d95cb491aa5d39323a6f5878b04a1389bbed3756abcd9e53adc03a8e0e2400d8

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


evolution-data-server 3.41.3

2021-09-03 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
I#343 - Slow down automatic background downloads when in power saver 
mode (Milan Crha)
I#349 - ERemindersWidget: Reverse order of the shown reminders (Milan 
Crha)

Miscellaneous:
vala: FolderThreadNode is a compact class (Corentin Noël)

Translations:
Daniel Mustieles (es)
Asier Sarasua Garmendia (eu)
Fran Dieguez (gl)
Kukuh Syafaat (id)
Baurzhan Muftakhidinov (kk)
Jiri Grönroos (fi)
Jordi Mas (ca)
Nathan Follens (nl)
Aurimas Černius (lt)



Download

https://download.gnome.org/sources/evolution-data-server/3.41/evolution-data-server-3.41.3.tar.xz
 (4.41M)
  sha256sum: a9d40f0af78fae3fa410b64d4c0dc3fdea95baa297b3f3e43dddbd1a21c2a82b

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


evolution 3.41.3

2021-09-03 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
I#1291 - EAttachmentIconView: Improve display settings (Milan Crha)

Miscellaneous:
help: Cover more advanced mail thread sorting options (Andre Klapper)
help: Update Exchange server related docs; link to OAuth2 wiki page 
(Andre Klapper)

Translations:
Jordi Mas (ca)
Asier Sarasua Garmendia (eu)
Philipp Kiemle (de)
Fran Dieguez (gl)
Daniel Mustieles (es)
Marek Černocký (cs)
Anders Jonsson (sv)
Bruce Cowan (en_GB)
Kukuh Syafaat (id)
Baurzhan Muftakhidinov (kk)
Danial Behzadi (fa)
Yuri Chornoivan (uk)



Download

https://download.gnome.org/sources/evolution/3.41/evolution-3.41.3.tar.xz 
(11.7M)
  sha256sum: 3ac42ccfde9faca74432d997b601374883ebfc958d5d1371a712b386b18ee520

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