]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.36.17 0.36.17
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Dec 2018 15:30:11 +0000 (16:30 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Dec 2018 16:20:13 +0000 (17:20 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index e32f2edf17a874fa4ba43a19152c4f26fbd3302b..8dd3498426dc5f6c39bbad9be410f8b454d44020 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+Vala 0.36.17
+============
+ * 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
+    + Fix method pointer cast if instance isn't at first position
+    + Transfer ownership of compact class to DestroysInstance method [#645]
+    + Make sure to include declarations for delegate typed parameters
+    + 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]
+  - 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
+  - vala:
+    + Copy instance_pos argument from virtual/abstract base methods [#540483]
+    + Use comment which was already retrieved in parse_declaration()
+    + 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: Fix ctype of out/ref and array parameters
+  - girwriter: Write glib-type attributes for Enums/Structs with type_id
+  - girparser: Skip "source-position" elements and docs in transparent union
+  - docs: Use Markdown for README and include build instructions
+  - manual: Update from wiki.gnome.org
+
+ * Bindings:
+  - gdk-x11-3.0: Update to 3.24.2+eb821cb8
+  - gio-2.0: Result of DBusMessage.get_header() is unowned
+  - 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
+  - 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)
+  - gobject-2.0: Attribute all symbols with cheader_filename = "glib-object.h"
+  - gobject-2.0,gtk+-*.0: Fix some GLib.Value out/ref parameters
+  - gobject-introspection-1.0: Pick up version attribute fixes
+
 Vala 0.36.16
 ============
  * Various improvements and bug fixes:
index e4268b436a79a4bfbdf74daebf843e25b73fbbf5..ac48f4ba3398e4158497c497b4385bf2cab791f5 100644 (file)
@@ -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.36.16" "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.36.17" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 41b495cc419d067cb06d3ea70fcd2a745c4f8498..2b8ecc32d1cfac15f01e4441c3c8eae707dfb511 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALAC "1" "September 2018" "valac 0.36.16" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VALAC "1" "December 2018" "valac 0.36.17" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index ab05e90ec616d2c3827ca9a4895451a02e560489..7856682c12160c408654fa7e1ebd24bd7ee19441 100644 (file)
@@ -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.36.16" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
+.TH VAPIGEN "1" "December 2018" "vapigen API Generator 0.36.17" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS