Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13258 closed enhancement (fixed)

vala-0.48.1

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

Description

New point version.

Change History (5)

comment:1 by Xi Ruoyao, 4 years ago

Vala 0.48.1

  • Various improvements and bug fixes:
    • codegen:
      • Replace hard-coded "gsize" with resolved "size_t"
      • Add destroy of parameter in vfunc of delegate property setter
      • Inherit "array" attributes from (base/-interface) property
      • Inherit "delegate_target" from (base/-interface) parameter/property/method
      • Actually respect "delegate_target" attribute of method/parameter
      • Move ObjectTypeSymbol casting to GTypeModule
      • Factor out GValueModule and GLibValue into a separate source-files
      • Avoid symbol clashes with "va_*" from "stdarg.h"
    • vala:
      • Fix search for Parameter.base_parameter
      • Real struct-type without type_id can't be used for GObject property
    • codewriter: Output inner interface declarations
  • Bindings:
    • glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs
    • glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
    • linux: Don't depend on GLib.Time when using POSIX profile
    • gtk4: Update to 3.98+2da445f9
    • poppler-glib: Update to 0.85
    • vapi: Update GIR-based bindings
Last edited 4 years ago by Bruce Dubbs (previous) (diff)

comment:2 by Bruce Dubbs, 4 years ago

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

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22843.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.