librsvg 2.52.6

2022-02-16 Thread Federico Mena Quintero
About librsvg
=

Librsvg takes SVG documents and renders them into Cairo contexts. It
is used throughout GNOME to render things like scalable icons, in
image viewers to view SVGs easily, or to generate thumbnails for SVG
files. Other projects like Wikimedia and ImageMagick use librsvg for
their SVG rendering needs. Librsvg exports its API through GObject
Introspection, so bindings for other programming languages can be
created for it in an automated fashion.

News


Backport a fix from the main branch:

- #599 - Fix incorrect text rendering when text has different scales
  in the X/Y axes.  This regressed after librsvg 2.52.5, when Pango
  had to revert its fix for the same bug.  Now librsvg renders all
  text as paths, and does the scaling itself.  Please file a bug if
  you have evidence that this presents a performance problem for you.



Download

https://download.gnome.org/sources/librsvg/2.52/librsvg-2.52.6.tar.xz (22.6M)
  sha256sum: a3f939a1e6a3a60408244632d0323f8c3b20eb4b7b000536e2e5bd93b8effaad

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


gnome-internet-radio-locator 12.0.8

2022-02-16 Thread ole
About GNOME Internet Radio Locator
==

GNOME Internet Radio Locator is a Free Software program that allows
you to easily locate Free Internet Radio stations by broadcasters on
the Internet with the help of map and text search.  GNOME Internet
Radio Locator is developed on the GNOME desktop platform and it
requires at least GStreamer 1.0 for playback.  Enjoy Free Internet
Radio.

News


Documentation

* AUTHORS: Add Luming Zh (Chinese translation)
* THANKS: Add Luming Zh (Chinese translation)



Download

https://download.gnome.org/sources/gnome-internet-radio-locator/12.0/gnome-internet-radio-locator-12.0.8.tar.xz
 (640K)
  sha256sum: 6d03ea3ee2cf62f82a38fecab764e2e4e3e6a5b8e8d7ebb819eefacddfb1bd7f

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


gnome-internet-radio-locator 12.0.7

2022-02-16 Thread ole
About GNOME Internet Radio Locator
==

GNOME Internet Radio Locator is a Free Software program that allows
you to easily locate Free Internet Radio stations by broadcasters on
the Internet with the help of map and text search.  GNOME Internet
Radio Locator is developed on the GNOME desktop platform and it
requires at least GStreamer 1.0 for playback.  Enjoy Free Internet
Radio.

News


Stations

* src/gnome-internet-radio-locator.xml: Radio Jazz (Copenhagen, Denmark)
* src/gnome-internet-radio-locator.xml: Description of Danish Radio Jazz

Translations

* Daniel Mustieles (es)
* Luming Zh (zh_CN)


ChangeLog
=
https://download.gnome.org/sources/gnome-internet-radio-locator/12.0/gnome-internet-radio-locator-12.0.7.changes
  (1.67K)

Download

https://download.gnome.org/sources/gnome-internet-radio-locator/12.0/gnome-internet-radio-locator-12.0.7.tar.xz
 (549K)
  sha256sum: 78ec8fef3b82da044fac43625de49123eade8a3f0cbc358a2bee4086c711d1a9

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


libxslt 1.1.35

2022-02-16 Thread Nick Wellnhofer
About libxslt
=

Libxslt is the XSLT C library developed for the GNOME project. XSLT
itself is a an XML language to define transformation for XML. Libxslt
is based on libxml2, the XML C library developed for the GNOME
project. It also implements most of the EXSLT set of processor-
portable extensions functions and some of Saxon's evaluate and
expressions extensions.

News


to get a description of the recent commits.
v1.1.35: Feb 16 2022:
   - Security:
  [CVE-2021-30560] Fix use-after-free in xsltApplyTemplates
  Fix memory leak in xsltDocumentElem (David King)
  Fix memory leak in xsltCompileIdKeyPattern (David King)
  Fix double-free with stylesheets containing entity nodes
  
   - Fixed regressions:
  Fix performance regression with predicates in patterns
  Fix regression in xsltComputeSortResult
  
   - Bug fixes:
  Fix conflict resolution for templates with same priority
  Fix xsl:number generating invalid UTF-8
  Support attribute value templates in xsl:sort lang attributes
  Don't pass first  in  twice
  Fix quadratic runtime with text and 
  Don't allow empty EXSLT durations
  
   - Improvements:
  Add xsltproc --huge Argument via libxml XML_PARSE_HUGE (William N. Braswell, 
Jr.)
  
   - Tests, code quality, fuzzing:
  Remove .travis.yml
  Fix some misleading indentation (David King)
  Use actual types for templates in struct _xsltStylesheet
  Add CI for CMake on MSVC (Markus Rickert)
  Check for null pointer before calling freelocale
  Add CI test for Python 3
  Don't set maxDepth in XPath contexts
  Transfer XPath limits to XPtr context
  Stop using maxParserDepth XPath limit
  Make long-to-double cast explicit in date.c
  Disable LeakSanitizer
  Run clang CI tests with -Wimplicit-int-conversion
  Fix implicit-int-conversion warning in exslt/crypto.c
  Fix clang -Wimplicit-int-conversion warning (David Kilzer)
  Fix clang -Wconditional-uninitialized warning in libxslt/numbers.c (David 
Kilzer)
  Fix -Wshadow warnings in libexslt/dynamic.c (David Kilzer)
  Also search parent dir for source XML when fuzzing
  
   - Build system, portability:
  Add CMake build files (Markus Rickert)
  Initial support for Python 3 (Suleyman Poyraz)
  Call ANSI versions of WinAPI functions explicitly
  Remove redundant flags from pkg-config files
  Suppress automake warning in tests/XSLTMark
  Fix linking libexslt dynamic library when using MinGW (Vadim Zeitlin)
  Added platform specific path separators (Dmitriy Korovkin)
  win32: allow passing *FLAGS on command line
  Fix export of xsltExtMarker on Windows (David Kilzer)
  Fix redundant includes already in libexslt.h (David Kilzer)
  Minor fixes to configure.js
  Fix variable syntax in Python configuration
  Add new EXSLT string tests to EXTRA_DIST
  Fix xml2-config check in configure script
  win32: Add configuration for profiler (Chun-wei Fan)
  Check whether 'xml2-config --dynamic' is supported
  
   - Documentation:
  Add Makefile rule to regenerate xsltproc.html
  Update links
  Remove MAINTAINERS
  Upload documentation to GitLab Pages
  Add documentation in devhelp format
  Add --enable-rebuild-docs configure option
  Fix libexslt header summaries
  Fix validity of tutorial XML (David King)
  Use DocBook URL for tutorial DTD (David King)
  Update libxslt.doap
  Add missing options to xsltproc man page
  


v1.1.34: Oct 30 2019:
   - Documentation:
  Fix EXSLT web pages (Nick Wellnhofer),
  Regenerate web pages (Nick Wellnhofer),
  Fix Git link in news.html (Nick Wellnhofer),
  Minor documentation fixes after recent changes (Nick Wellnhofer),
  Fix typos (Jan Pokorn�),
  Regenerate symbols and API docs (Nick Wellnhofer),
  Regenerate EXSLT website (Nick Wellnhofer)
  
   - Portability:
  Remove stubs when compiling without debugger or profiler (Nick Wellnhofer),
  configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries (Hugh 
McMaster),
  configure.ac: Conditionally determine whether xml2-config should pass shared 
libraries or static libraries (Hugh McMaster),
  xslt-config.in: Fix broken --prefix=DIR support (Hugh McMaster),
  libexslt.pc.in: Do not expose private library  dependencies unless invoked 
(Hugh McMaster),
  libxslt.pc.in: Do not expose private library dependencies  unless invoked 
(Hugh McMaster),
  Fix -Wformat-overflow warning (GCC 9) (Nick Wellnhofer),
  Stop including ansidecl.h (Nick Wellnhofer),
  Remove WIN32_EXTRA_* variables (Nick Wellnhofer),
  Fix vsnprintf in Python bindings on Windows (Nick Wellnhofer),
  Build without winsock (Nick Wellnhofer),
  Stop redefining snprintf on MinGW (Nick Wellnhofer)
  
   - Bug Fixes:
  xsl:template without name and match attributes should not be allowed (Nikolai 
Weibull),
  Make sure that Python tests exit with error code (Nick Wellnhofer),
  Improve handling of invalid UTF-8 in format-number (Nick Wellnhofer),
  Fix dangling pointer in xsltCopyText (Nick Wellnhofer),
  Fix memory leak in pattern compilation error path (Nick Wellnhofer),
  Fix uninitialized read with UTF

gedit-plugins 41.0

2022-02-16 Thread Jeremy Bicha
About gedit-plugins
===

Collection of plugins for the gedit Text Editor

News


* Fix build with latest meson
* Translation updates



Download

https://download.gnome.org/sources/gedit-plugins/41/gedit-plugins-41.0.tar.xz 
(926K)
  sha256sum: a38f949460914f054063671bf0bb8e8a5184e6210be89f64bb304652d4520e87

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


gnome-backgrounds 42.beta

2022-02-16 Thread Jakub Steiner
About gnome-backgrounds
===

Default wallpapers for GNOME.

News


 Version 41.beta
=
- new default & supplemental wallpapers in light and dark variants
- updated guidelines



Download

https://download.gnome.org/sources/gnome-backgrounds/42/gnome-backgrounds-42.beta.tar.xz
 (49.3M)
  sha256sum: 8db9da06dcf15e276ebdb89aad43f393d00a6a177c3188fe5d0b8b5e7ae15fa5

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


adwaita-icon-theme 42.beta

2022-02-16 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: port over to core.svg for new toolchain (Symbolic Preview)
 - symbolic: updated style across the board - simpler, rounder, 
   consistently 2px thick outlines.
- fullcolor: prune legacy fullcolor lowres, apps like Evolution ship
   their assets from now on
 - fullcolor: updated device icons
 - fullcolor: updated folder icons


Download

https://download.gnome.org/sources/adwaita-icon-theme/42/adwaita-icon-theme-42.beta.tar.xz
 (9.91M)
  sha256sum: 94093771c9d93cd87ee6b41a364a07f7d79118d5d9ce9c06013056277b1c0805

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


gnome-remote-desktop 42.beta

2022-02-16 Thread Jonas Ådahl
About gnome-remote-desktop
==

Remote desktop daemon for GNOME using pipewire.


Download

https://download.gnome.org/sources/gnome-remote-desktop/42/gnome-remote-desktop-42.beta.tar.xz
 (119K)
  sha256sum: d13f8413f8dd15d8c61075967ee0ed02f91f1bad7ec4128ae0bc16a8266a6a5c

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


frogr 1.7

2022-02-16 Thread Mario Sanchez Prada
About frogr
===

A Flickr Remote Organizer for GNOME

News


  * Fixed build error with Meson 0.61.

New and updated translations:

  * ca (Jordi Mas)
  * eu (Asier Sarasua Garmendia)
  * fur (Fabio Tomat)
  * ro (Florentina Mușat)
  * uk (Yuri Chornoivan)
  * zh_CN (Boyuan Yang)



Download

https://download.gnome.org/sources/frogr/1.7/frogr-1.7.tar.xz (2.14M)
  sha256sum: 7507ce92001c6f1faa4e7c57513d9fa14da90051e6c26a14f34aaa9801625df9

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