[vala/0.40] Release 0.40.13
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] Release 0.40.13
- Date: Tue, 22 Jan 2019 09:52:21 +0000 (UTC)
commit 9cd25da69d8f947dee928d5a574641c55ccb5606
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Jan 22 10:21:18 2019 +0100
Release 0.40.13
NEWS | 35 +++++++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 39 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 024d6e477..eb62eac04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Vala 0.40.13
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + Use temp-var for MethodCall with out/ref arguments (#722)
+ + Use temp-vars for ellipsis out-arguments to fix memory management (#722)
+ + Add default_value for CType to initialize variables if needed (#724)
+ + Cast instance parameter for property access in object-initializer
+ + Don't check boolean values for (in)equality in GTask API (#726)
+ + Properly set annotations field of GDBus*Info struct to NULL
+ + Cast instance and result of g_async_initable_new_finish() call
+ + Use a parameter-map for creation of delegate declaration [#728]
+ + Emit struct declaration typedef before resolving its fields [#318]
+ + Don't apply address-of operator on literals when casting to array
+ - vala: Report invalid instance member access to property (#605)
+ - girparser: Async methods don't allow out-parameters before in-parameters
+ - libvaladoc: Build backing Vala.SourceFile for GIRs processed by importer
+ - libvaladoc/girimporter: Skip "source-position" elements
+ - valadoc: Specify that the "--driver" option is deprecated [#736]
+ - compiler: Report deprecated command-line option "--thread"
+ - build: Don't leak libvalaccode symbols to libvaladoc
+ - Add a basic CONTRIBUTING.md file that links to the relevant Wiki page
+ - tests: Fix try_parse() tests to not compare to already free'd memory
+
+ * Bindings:
+ - clutter-1.0: Fix BindingPool.override_action()
+ - gdk-3.0,gtk+-3.0: Update to 3.24.3+9c8f1478
+ - glib-2.0: Use correct array-length-type for returned arrays (#171)
+ - gio-2.0: Fix File.replace_contents_bytes_async() (!37)
+ - gobject-2.0: Minor syncing from GIR
+ - gobject-2.0: Use correct array-length-type for returned arrays
+ - gtk+-4.0: Update to 3.94.0+9b15c690
+ - libsoup-2.4: Fix Message.add_*_handler() [#731]
+ - sqlite3: Correct return C type of Statement.column_text & Value.to_text
+
Vala 0.40.12
============
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 64863f164..93db07385 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.8.
-.TH VALA-GEN-INTROSPECT "1" "December 2018" "vala-gen-introspect 0.40.12 "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2019" "vala-gen-introspect 0.40.13" "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 9ef91bef6..ae4f1a2c7 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.8.
-.TH VALAC "1" "December 2018" "valac 0.40.12" "User Commands"
+.TH VALAC "1" "January 2019" "valac 0.40.13" "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 d0ec2f902..7c8817c72 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.8.
-.TH VALADOC "1" "December 2018" "valadoc 0.40.12" "User Commands"
+.TH VALADOC "1" "January 2019" "valadoc 0.40.13" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index e3f267e84..853da7aaa 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.8.
-.TH VAPIGEN "1" "December 2018" "vapigen API Generator 0.40.12 "User Commands"
+.TH VAPIGEN "1" "January 2019" "vapigen API Generator 0.40.13" "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]