Changes between Initial Version and Version 1 of Ticket #13258, comment 1


Ignore:
Timestamp:
03/15/2020 09:40:59 PM (5 years ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #13258, comment 1

    initial v1  
    1 {{{
     1
    22Vala 0.48.1
    3 ===========
     3
    44 * Various improvements and bug fixes:
    55  - codegen:
    6     + Replace hard-coded "gsize" with resolved "size_t"
    7     + Add destroy of parameter in vfunc of delegate property setter [#919]
    8     + Inherit "array" attributes from (base/-interface) property
    9     + Inherit "delegate_target" from (base/-interface) parameter/property/method
    10     + Actually respect "delegate_target" attribute of method/parameter
    11     + Move ObjectTypeSymbol casting to GTypeModule
    12     + Factor out GValueModule and GLibValue into a separate source-files
    13     + Avoid symbol clashes with "va_*" from "stdarg.h"
     6    - Replace hard-coded "gsize" with resolved "size_t"
     7    - Add destroy of parameter in vfunc of delegate property setter
     8    - Inherit "array" attributes from (base/-interface) property
     9    - Inherit "delegate_target" from (base/-interface) parameter/property/method
     10    - Actually respect "delegate_target" attribute of method/parameter
     11    - Move ObjectTypeSymbol casting to GTypeModule
     12    - Factor out GValueModule and GLibValue into a separate source-files
     13    - Avoid symbol clashes with "va_*" from "stdarg.h"
    1414  - vala:
    15     + Fix search for Parameter.base_parameter
    16     + Real struct-type without type_id can't be used for GObject property [#921]
    17   - codewriter: Output inner interface declarations [#918]
     15    - Fix search for Parameter.base_parameter
     16    - Real struct-type without type_id can't be used for GObject property
     17  - codewriter: Output inner interface declarations
    1818
    1919 * Bindings:
    20   - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
     20  - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs
    2121  - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
    2222  - linux: Don't depend on GLib.Time when using POSIX profile
     
    2424  - poppler-glib: Update to 0.85
    2525  - vapi: Update GIR-based bindings
    26 }}}
     26