gnome-control-center 3.36.5

2020-11-19 Thread Robert Ancell
News


Applications:
- Fix NULL hash table being unreffed.
- Ensure private types used by the template.

Keyboard:
- Fix behavior of "Replace" when adding custom shortcut
- fix gtk_widget_get_can_default assertion error.

Network:
- Correctly detect when ethernet devices are hotplugged.
- Fix overlapping text rows in connection editor.

Printers:
- Make printers panel have a smaller minimum width.
- Fix leak of printer name in callbacks.

Sharing:
- Disable Tracker 3.
- Replace vino with gnome-remote-desktop for X11 sessions.

Sound:
- Update the profile list after getting the signal from gvc.
- Fix subwoofer slider.

Users:
- Don't segfault trying to get the user initials.

Wacom:
- Fix a critical warning if loading a cursor fails.



Download

https://download.gnome.org/sources/gnome-control-center/3.36/gnome-control-center-3.36.5.tar.xz
 (6.01M)
  sha256sum: 460dd31cc68e7c03054284fe27df4ca758e5f74bba94bb298f620deb5e0bc4c1

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


gnome-control-center 3.38.2

2020-11-19 Thread Robert Ancell
News


- Updated translations

Applications:
- Fix NULL hash table being unreffed.

Keyboard:
- fix gtk_widget_get_can_default assertion error.

Network:
- Correctly detect when ethernet devices are hotplugged.

Printers:
- Make printers panel have a smaller minimum width.
- Fix leak of printer name in callbacks.

Sharing:
- Disable Tracker 3.

Sound:
- Update libgvc to add support for recent UCM related changes in ALSA and
  PulseAudio.

Users:
- Fix free of const string.

Wacom:
- Fix a critical warning if loading a cursor fails.



Download

https://download.gnome.org/sources/gnome-control-center/3.38/gnome-control-center-3.38.2.tar.xz
 (6.14M)
  sha256sum: 1500e0ec0dbbb3f0b9289d084d6987b9430fe444872adbea5ca7fe0cd5f8476c

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


vala 0.48.12

2020-11-19 Thread Rico Tzschichholz
News


 * Various improvements and bug fixes:
  - codegen:
+ More use of delegate_target_type and delegate_target_destroy_type
+ Reduce get_delegate_target/get_delegate_target_destroy_notify calls
+ Don't use inferred type for temp-value to access generic property [#1088]
+ Update outdated array _size_ variable of captured local-variable [#1090]
+ Report internal error for unsupported collection type in foreach
  - vala:
+ Issue an error on void initializer for local-variable
+ Allow markup-reader to accept spaces around '=' of attribute assignment
+ CodeNode.source_reference is optional, so let the API respect that
+ Use DataType.compatible() to check for string concatenation [#1100]
  - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
  - libvaladoc: Don't filter-out generic type-parameters of delegates
  - libvaladoc/girimporter: Skip "docsection" elements in 
  - testrunner: Add "-Werror=return-local-addr" flag
  - manual: Update from wiki.gnome.org

 * Bindings:
  - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
  - curses: Add Terminfo API set, function keycodes F(n) and minor changes
  - curses: Correctly use [PrintfFormat] attribute
  - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
  - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
  - glib-2.0: Improve GenericArray.length property
  - gio-2.0: Fix binding of Resolver.lookup_service*()
  - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
  - gtk4: Update to 3.99.4+7551f85d [#1089]
  - linux: Add missing struct in cname for Spi.IocTransfer
  - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
  - posix: Add freopen binding, as FILE.reopen()
  - rest-0.7: Fix ParamsIter.next() binding
  - vapi: Update GIR-based bindings


ChangeLog
=
https://download.gnome.org/sources/vala/0.48/vala-0.48.12.changes  (4.29K)

Download

https://download.gnome.org/sources/vala/0.48/vala-0.48.12.tar.xz (3.33M)
  sha256sum: 602c415004610e1d80c209aa7fc89f6264bcd1f416801df32a81bf89c5880b29

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


vala 0.50.2

2020-11-19 Thread Rico Tzschichholz
News


 * Various improvements and bug fixes:
  - codegen:
+ More use of delegate_target_type and delegate_target_destroy_type
+ Reduce get_delegate_target/get_delegate_target_destroy_notify calls
+ Don't use inferred type for temp-value to access generic property [#1088]
+ Update outdated array _size_ variable of captured local-variable [#1090]
+ Report internal error for unsupported collection type in foreach
  - vala:
+ Issue an error on void initializer for local-variable
+ Allow markup-reader to accept spaces around '=' of attribute assignment
+ CodeNode.source_reference is optional, so let the API respect that
+ Use DataType.compatible() to check for string concatenation [#1100]
  - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
  - libvaladoc: Don't filter-out generic type-parameters of delegates
  - libvaladoc/girimporter: Skip "docsection" elements in 
  - testrunner: Add "-Werror=return-local-addr" flag
  - manual: Update from wiki.gnome.org

 * Bindings:
  - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
  - curses: Add Terminfo API set, function keycodes F(n) and minor changes
  - curses: Correctly use [PrintfFormat] attribute
  - glib-2.0: Fix return-type of Uri.parse_params() binding
  - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
  - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
  - glib-2.0: Improve GenericArray.length property
  - gio-2.0: Fix binding of Resolver.lookup_service*()
  - gstreamer: Update from 1.19.0+ git master
  - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
  - gtk4: Update to 3.99.4+7551f85d [#1089]
  - linux: Add missing struct in cname for Spi.IocTransfer
  - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
  - posix: Add freopen binding, as FILE.reopen()
  - rest-0.7: Fix ParamsIter.next() binding
  - vapi: Update GIR-based bindings


ChangeLog
=
https://download.gnome.org/sources/vala/0.50/vala-0.50.2.changes  (4.92K)

Download

https://download.gnome.org/sources/vala/0.50/vala-0.50.2.tar.xz (3.35M)
  sha256sum: 2c0d5dc6d65d070f724063075424c403765ab7935c9e6fbcb84981b94d07ceda

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