gnome-text-editor 43.alpha1

2022-08-05 Thread Christian Hergert
About Text Editor
=

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

News


This is a development release not intended for end-users.

Changes since 43.alpha0

 • Many performance improvements during loading of documents
 • libeditorconfig (editorconfig-core-c) is now required instead of
   the in-tree copy. This ensures that only PCRE2 is needed
 • Avoid editable/focusable pages while loading document so that
   a11y peers are not spammed with updates
 • UI recoloring improvements
 • Fix horizontal two-finger non-kinetic scrolling
 • Desktop integration improvements
 • Translation updates



Download

https://download.gnome.org/sources/gnome-text-editor/43/gnome-text-editor-43.alpha1.tar.xz
 (1.23M)
  sha256sum: ad605484b7ae23a6c68a2b118dce1b48348486813b343ff16958c0b70fb5b065

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


sysprof 3.45.1

2022-08-05 Thread Christian Hergert
About Sysprof
=

The Sysprof profiler is a statistical profiler based on hardware
performance counters in modern CPUs. Please see

https://wiki.gnome.org/Apps/Sysprof

  for more information.

News


This release of Sysprof is a development release and is not intended for
end users.

 * Addition of sysprof-agent to aid in cross-container profiling and
   instrumentation. (Use -Dagent=(true|false) to control
 * Additional porting to libadwaita
 * Remove unused settings schemas
 * Nightly Flatpak builds now use org.gnome.Sysprof.Devel as the
   application-id
 * The application now uses org.gnome.Sysprof as the application-id
   instead of org.gnome.Sysprof3.
 * Icon updates
 * Translation updates



Download

https://download.gnome.org/sources/sysprof/3.45/sysprof-3.45.1.tar.xz (506K)
  sha256sum: 6402a0f16ae70967c8f98a3e71fee1561c1bcf32f2a32239a45ee8a371c8d59a

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


gtksourceview 5.5.1

2022-08-05 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


 * Many fixes to GtkSourceSnippet parsing and expaction
 * Various test-suite fixes
 * The snippet completion provider now avoids inflating snippet objects
   until they are inserted.
 * Input-method integration improvements for custom indenters
 * Performance improvements to GtkSourceBuffer
 * Performance improvements when translating improperly encoded
   documents to fallback hexadecimal characters
 * Disable GtkSourceBuffer::cursor-moved signal while loading
   buffers with GtkSourceFileLoader
 * Adwaita.xml styling fixes for def:error
 * More profiling integration with sysprof
 * Updated languages: lean, latex, chdr, cpphdr
 * Translation updates

This is a development release snapshot not intended for end-users.



Download

https://download.gnome.org/sources/gtksourceview/5.5/gtksourceview-5.5.1.tar.xz 
(1.21M)
  sha256sum: 4ae58ccd15f071e45f88185f5a9b020560a0b1a950f99cab7dc5e8cd14c40d19

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


glib-networking 2.74.beta

2022-08-05 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, environment variable and libproxy-based implementations
of GProxyResolver, and a GNOME GProxyResolver that uses the proxy
information from the GSettings schemas in gsettings-desktop-schemas.

News


 - Drop environment proxy resolver to lowest priority (#190)
 - Expose implementation of G_TLS_CHANNEL_BINDING_EXPORTER (#191)
 - Add build option for environment proxy resolver (!217)



Download

https://download.gnome.org/sources/glib-networking/2.74/glib-networking-2.74.beta.tar.xz
 (260K)
  sha256sum: 748d7c1bbf4ecceb0fe724b9414bd261d2752ae5343d5fb47b432961941a7c08

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


libpanel 1.0.alpha1

2022-08-05 Thread Christian Hergert
About libpanel
==

libpanel is a collection of GTK widgets for IDE-like applications
targeting GNOME using GTK and libadwaita.

News


Another update to libpanel as we progress to GNOME 43.

This includes a lot of action muxer and action group additions to
simplify how we dispatch actions from frames to pages.



Download

https://download.gnome.org/sources/libpanel/1.0/libpanel-1.0.alpha1.tar.xz 
(83.8K)
  sha256sum: 6103db9f0aab15376609d6140721f6d6aef28964a4295b083725ff59ecb97319

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


gnome-builder 43.alpha1

2022-08-05 Thread Christian Hergert
About Builder
=

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


Download

https://download.gnome.org/sources/gnome-builder/43/gnome-builder-43.alpha1.tar.xz
 (13.1M)
  sha256sum: 8337fdde401f2cce5e85861b6f2efd5d6753cae45e022a87f3457990fa7c2436

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


glib 2.73.3

2022-08-05 Thread Marco Trevisan
About GLib
==

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

News


* Revitalize G_REGEX_OPTIMIZE flag and use it to enable PCRE JIT compiler (work
  by Aleksei Rybalkin) (!2817)

* Fix some regressions due to the PCRE2 port (work
  by Aleksei Rybalkin, Mamoru TASAKA and Marco Trevisan) (!2814, !2827, #2694,
  #2699, #2700)

* Fix a pidfd leak that was introduced in the previous release (work by
  Christian Hergert) (#2708)

* Support compilation without a C++ toolchain (work by James Hilliard) (!2822)

* GDBus: Use namespace-friendly protocol for Linux message buses, and optionally
  other connections (work by Simon McVittie) (!2832)

* Fix potential races in multi-threaded signal connections handling (work by
  Marco Trevisan) (!2823)

* Add back gio-launch-desktop to redirect stdout/stderr of launched
  GDesktopAppInfo's to the journal with proper parent (work by Simon McVittie)
  (!2818, !2819, #2682)

* Executables that are invoked when installing other software, typically
  from packaging system triggers, can now be installed into
  architecture-dependent locations. Unix OS distributors who install
  GLib for more than one architecture in parallel (multiarch or multilib
  installations) should consider building with -Dmultiarch=true, installing
  the bin/glib-compile-schemas and bin/gio-querymodules symbolic links in
  packages for the primary architecture, and omitting those symlinks from
  packages for secondary architectures. (work by Simon McVittie) (!2818)

* Some enumerators introduced in previous releases have been changed, for better
  introspection results:
  - G_MARKUP_PARSE_FLAGS_NONE renamed to G_MARKUP_DEFAULT_FLAGS
  - G_TLS_CERTIFICATE_FLAGS_NONE renamed to G_TLS_CERTIFICATE_NO_FLAGS
  - G_APPLICATION_FLAGS_NONE was deprecated, use G_APPLICATION_DEFAULT_FLAGS now
  (work by Emmanuele Bassi) (!2835)

* gfileinfo: Implement xattr attribute removal (work by madmurphy) (#1187)

* Add support to --delete option to gio set, to unset a file attribute (work by
  codeboybebop) (#2588)

* Improve default value of glib_debug option: G_ENABLE_DEBUG will be defined
  only if using `--buildtype=debug` or enabled via `-Dglib_debug`, but it
  won't ever be set if an optimized build is requested (specifically if the
  optimization level is not `0` or `g`) as it may be the case when using
  `--buildtype=debugoptimized` (work by Michael Catanzaro) (!2851)

* Probably the first revision of any GNOME module ever released from Cuba :)

* Bugs fixed:
 - #566 support using the PCRE JIT
 - #1187 xattr add possibility to remove an extended attribute
 - #2509 g_spawn_*() is not thread-safe on Windows when an environment table is
   provided
 - #2542 Flatten line breaks in filenames printed by gio-tool
 - #2588 gio-tool: -d option to delete attribute
 - #2682 Launching a GDesktopAppInfo "blames" parent process for its output
 - #2692 2.73.2: build failure on musl >= 1.2.0
 - #2694 Recent GRegex changes break vala-language-server compilation
 - #2699 g_regex_match_all fails on s390x with Fedora glib2-2.73.2-4.fc37
 - #2700 g_regex_match fails on multiple archs (including x86_64) with Fedora
 - #2703 Fix GCancellable tests for Windows 64bit
   glib2-2.73.2-4.fc37
 - #2705 GResourceFile crashes on `g_file_set_display_name()`
 - #2708 pidfd leak causes processes to run out of file-descriptors
 - !2299 GWin32AppInfo: Fix PID reporting in launched signal
 - !2759 Use atomic exchange operations more
 - !2812 ci: Setup submodules and subprojects before building on dist
 - !2813 Add missing extension point register for various settings backends
 - !2814 gregex: use %s format specifier for localized error message
 - !2815 giomodule: Use g_once_init_enter/leave to register extensions and load 
dirs
 - !2818 gio: Optionally install trigger executables to architecture-specific 
paths
 - !2822 meson: fix build without cpp toolchain
 - !2823 gsignal: Perform signal unlocked handlers block, unblock and 
disconnect ops
 - !2825 gioenums: G_IO_ERROR_NO_SUCH_DEVICE is new in 2.74
 - !2826 GDBus: improve interoperability of SASL handshake
 - !2827 gregex: Free match info if offset matching recalc failed
 - !2829 gregex: use g_debug instead of g_warning in case JIT is not available
 - !2830 goption: Slightly improve the documentation for G_OPTION_FLAG_REVERSE
 - !2832 GDBus: Use namespace-friendly protocol for Linux message buses, and
   optionally other connections
 - !2833 Fix installed-tests failures
 - !2835 Introduce G_APPLICATION_DEFAULT_FLAGS
 - !2836 gio-launch-desktop: Only replace fds that point to the Journal
 - !2851 Improve default value of glib_debug option
 - !2853 Expose tls-exporter channel binding
 - !2854 docs: Add --delete option to gio-tool attributes documentation

* Translation 

libadwaita 1.2.beta

2022-08-05 Thread Alexander Mikhaylenko
About libadwaita


libadwaita is a collection of GTK widgets for adaptive applications
targeting form-factors from mobile to desktop. It also offers
innovative widgets following the GNOME design guidelines.

News


- Fix deprecations with newer GLib
- Fix strict aliasing warnings
- Fix GLSL shader compile errors on certain systems
- AdwAboutWindow
  - Fix a random crash when closing
  - Rework the flat header bar layout
  - Properly mark as final class
- AdwAvatar
  - Fix draw_to_texture() with rectangular avatars
- AdwEntryRow
  - Add entry-activated signal
  - Add attributes property
  - Add activates-default property
  - Don't select text when clicking the row
- AdwMessageDialog
  - Fix crash when destroying the parent before the dialog
- AdwShadowHelper
  - Fix warnings when drawing vertical shadow
- AdwSplitButton
  - Add dropdown-tooltip property
- AdwSwipeTracker
  - Fix swipe speed on GTK 4.7.x
  - Fix criticals with GTK 4.7.x
- AdwTabBar
  - Remove tab background when there's only one tab
  - Add a tooltip for close buttons
  - Fix squished or clipped text with gtk-hint-font-metrics=0
  - Fix scrolling to a tab with disabled animations
  - Fix assorted tab reordering issues
- AdwTabView
  - Add shortcut management API
  - Add AdwTabPage:indicator-tooltip property
  - Handle shortcuts on CAPTURE phase
  - Shortcut propagation and bell fixes
- AdwToast
  - Add button-clicked signal
- AdwViewStack
  - Add adw_view_stack_add_titled_with_icon()
- Demo
  - Prefer properties over  in UI files
  - Don't explicilty add GtkViewport to GtkScrolledWindow
  - Stop using .inline-toolbar
  - Fix build on Windows
- Stylesheet
  - Unify @view_fg_color with other foreground colors
  - Improve contrast of @success_color and @warning_color
  - Fix infobar margins and spacing
  - Partially support .navigation-sidebar with GtkTreeView
  - Move GtkScale focus onto its slider
  - Ensure consistant GtkScale size when using marks
  - Remove unnecessary transitions
- Translation updates
  - Abkhazian
  - Basque
  - Catalan
  - Galician
  - Georgian
  - Hebrew
  - Indonesian
  - Lithuanian
  - Occitan
  - Portuguese
  - Russian
  - Turkish
  - Ukrainian



Download

https://download.gnome.org/sources/libadwaita/1.2/libadwaita-1.2.beta.tar.xz 
(2.83M)
  sha256sum: 4a425cf1ca0324e7292192d1f24869fd59df54aaba0c4f8ad3840e71d43cc905

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


glib-networking 2.72.2

2022-08-05 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, environment variable and libproxy-based implementations
of GProxyResolver, and a GNOME GProxyResolver that uses the proxy
information from the GSettings schemas in gsettings-desktop-schemas.

News


 - Drop environment proxy resolver to lowest priority (#190)



Download

https://download.gnome.org/sources/glib-networking/2.72/glib-networking-2.72.2.tar.xz
 (259K)
  sha256sum: cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268

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


gnome-sudoku 43.beta

2022-08-05 Thread Michael Catanzaro
About gnome-sudoku
==

Test your logic skills in this number grid puzzle

News


- Warnings now flag when solution to puzzle is violated (!43, Steven Elliott)
- Updated translations



Download

https://download.gnome.org/sources/gnome-sudoku/43/gnome-sudoku-43.beta.tar.xz 
(375K)
  sha256sum: 8726d9d039ad79edb9d2d0f3b44bbe0e6f8ad3cc9c4b2941cc7877b75c028295

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


epiphany 43.beta

2022-08-05 Thread Michael Catanzaro
About Epiphany
==

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

News


 * WebExtensions: set Content Security Policy (#1777)
 * Fix crashes and misbehavior when importing bookmarks (#1800)
 * Remove PDF.js, moved to WebKit (!1113)
 * WebExtensions: implement commands API (!1165, !1171, !1172, Jamie)
 * WebExtensions: allow web inspector on background pages (!1169)
 * WebExtensions should not use separate network processes (!1170)
 * WebExtensions should use sandbox (!1170)
 * WebExtensions should not receive hardware acceleration (!1170)
 * Update to highlight.js 11.6.0 (!1173)
 * Add Take Screenshot to context menu (!1176, !1181, Cleo Menezes Jr.)
 * Preferences: do not show search suggestions in web app mode (!1178)
 * Fix desktop notification priority (!1179)



Download

https://download.gnome.org/sources/epiphany/43/epiphany-43.beta.tar.xz (3.89M)
  sha256sum: 4da031ed19ccb6599cacb7b69a03dbfb4a66eeec8dd9ad2247fa75e6a06b3b7e

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


epiphany 42.4

2022-08-05 Thread Michael Catanzaro
About Epiphany
==

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

News


 * Fix crashes and misbehavior when importing bookmarks (#1800)
 * Fix desktop notification priority (!1179)



Download

https://download.gnome.org/sources/epiphany/42/epiphany-42.4.tar.xz (5.82M)
  sha256sum: 370938ad2920eeb28bc2435944776b7ba55a0e2ede65836f79818cfb7e8f0860

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


epiphany 41.5

2022-08-05 Thread Michael Catanzaro
About Epiphany
==

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

News


 * Fix crash when deleting all passwords (#1773)
 * Fix memory corruption caused by sync failure (!1115)
 * Fix build with Meson 0.60 (!1031, rvalue)
 * Fix desktop notification priority (!1179)



Download

https://download.gnome.org/sources/epiphany/41/epiphany-41.5.tar.xz (5.87M)
  sha256sum: 0908a01b1722ad5b182e38634898ffaca0e0e7c1911db8f757fec93aa9378d47

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


adwaita-icon-theme 43.beta

2022-08-05 Thread Jakub Steiner
About adwaita-icon-theme


Adwaita icon theme provides basic icon assets for the GNOME OS. The
package includes a fullcolor icon used for devices, and some filetypes
exposed through Files.

 There is also the symbolic icons, that are resolution independent and
used in application chrome and the system.

 Please refer to the GNOME Human Interface Guidelines on when to use
which and how to create your own.

  https://developer.gnome.org/hig/stable/icons-and-artwork.html.en

News


 - symbolic: selection-mode tweaks
 - symbolic: folder icons
 - symbolic: package icons
 - symbolic: starred updates
 - symbolic: restore #197
 - fullcolor: drag accept gradient fixes #195
 - symbolic: auth-face for face unlock
 - symbolic: modem updates
 - inkscape 1.2 compatibility
 - fix build
 - symbolic: update style to the contemporary rounded outlines #187
 - symbolic: bluetooth off #102
 - fullcolor: fix trash transparency #185
 - symbolic: revert RTL changes for media seek


Download

https://download.gnome.org/sources/adwaita-icon-theme/43/adwaita-icon-theme-43.beta.tar.xz
 (9.88M)
  sha256sum: 2b2dedd1740779fa06d72b00d1071b89d172ba7762a8a17563152d1dfd495d96

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


libadwaita 1.0.6

2022-08-05 Thread Alexander Mikhaylenko
About libadwaita


libadwaita is a collection of GTK widgets for adaptive applications
targeting form-factors from mobile to desktop. It also offers
innovative widgets following the GNOME design guidelines.

News


- AdwAvatar
  - Fix draw_to_texture() with rectangular avatars
- AdwLeaflet
  - Fix a broken link in docs
- AdwPreferencesGroup
  - Fix accessibility labels
- AdwTabBar
  - Fix squished or clipped text with gtk-hint-font-metrics=0
- AdwShadowHelper
  - Fix warnings when drawing vertical shadow
- AdwSwipeTracker
  - Fix swipe speed on GTK 4.7.x
  - Fix criticals with GTK 4.7.x



Download

https://download.gnome.org/sources/libadwaita/1.0/libadwaita-1.0.6.tar.xz 
(2.60M)
  sha256sum: dfee81fd36091e1ccc6603c159e4b1426770ff6c20e2d5c2d71902e4697b1d0c

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


libadwaita 1.1.4

2022-08-05 Thread Alexander Mikhaylenko
About libadwaita


libadwaita is a collection of GTK widgets for adaptive applications
targeting form-factors from mobile to desktop. It also offers
innovative widgets following the GNOME design guidelines.

News


- AdwAvatar
  - Fix draw_to_texture() with rectangular avatars
- AdwTabBar
  - Fix squished or clipped text with gtk-hint-font-metrics=0
- AdwShadowHelper
  - Fix warnings when drawing vertical shadow
- AdwSwipeTracker
  - Fix swipe speed on GTK 4.7.x
  - Fix criticals with GTK 4.7.x



Download

https://download.gnome.org/sources/libadwaita/1.1/libadwaita-1.1.4.tar.xz 
(2.61M)
  sha256sum: fcc6d56669d33ac3d030098d7571d8045a02e18dc083b49a5a5a6325068e6b58

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


libhandy 1.7.90

2022-08-05 Thread Alexander Mikhaylenko
About libhandy
==

libhandy is a collection of GTK widgets for adaptive applications
targeting form-factors from mobile to desktop. It also offers
innovative widgets following the GNOME design guidelines.

News


- Remove unnecessary cast in HdyPreferencesGroup
- Translation updates
  - Georgian
  - German



Download

https://download.gnome.org/sources/libhandy/1.7/libhandy-1.7.90.tar.xz (1.70M)
  sha256sum: 3381fe825085fe1a9d075a0dcccf6c49b02abd718f3d8db21f705f7d1896b613

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


gnome-connections 43.beta

2022-08-05 Thread Marek Kašík
News


Changes since 42.1.2

  - Add Marek Kasik as maintainer
  - Raise libhandy dependency to 1.6.0
  - Update flatpak with gtk-vnc 1.3.1
  - Update flatpak with freerdp 2.8 and disable FFMPEG
  - Fix expanding of ConnectionsDisplayView on window resize
  - Match appdata with app-id
  - Update (or drop) the Docker image used by Flatpak job
  - Wait for RDP connection to continue
  - Added/updated/fixed translations:
- Abkhazian
- Dutch
- Georgian
- Nepali



Download

https://download.gnome.org/sources/gnome-connections/43/gnome-connections-43.beta.tar.xz
 (3.81M)
  sha256sum: 933758f4d24c4338153d911caaebd64b59df6ed8ab7b09b959572b78ab0cda45

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


gnome-software 43.beta

2022-08-05 Thread Milan Crha
About gnome-software


GNOME Software is for installing, removing and updating software.

News


Released: 2022-08-05

This is the second unstable release for GNOME 43.
 * Various fixes related to changed threading model
 * Various UI parts updated
 * Sources dropdown had been reworked
 * Fixes a rare crash when showing app details

This release also updates translations:
 * Abkhazian
 * Catalan
 * Chinese (China)
 * Dutch
 * Georgian
 * Hebrew
 * Indonesian
 * Italian
 * Lithuanian
 * Persian
 * Portuguese
 * Russian
 * Serbian
 * Spanish
 * Turkish
 * Ukrainian
 * Vietnamese



Download

https://download.gnome.org/sources/gnome-software/43/gnome-software-43.beta.tar.xz
 (2.24M)
  sha256sum: 2133b49cbc634feb39702fd61b3fb97f3890c181efc846262ded853a1d8eeb9e

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


gnome-software 42.4

2022-08-05 Thread Milan Crha
About gnome-software


GNOME Software is for installing, removing and updating software.

News


Released: 2022-08-05

This is a stable release with the following change:
 * Fix update detail text, when it contains markup

This release also updates translations:
 * Italian
 * Serbian



Download

https://download.gnome.org/sources/gnome-software/42/gnome-software-42.4.tar.xz 
(2.17M)
  sha256sum: 711829ee67f9f2a1b64bfa17413773b98f0dc5d219eb8f6ca217cd6572bb4a74

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


evolution-ews 3.44.4

2022-08-05 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Bug Fixes:
I#191 - Calendar: Fix occurrence index counter



Download

https://download.gnome.org/sources/evolution-ews/3.44/evolution-ews-3.44.4.tar.xz
 (675K)
  sha256sum: 4f182b05a13ac1b7b33b08fb066e8395caa95ba7da808886aa91b1429d6d7db3

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


evolution-data-server 3.44.4

2022-08-05 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
I#407 - IMAPx: Unsubscribed folder always removed from the UI

Miscellaneous:
ESoupAuthBearer: Check for token expiration in 
e_soup_auth_bearer_is_authenticated()
ESoupSession: Avoid downgrade of Bearer (OAuth2) auth for authentication
Check for non-zero value passed to g_flags_get_first_value()
alarm-notify: Use themed icon instead of file icon for notifications



Download

https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.4.tar.xz
 (4.56M)
  sha256sum: c0c6658838d58ba46042a4b9e50a3bb1129691e4cdb84b5eba0bf330b2ccb2eb

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


evolution 3.44.4

2022-08-05 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
I#1961 - Missing divider lines and paddings under GNOME
I#1966 - EColorSchemeWatcher: Verify chosen dark variant theme name 
exists
I#1968 - ECompEditor: Reminders list is too small
I#1982 - Calendar: The default reminder not always added

Miscellaneous:
Change when symbolic icons are forced in the application



Download

https://download.gnome.org/sources/evolution/3.44/evolution-3.44.4.tar.xz 
(12.5M)
  sha256sum: f0b16e7abad3c7945a29c322f17dab4a08d61e99bd7cc91b8df35053c5c12e8c

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


evolution-ews 3.45.2

2022-08-05 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Bug Fixes:
I#89 - Calendar: Ability to create Online meeting
I#191 - Calendar: Fix occurrence index counter

Miscellaneous:
Remove false runtime check in ews_connection_notification_start_thread()
Microsoft365: Split iCalendar component manipulation code into separate 
file
Use uhttpmock 0.9 for internal tests

Translations:
Anders Jonsson (sv)
Jürgen Benvenuti (de)
Kukuh Syafaat (id)
Piotr Drąg (pl)
Yuri Chornoivan (uk)



Download

https://download.gnome.org/sources/evolution-ews/3.45/evolution-ews-3.45.2.tar.xz
 (675K)
  sha256sum: b6ba8d548dcaa42a9830e9ea18d5fa94db356413f1650bfd6ed36760a186e28f

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


evolution-data-server 3.45.2

2022-08-05 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
I#351 - LDAP: Conditionally use displayName for file-as
I#402 - IMAPx: Unsubscribed folders in personal namespace hidden in 
offline
I#404 - ESoupSession: Remember server fail response for detailed error
I#405 - ECalClient: Remove libical errors from components on write
I#407 - IMAPx: Unsubscribed folder always removed from the UI
evo-I#1958 - reminders-widget: Sort snooze times by duration

Miscellaneous:
Bump libsoup minimum version requirement to 3.1.1
CamelDataWrapper: Add function to construct it from data
ESourceMailAccount: Add 'builtin' property
Add functions to manipulate Google Task API
e_soup_session_util_normalize_uri_path: Normalize path only when not 
encoded
Replace libgdata dependency with built-in functions
Add camel_folder_get_full_display_name()
CamelFolderSummary: Hide empty email address in user visible strings
Calendar: Correct handling of a "not modified" On The Web calendar
ESoupSession: Extract common auth failure code into a utility function
ESoupAuthBearer: Check for token expiration in 
e_soup_auth_bearer_is_authenticated()
EOAuth2Service: Correct free function for GBytes structure
ESoupSession: Allow NULL source internally
Check for non-zero value passed to g_flags_get_first_value()
alarm-notify: Use themed icon instead of file icon for notifications
ESoupSession: Avoid downgrade of Bearer (OAuth2) auth for authentication



Download

https://download.gnome.org/sources/evolution-data-server/3.45/evolution-data-server-3.45.2.tar.xz
 (4.58M)
  sha256sum: 6c1324228500633be0073ffaed9e1935616bf2682115b25571ce9a049c3ab3a9

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


evolution 3.45.2

2022-08-05 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
I#1958 - Calendar: Sort reminder times in the component editor
I#1961 - Missing divider lines and paddings under GNOME
I#1962 - Mail: Option to use user-specified Date format in Inline reply 
style
I#1966 - EColorSchemeWatcher: Verify chosen dark variant theme name 
exists
I#1968 - ECompEditor: Reminders list is too small
I#1971 - EMailBrowser: Move 'Reply' to the right side of the header bar
I#1976 - Mail: Change Template folder icon to 'folder-templates'
I#1981 - ECompEditor: Cannot save changes
I#1982 - Calendar: The default reminder not always added
M!108 - Use Client Side Decoration (header bar) (Cédric Bellegarde)

Miscellaneous:
Mail: Handle built-in accounts similar to 'On This Computer' and 
'Search Folders'
e_mail_folder_to_full_display_name: Use display-name for folders with 
no parent
EMFolderTree: Add 'folder-custom-icon' and 'compare-folders' signals
Implement News & Blogs (RSS) reader
RSS: Require camel and libedataserer pkgconfig files
Use camel_folder_get_full_display_name() in user-visible strings
Composer: Some parts of HTML not always converted into Plain Text
ECompEditor: Add signals for core virtual methods
Change when symbolic icons are forced in the application
flatpak: Add access to gvfsd in the Flatpak manifests
Build with gcr4 by default
ECompEditor: Prefer "Save and Close" in the header bar
Add Abkhazian translation into the list of supported locales
EHeaderBarButton: Use gtk_action_is_sensitive() in "sensitivity" 
property binding
EHeaderBarButton: Uniform how a GtkAction is added into the header bar 
button
EHeaderBarButton: Disable the dropdown button with the main button
EMenuBar: Ensure GSettings signal handler is removed on menu bar free
Show a menu button in the header bar when the menu bar is hidden

Translations:
Aleksandr Melman (ru)
Asier Sarasua Garmendia (eu)
Aurimas Černius (lt)
Danial Behzadi (fa)
Daniel Mustieles (es)
Emin Tufan Çetin (tr)
Fabio Tomat (fur)
Hugo Carvalho (pt)
Jordi Mas i Hernandez (ca)
Kukuh Syafaat (id)
Luming Zh (zh_CN)
Nart Tlisha (ab)
Quentin PAGÈS (oc)
Sabri Ünal (tr)
Yosef Or Boczko (he)
Yuri Chornoivan (uk)
Zurab Kargareteli (ka)



Download

https://download.gnome.org/sources/evolution/3.45/evolution-3.45.2.tar.xz 
(12.7M)
  sha256sum: 42300cd9fc88a66c2b6bef021e8a97690bc03aebd5f8fe2cf54e2ac81cacefc8

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


gcab 1.5

2022-08-05 Thread Marc-André Lureau
About Cabinet file library and tool
===

A GObject library to create cabinet files

News


New Features:
 - New gcab_file_set_bytes() API (!8)
 - meson: Register the gcab executable with meson (!10)

Bugfixes:
 - Fixed MSZIP compression when deflate algorithm would expand (#16)

   Previous versions of gcab can produce "incorrect" archives (when a compressed
   block is larger than its input). They are however supported by gcab itself,
   and we will keep support for it for the foreseeble future.

 - gcab: avoid runtime warnings (!7)
 - Fix coverity warnings (!9)

Translation updates



Download

https://download.gnome.org/sources/gcab/1.5/gcab-1.5.tar.xz (79.8K)
  sha256sum: 46bf7442491faa4148242b9ec2a0786a5f6e9effb1b0566e5290e8cc86f00f0c

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