[vala/0.40] Release 0.40.20
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] Release 0.40.20
- Date: Thu, 26 Mar 2020 09:19:48 +0000 (UTC)
commit f0832e6c8bcc6ad4d6847cc3808982b96395cca5
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Mar 26 09:53:33 2020 +0100
Release 0.40.20
NEWS | 41 +++++++++++++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 45 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c6c3d180..d36b96a04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Vala 0.40.20
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + Don't initialize stack-allocated array with local-constant length [#910]
+ + Add destroy of parameter in vfunc of delegate property setter [#919]
+ + Reset outdated array _size_ variable after use as ref parameter [#929]
+ + Use memset to init inline-allocated array with non-constant size [#910]
+ - vala:
+ + Properly set CodeNode.error when reporting an error
+ + Improve robustness of analyzer pass for language-servers [#911]
+ + Add local-variables to current scope regardless its error state
+ + Fix circular reference in Property/EnumValueType
+ + Report an internal error for unavailable context and bail
+ + Prevent possible stack-overflow in Class.is_subtype_of()
+ + Fix search for Parameter.base_parameter
+ + Use error() instead of Report.error() inside of CodeContext.get()
+ + Accept enum-values as length for inline allocated arrays [#935]
+ + Improve copy of required attributes from delegate to lamdba method
+ + Inherit lambda parameter attributes from delegate
+ + Inline-allocated array aren't instantiated with creation expression [#926]
+ - Add missing CodeContext.pop() calls
+ - girparser:
+ + Report a warning for conflicting class and instance methods
+ + Decrease return_array_length_idx for transformed function
+ + Delay adding of "GLib.Object" prerequisite to interfaces
+ - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933]
+ - valadoc: Create and register current Vala.CodeContext properly
+ - parser: Improve error message for invalid ArrayCreationExpression [#939]
+ - testrunner: Pass G_DEBUG=fatal-warnings to invalid test
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - Add some fundamental deps files to improve --nostdpkg support [#911]
+ - glib-2.0: Add binding for g_poll() [#924]
+ - glib-2.0: Add binding for g_win32_ftruncate()
+ - glib-2.0: Add missing IOChannel's win32 API
+ - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
+ - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
+ - gio-2.0: Add binding for g_io_error_from_win32_error()
+
Vala 0.40.19
============
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 3e6268b80..59bdec225 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.12.
-.TH VALA-GEN-INTROSPECT "1" "February 2020" "vala-gen-introspect 0.40.19" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "March 2020" "vala-gen-introspect 0.40.20" "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 c66396398..ad075b7cd 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.12.
-.TH VALAC "1" "February 2020" "valac 0.40.19" "User Commands"
+.TH VALAC "1" "March 2020" "valac 0.40.20" "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 bc87f713d..64d62cbad 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.12.
-.TH VALADOC "1" "February 2020" "valadoc 0.40.19" "User Commands"
+.TH VALADOC "1" "March 2020" "valadoc 0.40.20" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 122350fd8..f07dad8d7 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.12.
-.TH VAPIGEN "1" "February 2020" "vapigen API Generator 0.40.19" "User Commands"
+.TH VAPIGEN "1" "March 2020" "vapigen API Generator 0.40.20" "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]