From: Rico Tzschichholz Date: Tue, 27 Feb 2018 08:44:56 +0000 (+0100) Subject: Release 0.39.92 X-Git-Tag: 0.39.92^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885a473fbbfd9880bd024e8a1196643b780d85d0;p=thirdparty%2Fvala.git Release 0.39.92 --- diff --git a/NEWS b/NEWS index 77eaa9a7e..f34b3047a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +Vala 0.39.92 +============ + * Highlights + - Add support for feature test macros [#793444] + e.g. [CCode (feature_test_macro = "_GNU_SOURCE")] + + * Various bug fixes: + - codegen: + + Use pointers when accessing constant multi-dimensional arrays [#604371] + + Add valid support for const multi-dimensional arrays [#604371] + + Don't append fixed-length of array fields in initializers + + Add source_reference to some store_local/_field() calls + - Properly handle array-initializers inside struct-initializers [#622178] + - The rank of an array-initializer should match the target's rank [#744923] + - Make SemanticAnalyzer.check_arguments() independent of context + - Check with same rules for dbus compatibility as in GBusModule [#793859] + - Fix recursive declaration in generic base type [#688732] + - Prevent WITH_CGRAPH conditional having an impact on generated sources + - Update manual from wiki.gnome.org + + * Bindings: + - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3), + pow10f(3), exp10(3) and exp10f(3) [#614788] + - gstreamer-1.0: Update from 1.13.1+ git master + - linux: Add dup3 [#729803] + - linux: Add feature_test_macros to non-POSIX file control constants and dup3 + - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425] + - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975] + - libgnome-menu-3.0: Add deps file + - Update GIR-based bindings + Vala 0.39.91 ============ * Various bug fixes: diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1 index f4110924a..59a7173f0 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" "February 2018" "vala-gen-introspect 0.39.91" "User Commands" +.TH VALA-GEN-INTROSPECT "1" "February 2018" "vala-gen-introspect 0.39.92" "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 6210a0faf..cff6ca3d8 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" "February 2018" "valac 0.39.91" "User Commands" +.TH VALAC "1" "February 2018" "valac 0.39.92" "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 a562a08e1..e153f55e8 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" "February 2018" "valadoc 0.39.91" "User Commands" +.TH VALADOC "1" "February 2018" "valadoc 0.39.92" "User Commands" .SH NAME valadoc \- Vala Documentation Tool .SH SYNOPSIS diff --git a/doc/vapigen.1 b/doc/vapigen.1 index e7241b382..b5e33bbb2 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" "February 2018" "vapigen API Generator 0.39.91" "User Commands" +.TH VAPIGEN "1" "February 2018" "vapigen API Generator 0.39.92" "User Commands" .SH NAME vapigen \- generate a Vala API .SH SYNOPSIS