]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.42.4 0.42.4
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 6 Dec 2018 10:24:36 +0000 (11:24 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Dec 2018 15:02:24 +0000 (16:02 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 7e5009badf3d634193bfd3c76ead4023021912fa..703856eeb0d78b3437d967f13e7187fd2c9c0f19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+Vala 0.42.4
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Fix method pointer cast if instance isn't at first position
+    + Transfer ownership of compact class to DestroysInstance method [#645]
+    + Add destroy function for GLib.Array [#572]
+    + Fix canonical string for quark of error domains
+    + Make sure to include declarations for delegate typed parameters
+    + Don't emit type_id for enum in non GOBJECT profile
+    + Don't emit unused temp variable for element access assignments
+    + Actually create method cast for base interface method as needed
+    + Mark needle parameter of internal array-contains methods as const [#504]
+    + Emit initializer for enum-value into wanted declaration space [#167]
+    + Add void to delegate typedef declarations without parameters
+    + Emit delegate/enum typedefs to type-declaration section [#318]
+    + Always emit constants with initializer-list [#81]
+    + Handle non-default AsyncResult parameter position [#709]
+  - vala:
+    + Copy instance_pos argument from virtual/abstract base methods [#540483]
+    + Compact classes don't allow private/class fields and to lock fields
+    + Use comment which was already retrieved in parse_declaration()
+    + Add missing re-check guards for Do/For/WhileStatement and SwitchLabel
+    + Type check for errors require an error expression [#362]
+    + Make check_arguments() more verbose and don't bail on first error [#438]
+    + Don't emit member access of assignments on static properties [#573]
+    + Use clearer error message for automatic properties in interfaces [#656]
+    + Break possible endless loop in SymbolResolver.get_type_for_struct() [#444]
+  - girwriter: Write glib-type attributes for Enums/Structs with type_id
+  - girparser: Skip "source-position" elements and docs in transparent union
+  - valadoc:
+    + Match property signature with vala's codewriter
+    + Sort symbols and members where possible
+    + Actually assign type_id of Api.Structs
+    + Add type_id to Api.Enum/Interface
+    + Skip package dependency if target directory already exists
+    + Fix a few errors and warnings in stylesheet
+    + Adjust stylesheet to unbreak Epiphany [#644]
+  - docs: Use Markdown for README and include build instructions
+  - testrunner: Pass buildsystem's CC through to valac
+
+ * Bindings:
+  - gio-2.0: Add missing File.new_build_filename()
+  - glib-2.0: Add missing Array.set_clear_func() binding
+  - glib-2.0: Avoid double-free in GLib.Array if clear_func is set
+  - glib-2.0: Add GLib.pointer aka gpointer binding
+  - gobject-2.0: Attribute all symbols with cheader_filename = "glib-object.h"
+  - gobject-introspection-1.0: Pick up version attribute fixes
+  - gdk-x11-3.0,gtk+-3.0: Update to 3.24.2+eb821cb8
+  - gtk+-4.0: Update to 3.94.0+a99bd2a4
+  - gstreamer: Update from 1.15+ git master
+  - poppler-glib: Update to 0.71
+
 Vala 0.42.3
 ===========
  * Various improvements and bug fixes:
index 0f85699dc6b8fa2050e9b548dc4705fd69d5a07b..c4a4c0d8803f8191340a7113aaf0938d70a98e26 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALA-GEN-INTROSPECT "1" "November 2018" "vala-gen-introspect 0.42.3" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VALA-GEN-INTROSPECT "1" "December 2018" "vala-gen-introspect 0.42.4" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 152eb6143203e2579d28b1609592dd5dbb7a85b0..99d63b77f9206d386c1fb2edb00b523dc628000a 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALAC "1" "November 2018" "valac 0.42.3" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VALAC "1" "December 2018" "valac 0.42.4" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index f5b99150970dc48e0a37eb8c141c96ef07237ce2..85970541547b376f84109a493e16db8f022fb46e 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALADOC "1" "November 2018" "valadoc 0.42.3" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VALADOC "1" "December 2018" "valadoc 0.42.4" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index fea716a878b8a315ee717afa33b2d768f9b1a3a4..842b9ce9b263c9f6e74252d42acb7b9a9a8f3402 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VAPIGEN "1" "November 2018" "vapigen API Generator 0.42.3" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VAPIGEN "1" "December 2018" "vapigen API Generator 0.42.4" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS