From: Rico Tzschichholz Date: Sun, 3 Mar 2019 19:58:50 +0000 (+0100) Subject: Release 0.36.18 X-Git-Tag: 0.36.18^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b75377ec95dc5c891699159444881c27ffee298;p=thirdparty%2Fvala.git Release 0.36.18 --- diff --git a/NEWS b/NEWS index 8dd349842..077e2f75e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +Vala 0.36.18 +============ + * Various improvements and bug fixes: + - codegen: + + Use temp-vars for ellipsis out-arguments to fix memory management (#722) + + 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 + + Replace some unfortunate asserts with internal error reports + + Properly handle and catch inner-error of finally-block (#742) + - vala: + + Report invalid instance member access to property (#605) + + Check inferred variable_type of LocalVariables + + Parser doesn't ensure "protected" to be applied on TypeSymbol members + - girparser: + + Async methods don't allow out-parameters before in-parameters + + Correctly set array_length_type for delegates returning an array + - girwriter: + + Support transfer-ownership="container" for arrays + + Always use get_gir_name() for TypeSymbols + - g-i: Fix return value on error in start_discriminator() + - compiler: Report deprecated command-line option "--thread" + - Add a basic CONTRIBUTING.md file that links to the relevant Wiki page + + * Bindings: + - clutter-1.0: Fix BindingPool.override_action() + - clutter-1.0: Drop deprecated from Actor.pick() (#625) + - gdk-3.0: Fix ownership of FrameClock.get_current_timings/get_timings() + - gtk+-unix-print-*.0: Fix PrintJob.get_page_ranges(), + Printer.get_hard_margins() + - 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 + - gobject-2.0: Add SignalHandler.disconnect_by_data() + - libsoup-2.4: Fix Message.add_*_handler() [#731] + - poppler-glib: Update to 0.74 + - sqlite3: Correct return C type of Statement.column_text & Value.to_text + Vala 0.36.17 ============ * Various improvements and bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index ac48f4ba3..392f8239e 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.36.17" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "March 2019" "vala-gen-introspect 0.36.18" "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 2b8ecc32d..2b3fb564a 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.36.17" "User Commands" +.TH VALAC "1" "March 2019" "valac 0.36.18" "User Commands" .SH NAME valac \- compiler that translates Vala source code into C source and header files .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 7856682c1..657b95620 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.36.17" "User Commands" +.TH VAPIGEN "1" "March 2019" "vapigen API Generator 0.36.18" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS