[vala/0.40] Release 0.40.25



commit 666bea03379ed20ac31a06d6838bdca3f88f983f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jan 11 10:42:00 2021 +0100

    Release 0.40.25

 NEWS                      | 40 ++++++++++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 44 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index de0397388..7cd3bc42d 100644
--- 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:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 738da0bbb..5dadf9be2 100644
--- a/doc/vala-gen-introspect.1
+++ b/doc/vala-gen-introspect.1
@@ -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
diff --git a/doc/valac.1 b/doc/valac.1
index b9a306970..cb5461e6d 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -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
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index 8dbd5dc98..5c21b554a 100644
--- a/doc/valadoc.1
+++ b/doc/valadoc.1
@@ -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
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 489eac09a..09e001bbd 100644
--- a/doc/vapigen.1
+++ b/doc/vapigen.1
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]