[vala/0.40] Release 0.40.11
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] Release 0.40.11
- Date: Wed, 7 Nov 2018 17:58:19 +0000 (UTC)
commit 24302d8fc4edac18913641ca97f89a74f2e86671
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Nov 7 18:32:37 2018 +0100
Release 0.40.11
NEWS | 30 ++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index be79373e3..c568919a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Vala 0.40.11
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + Initialize internal temp-variables used as reference parameter
+ + Improve ccode for fixed-length array parameters (#163)
+ + Fix regex literal compile flags
+ + Add prototype for *_register_type() function
+ + Don't emit *_free() of derived compact classes
+ + Add prototype for *_new() of abstact compact classes
+ - girwriter: Fix ctype of out/ref and array parameters
+ - ccode: Fix typo and actually check "end_decls" (#672)
+ - abstract syntax tree:
+ + Always analyze nodes after they are inserted into the AST
+ + Add source_reference to local variable of catch-clause
+ + Add missing replace_expression() implementations
+ + Fix several construction/parenting issues
+ + DataType for GLib.Error should be should resolved as ErrorType
+ - testrunner: Reset $run_prefix before generating next test script
+ - build: Unconditionally add conditional VALAFLAGS to make bootstrap
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - glib-2.0: Computing length once is enough in string.to_utf8()/splice()
+ - glib-2.0: Add binding for g_test_add()
+ - glib-2.0: Add array length to string.skip (#695)
+ - gio-2.0: Result of DBusMessage.get_header() is unowned
+ - gobject-2.0,gtk+-*.0: Fix some GLib.Value out/ref parameters
+ - gtk+-4.0: Update to 3.94.0+b4b30b49
+
Vala 0.40.10
============
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 7662d1e77..186bbf1c9 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.6.
-.TH VALA-GEN-INTROSPECT "1" "September 2018" "vala-gen-introspect 0.40.10" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "November 2018" "vala-gen-introspect 0.40.11" "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 10bf9f832..ce5c08331 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.6.
-.TH VALAC "1" "September 2018" "valac 0.40.10" "User Commands"
+.TH VALAC "1" "November 2018" "valac 0.40.11" "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 241731c41..3a5e0e7d4 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.6.
-.TH VALADOC "1" "September 2018" "valadoc 0.40.10" "User Commands"
+.TH VALADOC "1" "November 2018" "valadoc 0.40.11" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 7de62d817..3d9de0ca1 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.6.
-.TH VAPIGEN "1" "September 2018" "vapigen API Generator 0.40.10" "User Commands"
+.TH VAPIGEN "1" "November 2018" "vapigen API Generator 0.40.11" "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]