From: Rico Tzschichholz Date: Tue, 30 Jan 2018 11:34:58 +0000 (+0100) Subject: Release 0.39.6 X-Git-Tag: 0.39.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d70b9f3e0726413bcdb442f8a0d97501a1bafc4;p=thirdparty%2Fvala.git Release 0.39.6 --- diff --git a/NEWS b/NEWS index 3c7fba87e..341c9af9a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Vala 0.39.6 +=========== + * Highlights + - Add --abi-stability option for ABI stability of libraries + It ensures that the order of class/interface members in Vala sources will + be preserved in generated C source (instance/type structs) [#789069] + + * Various bug fixes: + - girparser: + + Set NoAccessorMethod for non-readable and construct-only properties + + Ignore conflicting closure/destroy indexes + + Don't accept methods as property-accessor which throw errors [#792998] + - codegen: + + Infer error parameter from abstract/virtual base methods [#614294] + + Internally generated delegates don't require a typedef [#787521] + + Fix return-type for cancelled async creation methods of classes [#792942] + + Use G_PARAM_STATIC_STRINGS + - vala: Variadic constructors without a real first parameter are not allowed + - libvaladoc: Keep bootstrap-support with valac >= 0.16.1 + + * Bindings: + - gtk+-3.0: Fix cheader_filename of Plug and Socket + - gtk+-4.0: Update to 3.93.0+4d36a0bf + - gtk+-4.0: Only override type of "event" parameters + - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3) + Vala 0.39.5 =========== * Various bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 5dbb003b2..bf5b7019d 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.5. -.TH VALA-GEN-INTROSPECT "1" "January 2018" "vala-gen-introspect 0.39.5" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "January 2018" "vala-gen-introspect 0.39.6" "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 7e77a4002..65b67f73f 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.5. -.TH VALAC "1" "January 2018" "valac 0.39.5" "User Commands" +.TH VALAC "1" "January 2018" "valac 0.39.6" "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 af9627aed..510e8def7 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.5. -.TH VALADOC "1" "January 2018" "valadoc 0.39.5" "User Commands" +.TH VALADOC "1" "January 2018" "valadoc 0.39.6" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 0c24028c7..84569392c 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.5. -.TH VAPIGEN "1" "January 2018" "vapigen API Generator 0.39.5" "User Commands" +.TH VAPIGEN "1" "January 2018" "vapigen API Generator 0.39.6" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS