diff --git a/vala-0.56.16.tar.xz b/vala-0.56.16.tar.xz deleted file mode 100644 index 2e098e6..0000000 --- a/vala-0.56.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b -size 4013716 diff --git a/vala-0.56.17.tar.xz b/vala-0.56.17.tar.xz new file mode 100644 index 0000000..b14a7c9 --- /dev/null +++ b/vala-0.56.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26100c4e4ef0049c619275f140d97cf565883d00c7543c82bcce5a426934ed6a +size 4016576 diff --git a/vala.changes b/vala.changes index ba7988b..fb1b289 100644 --- a/vala.changes +++ b/vala.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Apr 19 13:04:36 UTC 2024 - Dominique Leuenberger + +- Update to version 0.56.17: + + Various improvements and bug fixes: + - codegen: + . Add missing initializers for private fields of + GSourceFuncs. + . Update array length variable passed to null-terminated ref + parameter. + . Properly pass through a null-terminated out argument. + . Refactor and cache parameter in loop. + . Only handle null-terminated array as such if there is no + length given. + - vala: + . Allow declaration of static nested methods (local + functions). + . Correctly use Path.build_path(). + . Point to the invalid initializer on error. + . Report invalid type in property assignment attempt. + . Inherit important attributes for Property backing field. + ------------------------------------------------------------------- Thu Mar 14 09:19:32 UTC 2024 - Dominique Leuenberger diff --git a/vala.spec b/vala.spec index 303c242..e7a42f7 100644 --- a/vala.spec +++ b/vala.spec @@ -26,7 +26,7 @@ # decimal separator, hoping they will not get to the idea to create a 0.100 release. %define vala_priority 56 Name: vala -Version: 0.56.16 +Version: 0.56.17 Release: 0 Summary: Programming language for GNOME License: LGPL-2.1-or-later