]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.43.4 0.43.4
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 6 Jan 2019 16:32:05 +0000 (17:32 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 6 Jan 2019 16:45:45 +0000 (17:45 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 5a7b67bb2e659015a9fc54cbe93f96e68a0db2fd..e0f864754039580b0d1253d49bd7189765a612d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Vala 0.43.4
+===========
+ * Various improvements and bug fixes:
+  - vala:
+    + Array with fixed length don't require explicit instantiation (#720)
+    + Add GenericType.get_actual_type()
+    + Allow get_actual_type() to be used for expected failures
+    + Add Method.compatible_no_error()
+    + Don't just guess and check for a matching base_interface_method (#548)
+    + Search in all interfaces for an implementation match (#548)
+    + Allow explicit interface methods to be virtual (#548)
+    + Report invalid instance member access to property (#605)
+  - codegen:
+    + Use properly checked implicit interface implementations (#548)
+    + 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)
+    + Add missing data parameter to GTypeInfo callbacks
+    + Properly set annotations field of GDBus*Info struct to NULL
+    + Cast instance and result of g_async_initable_new_finish() call
+  - valadoc: Drop duplicated code to add source files and use CodeContext API
+  - libvaladoc: Skip empty Version.replacement attribute to avoid critical
+  - 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
+    + Warnings and criticals should be fatal on compile time too
+
+ * Bindings:
+  - glib-2.0: Use correct array-length-type for returned arrays (#171)
+  - glib-2.0: Add RecMutexLocker since 2.60
+  - gio-2.0: Fix File.replace_contents_bytes_async() (!37)
+  - gobject-2.0: Use correct array-length-type for returned arrays
+  - poppler-glib: Update to 0.71
+  - gstreamer: Update from 1.15+ git master
+  - gtk+-3.0: Update to 3.24.2+a8e07254
+  - gtk+-4.0: Update to 3.94.0+4404afc9
+  - sqlite3: Correct return C type of Statement.column_text & Value.to_text
+  - webkitgtk-4.0: Update to 2.23.1
+  - vapi: Update GIR-based bindings
+
 Vala 0.43.2
 ===========
  * Various improvements and bug fixes:
index 75c7dd52e4ce26cd8191d053958e6e9387249f76..35e8d674886cb950c2f68a6105ea6268110e555d 100644 (file)
@@ -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.43.2" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2019" "vala-gen-introspect 0.43.4" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 4f253b20b5e74991a58eb1f27210322c0de98f30..834d9a1a21dec0f1d456d9b5d101943cd09ff613 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
-.TH VALAC "1" "December 2018" "valac 0.43.2" "User Commands"
+.TH VALAC "1" "January 2019" "valac 0.43.4" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index b01ed8d068a417f2e316380cf2ea8451fa7b3265..d0f13f101fe76ea9a87bf64c65682e1e56be31d8 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
-.TH VALADOC "1" "December 2018" "valadoc 0.43.2" "User Commands"
+.TH VALADOC "1" "January 2019" "valadoc 0.43.4" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index af6119a443c9c9c54ae4372fd8f1135fa556a79e..64c78aa58d881934a14ea42d55eff754b28ef016 100644 (file)
@@ -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.43.2" "User Commands"
+.TH VAPIGEN "1" "January 2019" "vapigen API Generator 0.43.4" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS