]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.40.25 0.40 0.40.25
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Jan 2021 09:42:00 +0000 (10:42 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Jan 2021 09:42:00 +0000 (10:42 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index de03973883240aff597f542b23a763b485f0e255..7cd3bc42d417e49913d1860df0d547fadb4e34c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Vala 0.40.25
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + 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
+    + Use CCodeInvalidExpression instead of place holders
+    + Don't leak memory of already assigned out-parameter on error [#1123]
+    + Don't leak memory on internal value comparison of property setter
+    + Fix assignment of casted struct value to property [#1126]
+  - 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]
+    + Report an error if gio-2.0 is missing for DBus support
+    + Add missing TraverseVisitor.visit_addressof_expression()
+    + value_type of PointerIndirection expressions must not be owned [#1118]
+    + SliceExpression need to return heap-allocated or unowned references [#1120]
+    + Ownership transfer of inline-allocated array is not allowed [#931]
+  - libvaladoc: Don't filter-out generic type-parameters of delegates
+  - libvaladoc/girimporter: Skip "docsection" elements in <namespace>
+  - manual: Update from wiki.gnome.org
+
+ * Bindings:
+  - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
+  - 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*()
+  - gio-2.0: Fix DBusSubtreeIntrospectFunc binding
+  - gstreamer-1.0: Fix direction of GLib.Value typed parameters [#1014]
+  - 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
+  - webkit2gtk-4.0: Update to 2.30.3
+
 Vala 0.40.24
 ============
  * Various improvements and bug fixes:
index 738da0bbbccfd6744fb3cd3a7ba0af6dbdb68e17..5dadf9be214bfebb2134608099cbeeeaf9a339e7 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VALA-GEN-INTROSPECT "1" "October 2020" "gen-introspect 0.40.24" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2021" "gen-introspect 0.40.25" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index b9a306970a4f44722fcb6d5dc41e5c7961992e32..cb5461e6df94e7137588bc52987385aee985cd2f 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VALAC "1" "October 2020" "Vala 0.40.24" "User Commands"
+.TH VALAC "1" "January 2021" "Vala 0.40.25" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index 8dbd5dc98497b0569dfe604e2f1ee2e6f67a2305..5c21b554a43eac1a9753fce153849aff4b476ea5 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VALADOC "1" "October 2020" "Valadoc 0.40.24" "User Commands"
+.TH VALADOC "1" "January 2021" "Valadoc 0.40.25" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index 489eac09a1f17ffa098b794434203b7f0bd0e127..09e001bbd593d2d1ac95aac97b7925e0d490b3eb 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH VAPIGEN "1" "October 2020" "Vala API Generator 0.40.24" "User Commands"
+.TH VAPIGEN "1" "January 2021" "Vala API Generator 0.40.25" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS