From: Rico Tzschichholz Date: Tue, 22 May 2018 07:53:59 +0000 (+0200) Subject: Release 0.38.10 X-Git-Tag: 0.38.10^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8352b87338ee087c27bb8ddc41996f2ae5eab63e;p=thirdparty%2Fvala.git Release 0.38.10 --- diff --git a/NEWS b/NEWS index dc016d266..1f24e57c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Vala 0.38.10 +============ + * Various improvements and bug fixes: + - Warn if --gir is used without --library [#708693] + - Report an error if rank attribute is required but was not found [#660991] + - scanner: Accept \R and \N escape sequences in regex literals [#749576] + - scanner: Accept backreferences \1 through \99 in regex literals [#728574] + - codegen: + + Avoid critical in get_basic_type_info() when there is no signature + [#729517] + + Fix serializing multidimensional arrays [#735437] + + Guard get_default_ref_sink_function() against null base-class + + Respect cname ccode-attribute of lockable fields + + Fix casting of length for "ref" array parameters + - girparser: Add support for NoAccessorMethod metadata + - girparser: Deal with missing "name" attribute by falling back on "c:type" + - girwriter: Drop errornous indent + - girwriter: Properly output variadic methods and use introspectable="0" + - genie: Add support for the \v escape character [#664689] + - genie: Add support for the \uXXXX escape sequence + + * Bindings: + - glib-2.0: Fix IConv.iconv() [#634753] + - glib-2.0: Mark str parameter of Variant.take_string() as owned + - gobject-2.0: Make constructor of ParamSpecBoxed public + - gstreamer: Cherry-pick some fixes from 0.42 + - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties + - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref" + [#788113] + - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable + [#795265] + - sqlite3: Add additional constants for flags of Database.open_v2() [#795627] + - webkit2gtk-4.0: Update to 2.20.1 and cherry-pick some fixes from 0.42 + Vala 0.38.9 =========== * Various bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index 323a459dc..5cc5df48a 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.6. -.TH VALA-GEN-INTROSPECT "1" "April 2018" "vala-gen-introspect 0.38.9" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "May 2018" "vala-gen-introspect 0.38.10" "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 cb12fa351..75b3c9bed 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.6. -.TH VALAC "1" "April 2018" "valac 0.38.9" "User Commands" +.TH VALAC "1" "May 2018" "valac 0.38.10" "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 a42e9a144..1adb0c2fd 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.6. -.TH VALADOC "1" "April 2018" "valadoc 0.38.9" "User Commands" +.TH VALADOC "1" "May 2018" "valadoc 0.38.10" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index 88ef2edc0..4d3238471 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.6. -.TH VAPIGEN "1" "April 2018" "vapigen API Generator 0.38.9" "User Commands" +.TH VAPIGEN "1" "May 2018" "vapigen API Generator 0.38.10" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS