diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-29 09:02:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-29 09:02:49 +0000 |
commit | b45b46bd4cf061c8e62973e9e7cd79485ee019a2 (patch) | |
tree | e2e907a35e4b561f62b2a0338caa1fa35e639de7 /lang/vala/distinfo | |
parent | a5b04236e5999987e012c076faab310d2af1b98e (diff) | |
download | pkgsrc-b45b46bd4cf061c8e62973e9e7cd79485ee019a2.tar.gz |
vala: update to 0.54.0.
Vala 0.54.0
===========
* Various improvements and bug fixes:
- vala: Warn about unsupported cast to void and drop it [#1070]
- vala: Don't restrict element type of GLib.Array [#1227]
- valadoc: Correctly format background of inline @link's [#1226]
* Bindings:
- gio-2.0: Unhide a few usable symbols which are marked not introspectable [#1222]
Vala 0.53.2
===========
* Various improvements and bug fixes:
- codegen:
+ Fix property access inside opaque compact class
+ Add missing cast to access base-class members in class/static ctor [#1221]
* Bindings:
- glib-2.0: Current constants in GLib.Math are part of glib.h [#1220]
- glib-2.0: Add RefString since 2.58 [#723]
- gstreamer: Update from 1.19.0+ git master
- gtk4: Update to 4.5.0~e681fdd9
- vapi: Update GIR-based bindings
Vala 0.53.1
===========
* Highlights:
- Support explicit nullable var-type declarations [#1146]
- Add support for variadic delegates [#160]
- Add support for sealed classes [#278]
- Add support for null-safe access operator [#522]
- Emit external creation methods in bindings
- Introduce VALA_EXPORT for public symbols to improve portability
- girwriter:
+ Use "optional" and "nullable" instead of deprecated "allow-none"
+ Improve struct creation method binding
- girparser:
+ Improve instance method detection [#1210]
+ Never skip "function" elements
+ Add "move-to" value of functions as Version.replacement
* Various improvements and bug fixes:
- codegen:
+ Use ssize_t for length variables in common array helper functions
+ Fix support for public fields on GLib.Source subclasses
- vala:
+ Add Profile.LIBC as synonym for POSIX and accept "libc" profile
+ Improve semantic check of simple type structs
+ Refactor UnresolvedSymbol/Type constructors
+ Properly check GLib.Object naming convention for properties
+ Add foreach statement support for GLib.GenericArray
- build: Add "test-asan" make target for convenience
- build: Add --enable-test-ubsan configure option and "test-ubsan" make target
- build: Use jing to verify generated GIR file, if available
- testrunner: Allow checking generated C sources
* Bindings:
- Remove gedit-2.20 and webkit-1.0 bindings
- gio-2.0,glib-2.0: Add new symbols from 2.69.0
- gio-2.0: Improve DatagramBased.create_source() binding
- glib-2.0: Wrap TimeZone.identifier() constuctor for proper error support
- gstreamer-rtp-1.0: Fix some bindings errors [#1177]
- gstreamer: Update from 1.19.0+ git master
- javascriptcoregtk-4.0: Fix JSC.Class.add_property() binding
- linux: Add SocketCAN bindings, and ISOTP constants and options
- webkit2gtk-4.0: Update to 2.33.3
Diffstat (limited to 'lang/vala/distinfo')
-rw-r--r-- | lang/vala/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/vala/distinfo b/lang/vala/distinfo index bc37b267160..2ac4dd0e941 100644 --- a/lang/vala/distinfo +++ b/lang/vala/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2021/06/10 10:15:29 wiz Exp $ +$NetBSD: distinfo,v 1.55 2021/09/29 09:02:49 wiz Exp $ -SHA1 (vala-0.52.4.tar.xz) = b03735f02b4d9a53f4cba5cd66ff270c90df9a1b -RMD160 (vala-0.52.4.tar.xz) = b0e01334976b99d55256432da7ec88c0de9793f8 -SHA512 (vala-0.52.4.tar.xz) = 3c7daae4d26e6940b0735cee84f1a25f2aab12c93d2a8a9e9edec45c0c9dc9184cc790acbae19aba0fb31dfd7115afddcf8b9f09b0423b5b6950900641f4c527 -Size (vala-0.52.4.tar.xz) = 3577796 bytes +SHA1 (vala-0.54.0.tar.xz) = a55cbd116f127442a84fd2125fbc4ad2c7042237 +RMD160 (vala-0.54.0.tar.xz) = 600e20ccf9f3ec76fa222c0bea6acea180c23bd8 +SHA512 (vala-0.54.0.tar.xz) = 3c9c140645e921c4b454526ab3b936151b2768a1a5c444ee280f9befcf97d5ebe0bf7c42d26236fd3845005dec26ba2dfed7db02566f65ae906afb95abc15c36 +Size (vala-0.54.0.tar.xz) = 3884080 bytes |