Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#11784 closed enhancement (fixed)

vala-0.44.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (4)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

Vala 0.44.0

  • Various improvements and bug fixes:
    • parser: Adjust various source references
    • vala: More regular invocations of check() on inferred Expression.value_type
  • Bindings:
    • gstreamer: Update from 1.15.2+ git master
    • gtk4: Update to 3.94.0+eacbeb9e
    • vapi: Update GIR-based bindings

Vala 0.43.92

  • Various improvements and bug fixes:
    • codegen:
      • Allow to associate CCodeFile to actual SourceFile
      • Only emit declaration of *_register_type if needed
      • Add get_variable_array_length_cname() and use as possible
      • Respect array_length_cname attribute for global fields
      • Replace gvaluecollector_h_needed with dedidated add_include() calls
      • Respect finish[_vfunc]_name attributes defined in vala sources
      • Include "glib-object.h" for typeof expression
    • vala:
      • Correctly perform compatibility check of array length-type #607
      • Don't ignore qualified parent when inferring type of enum member #666035
    • girwriter:
      • Support transfer-ownership="container" for arrays
      • Always use get_gir_name() for TypeSymbols
    • testrunner: Add support for Genie source files (.gs)
    • tests: Add some Genie tests to increase coverage
    • genie: Allow main function "init" to return integer as exit status #402
  • Bindings:
    • gobject-2.0: Add SignalHandler.disconnect_by_data()
    • poppler-glib: Update to 0.74
    • gtk4: Update to 3.94.0+b4ae491b
    • vapi: Update GIR-based bindings

Vala 0.43.91

  • Various improvements and bug fixes:
    • Revert "valadoc: Drop duplicated code to add source files and use CodeContext API" and "valadoc: Update API tests"
    • valadoc: Report warning if resources for doclet could not be copied
    • libvaladoc: Properly support the output of async constructors
    • girparser: Correctly set array_length_type for delegates returning an array
    • Revert "vala: Don't replace assignments for local variables with non-null simple-types"
  • Bindings:
    • Follow GTK upstream rename to gtk4 and gtk4-unix-print
    • gtk4,gtk4-unix-printer: Update to 3.94.0+02e856f6
    • gtk+-unix-print-*.0: Fix PrintJob.get_page_ranges(), Printer.get_hard_margins()
    • atk-1.0: Adjust for upstream revert of Implementor using G_DEFINE_INTERFACE
    • clutter-1.0: Drop deprecated from Actor.pick() (#625)
    • glib-2.0: Add "delegate_target = false" to Log.writer_journald/ _standard_streams/_default
    • gio-unix-2.0: Add DesktopAppInfo.get_string_list() since 2.60
    • gstreamer: Update from 1.15.1+ git master
    • webkit2gtk-4.0: Update to 2.23.91
    • vapi: Update GIR-based bindings

Vala 0.43.90

  • Various improvements and bug fixes:
    • codegen: Replace some unfortunate asserts with internal error reports
    • codegen: Properly handle and catch inner-error of finally-block (#742)
    • codegen: Pass lambda expression of variable initializer to signal connect
    • vala: Check inferred variable_type of LocalVariables
    • vala: Parser doesn't ensure "protected" to be applied on TypeSymbol members
    • libvaladoc: Don't change the size of an array in-parameter
    • g-i: Fix return value on error in start_discriminator()
  • Bindings:
    • Add goocanvas-2.0 bindings (#739)
    • gdk-3.0: Update to 3.24.4+a0129f55
    • glib-2.0: Bind g_log_writer_journald/_standard_streams/_default as LogWriterFunc (#559)
    • goocanvas: Update from 1.0.0+af07af5d
    • gstreamer: Update from 1.15.1+
    • gtk+-4.0: Update to 3.94.0+a7fa1cf6
    • vapi: Update GIR-based bindings
Last edited 5 years ago by Bruce Dubbs (previous) (diff)

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 21297.

comment:4 by Bruce Dubbs, 5 years ago

Milestone: 8.59.0

Milestone renamed

Note: See TracTickets for help on using tickets.