gstreamer: Update from 1.15+ git master
[vala-gnome.git] / NEWS
blob0ce42a966b0ee2aa55372842b3bc0177a71c2651
1 Vala 0.41.90
2 ============
3  * Highlights
4   - Reintroduce POSIX profile
5   - parser: Add support for explicit "unlock" syntax
6   - vala: Support anonymous definitions of delegates in bindings
7   - codegen: Support automatic properties as GtkChild
8   - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
9   - codegen: Drop support for non-auto property initializer in gobjects
10   - codegen: Avoid using deprecated "g_type_class_add_private"
12  * Various bug fixes:
13   - vala: Constants and signals are not lockable
14   - codegen: Don't apply ref_sink_function if target_type is floating_reference
15   - vala: Treat floating method-return-type as nullable if error may be thrown
16   - vala: Transfer floating-reference attribute while casting
17   - analyzer: Break cyclic references of BasicBlock
18   - vala: Break reference chain between DataType and Symbol if possible
19   - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
20     compact classes
21   - vala: Report error for invalid base access in method/property of compact
22     class
23   - libvaladoc: Replace void* with corresponding Vala API
24   - codegen: Don't include the full absolute path in line directives
25   - codegen: Add source_reference to unsupported floating reference error
27  * Bindings:
28   - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
29   - clutter-1.0: Change type of Clutter.Key.* constants to uint
30   - gdk-3.0: Change type of Gdk.Key.* constants to uint
31   - gtk+-4.0: Change type of Gdk.Key.* constants to uint
32   - gstreamer: Update from 1.15+ git master
33   - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
34   - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
35     tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
36     twitter-glib-1.0, mx-1.0
37   - Remove vala-specific deprecations <= vala-0.22
39 Vala 0.40.8
40 ===========
41  * Various improvements and bug fixes:
42   - Fix links in the Manual
43   - libvaladoc: Change link to Valadoc wiki page for HTML doclet
44   - valadoc: Use HTML5 doctype in HTML doclet
45   - codegen: Let methods return -1 on error by default if possible [#526]
46   - Allow TypeModule subclasses as parameter-type in module-init-method [#648]
47   - girparser: Allow changing the type of constants using metadata [#643]
48   - girwriter: Add boolean GIR visible attribute to allow skipping symbols
49   - vala: Report error for error-domains without any code
50   - parser: Accept "empty" enums/error-domains [#253]
51   - codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253]
53  * Bindings:
54   - gobject-2.0: Add lower_case_csuffix attributes to Type* symbols
55   - gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423
56   - gio-2.0: Add custom IOError.from_errno() to make it work as expected [#253]
57   - gtk+-4.0: Update to 3.94.0+bf5f27c6
58   - gstreamer-rtsp-server-1.0: Update from 1.14+ git master [#653]
60 Vala 0.40.7
61 ===========
62  * Various improvements and bug fixes:
63   - Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
64   - codegen:
65     + Handle delegate_target attribute of fields [#520]
66     + Free generic elements of glib collections [#694765]
67     + Fix warning for source_funcs parameter of g_source_new()
68     + Actually treat GLib.Source as compact class
69     + Custom abstract methods of GLib.Source are handled differently [#641]
70     + Consistently use gpointer for delegate targets
71     + Unify some delegate-type check patterns
72     + Use default_init instead of base_init when registering interfaces
73       [#699550]
74   - girparser: Add support for bool delegate_target [#520]
75   - girwriter:
76     + Output deprecated="1"
77     + construct-only properties don't have a setter method
78     + Don't write any custom attributes [#608]
79   - valadoc: Fix TreeBuilder.create_array() for stacked Arrays
81  * Bindings:
82   - glib-2.0:
83     + Do not mark simple-type out-parameters as nullable [#634]
84     + Make Source.attach() use the default MainContext by default
85     + Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638]
86     + Fix Bytes.with_free_func()
87   - gio-2.0:
88     + Mark ActionEntry.parameter_type/state fields as nullable [#632]
89     + Delegate fields of DBus*VTable do not have implicit target fields
90     + Apply delegate_target = false on ActionEntry callbacks and make them weak
91       [#630]
92     + Add default to all io_priority parameters
93   - gstreamer: Cherry-pick some fixes from 0.42, add gst-editing-services-1.0
94   - gtk+-3.0: Update to 3.22.30+9ac7f906
95   - gtk+-4.0: Update to 3.93.0+29fee2e8
96   - webkit2gtk-4.0: Update to 2.21.4
97   - Update GIR-based bindings
99 Vala 0.40.6
100 ===========
101  * Regression fix:
102   - codegen: Avoid critical for array in-parameters with custom length-type
103   - tests: Drop assert which is failing on big-endian archs
105 Vala 0.40.5
106 ===========
107  * Various improvements and bug fixes:
108   - Warn if --gir is used without --library [#708693]
109   - Report an error if rank attribute is required but was not found [#660991]
110   - scanner: Accept \R and \N escape sequences in regex literals [#749576]
111   - scanner: Accept backreferences \1 through \99 in regex literals [#728574]
112   - codegen:
113     + Avoid critical in get_basic_type_info() when there is no signature
114       [#729517]
115     + Fix serializing multidimensional arrays [#735437]
116     + Guard get_default_ref_sink_function() against null base-class
117     + Respect cname ccode-attribute of lockable fields
118     + Fix casting of length for "ref" array parameters
119   - codewriter: Add 'new' to symbols if needed to match the original source
120     [#614686]
121   - girparser: Deal with missing "name" attribute by falling back on "c:type"
122   - girwriter: Drop errornous indent
123   - girwriter: Properly output variadic methods and use introspectable="0"
124   - genie: Add support for the \v escape character [#664689]
125   - genie: Add support for the \uXXXX escape sequence
127  * Bindings:
128   - glib-2.0: Fix IConv.iconv() [#634753]
129   - gobject-2.0: Make constructor of ParamSpecBoxed public
130   - gstreamer: Cherry-pick some fixes from 0.42
131   - gtk+-3.0: Update to 3.22.30+21fddc39
132   - gtk+-4.0: Update to 3.93.0+3a860719
133   - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref"
134     [#788113]
135   - posix: Add missing cname = "int" to Posix.Signal enum
136   - sqlite3: Add additional constants for flags of Database.open_v2() [#795627]
137   - webkit2gtk-4.0: Cherry-pick some fixes from 0.42
139 Vala 0.40.4
140 ===========
141  * Various improvements and bug fixes:
142   - girparser: Add support for NoAccessorMethod metadata
144  * Bindings:
145   - glib-2.0: Mark str parameter of Variant.take_string() as owned
146   - gstreamer: Update from 1.15+ git master
147   - gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties
148     (Regression in gtk+-3.0)
149   - gtk+-4.0: Update to 3.93.0+fc6018f1
150   - json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable
151   - webkit2gtk-4.0: Update to 2.20.1
153 Vala 0.40.3
154 ===========
155  * Various bug fixes:
156   - vala: Fix return-type of BasicBlock.get_successors()
158  * Bindings:
159   - gstreamer: Update from 1.15+ git master
160   - gtk+-3.0: Fix regression of StatusIcon.position_menu() [#891629]
161   - gtk+-4.0: Update to 3.93.0+ff738269
162   - libgsf-1: Update to 1.14.42+ [#794777]
164 Vala 0.40.2
165 ===========
166  * Various bug fixes:
167   - gdbus: Fix missing declaration of _fd_list for async methods [#794566]
169  * Bindings:
170   - glib-2.0: Use g_value_*et_schar instead of deprecated g_value_*et_char
171   - gobject-2.0: Add ParamSpecGType
172   - gtk+-*.0: Hide dedicated constructors of compact classes bound as structs
173     [#794733]
175 Vala 0.40.1
176 ===========
177  * Various bug fixes:
178   - codegen: Don't add target fields for captured delegates without target
179   - codegen: Don't add length fields for captured fixed-length array variables
180   - valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 series
182  * Bindings:
183   - Add libgeoclue-2.0 bindings [#794376]
184   - gobject-2.0: Cherry-pick some changes from 0.42
185   - gdk-3.0,gtk+-3.0: Update to 3.22.29
186   - gtk+-4.0: Update to 3.93.0+433517fd
187   - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
188     [#794345]
189   - gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0 bindings
190   - libgsf-1: Switch to GIR and update to 1.14.42
191   - linux: Add various symbols
192   - posix: Add various symbols
193   - posix: Include sys/sysmacros.h for major(), minor() and makedev() [#794651]
194   - webkit-1.0: Update to 2.4.11
195   - webkit2gtk-4.0: Update to 2.20.0
196   - Update GIR-based bindings
198 Vala 0.40.0
199 ===========
200  * Various bug fixes:
201   - compiler: Fix critical when vala is called without run args [#793657]
203  * Bindings:
204   - alsa: Add the major part of the ALSA Sequencer API [#763127]
205   - gstreamer-1.0: Update to 1.13.90
206   - gtk+-4.0: Update to 3.93.0+527d265b
207   - linux: Add various symbols
208   - posix: Add various symbols [#663633]
209   - Update GIR-based bindings
211 Vala 0.39.92
212 ============
213  * Highlights
214   - Add support for feature test macros [#793444]
215     e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]
217  * Various bug fixes:
218   - codegen:
219     + Use pointers when accessing constant multi-dimensional arrays [#604371]
220     + Add valid support for const multi-dimensional arrays [#604371]
221     + Don't append fixed-length of array fields in initializers
222     + Add source_reference to some store_local/_field() calls
223   - Properly handle array-initializers inside struct-initializers [#622178]
224   - The rank of an array-initializer should match the target's rank [#744923]
225   - Make SemanticAnalyzer.check_arguments() independent of context
226   - Check with same rules for dbus compatibility as in GBusModule [#793859]
227   - Fix recursive declaration in generic base type [#688732]
228   - Prevent WITH_CGRAPH conditional having an impact on generated sources
229   - Update manual from wiki.gnome.org
231  * Bindings:
232   - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
233     pow10f(3), exp10(3) and exp10f(3) [#614788]
234   - gstreamer-1.0: Update from 1.13.1+ git master
235   - linux: Add dup3 [#729803]
236   - linux: Add feature_test_macros to non-POSIX file control constants and dup3
237   - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
238   - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
239   - libgnome-menu-3.0: Add deps file
240   - Update GIR-based bindings
242 Vala 0.39.91
243 ============
244  * Various bug fixes:
245   - Fix GDestroyNotify of delegate parameters in delegate declaration [#639059]
246   - Avoid critical when connecting dynamic signals
247   - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar
248   - compiler: Prefix headers for set_cheader_override() if includedir is given
249     [#793299]
250   - vala: Issue a warning on DBus methods which are not throwing an Error
251   - Don't warn about unused internal methods which are meant to be visible
252     on DBus [#593902]
253   - Don't install vapicheck [#793370]
255  * Bindings:
256   - glib-2.0: Add KeyFile.get_locale_for_key()
257   - gstreamer-1.0: Update from 1.13+ git master
258   - gtk+-4.0: Update to 3.93.0+d07b14f4
259   - purple: Update to 2.12.0
260   - Update GIR-based bindings
262 Vala 0.39.7
263 ===========
264  * Regression fix:
265   - codegen: Don't try to infer error argument on async begin methods [#793158]
266     This was a regression introduced by [#614294]
268 Vala 0.39.6
269 ===========
270  * Highlights
271   - Add --abi-stability option for ABI stability of libraries
272     It ensures that the order of class/interface members in Vala sources will
273     be preserved in generated C source (instance/type structs) [#789069]
275  * Various bug fixes:
276   - girparser:
277     + Set NoAccessorMethod for non-readable and construct-only properties
278     + Ignore conflicting closure/destroy indexes
279     + Don't accept methods as property-accessor which throw errors [#792998]
280   - codegen:
281     + Infer error parameter from abstract/virtual base methods [#614294]
282     + Internally generated delegates don't require a typedef [#787521]
283     + Fix return-type for cancelled async creation methods of classes [#792942]
284     + Use G_PARAM_STATIC_STRINGS
285   - vala: Variadic constructors without a real first parameter are not allowed
286   - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
288  * Bindings:
289   - gtk+-3.0: Fix cheader_filename of Plug and Socket
290   - gtk+-4.0: Update to 3.93.0+4d36a0bf
291   - gtk+-4.0: Only override type of "event" parameters
292   - posix: Add ctime(3) and fix binding of struct hostent and gethostbyname(3)
294 Vala 0.39.5
295 ===========
296  * Various bug fixes:
297   - libvaladoc: Allow @link tags to be split over multiple lines [#646982]
298   - libvaladoc: Add support for single line documentation comments [#736483]
299   - girparser: Improve instance method detection [#732460]
300   - codegen: Add support for abstract/virtual methods and properties in
301     compact classes [#741465]
302   - vala: Fix parameter type inference of overridden async methods [#792660]
303   - codewriter: Don't use string.replace() to apply header_to_override [#731322]
305  * Bindings:
306   - gio-unix-2.0: Update to 2.55.1
307   - gtk+-4.0: Update to 3.93.0+60d3378d
308   - libwnck-3.0: Update to 3.24.1
309   - webkit2gtk-4.0: Update to 2.19.5
310   - webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
312 Vala 0.39.4
313 ===========
314  * Various improvements and bug fixes:
315   - codegen
316     + Only add property-enum and GParamSpec-array for GObject classes
317     + Use g_enum/flags_to_string while targeting glib >= 2.54
318     + Add destroy param when invoking delegate returned by delegate [#792077]
319   - Don't write trailing space in function declarations/definitions [#688447]
320   - vala: Add pkgdatadir and pkglibdir to pkg-config file
321   - gidlparser: Update type qualifiers
323  * Bindings:
324   - gtk+-2.0/3.0: Don't hide user_data in Clipboard.set_with_data() [#792237]
325   - gtk+-3.0: Update to 3.22.26+6f26d0dc
326   - gtk+-4.0: Update to 3.93.0+6aeae2c8
328 Vala 0.39.3
329 ===========
330  * Various bug fixes:
331   - Fix chain-up regression with real non-null struct parameters [#791785]
332   - Release taken references to CodeContext after using it [#712694] and keep
333     custom invocations of parse_file() possible [#791936]
334   - parser: Accept comma-separated list in case-statements of switchs [#614015]
336  * Bindings:
337   - Remove bindings which are shipped upstream for some years
338     + gedit 3 [#776021], libgnome-keyring [#776022],
339       gtksourceview-3.0 [#776023], libgdata [#776024], librsvg-2.0 [#776025]
340   - glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONE
341   - gstreamer-1.0: Update from 1.13+ git master
342   - gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as
343     nullable [#791570]
344   - gtk+-4.0: Update to 3.93.0+6aeae2c8
345   - webkit2gtk-4.0: Update to 2.19.3
347 Vala 0.39.2
348 ===========
349  * Various bug fixes:
350   - vala: Don't transform an explicit "null" into valid format-string [#791215]
351   - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
352   - Improve error message for missing type-parameter on enclosing type [#587905]
354  * GIR parser:
355   - Allow change of parameter names
356   - Handle metadata for fields inside a transparent union
357   - Accept setters with boolean return-type as valid property-accessor
358   - Don't mark simple-type out-parameters with '?' as nullable
360  * Valadoc
361   - libvaladoc: Actually resolve "percnt;" to '%'
363  * Bindings:
364   - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
365   - gobject-2.0: Add missing GType constants for fundamentals [#791023]
366   - gstreamer-1.0: Update from 1.13+ git master
367   - gtk+-3.0: Switch to GIR [#730746]
368   - gtk+-4.0: Update to 3.93.0+6af4947e
369   - posix: Move signal constants to an enum and add few missing ones [#790958]
371 Vala 0.39.1
372 ===========
373  * Highlights
374   - Report warning if property-type is not compatible with GLib.Object [#693932]
375   - Allow to pass compatible delegates to signal.connect() [#787521]
376   - Allow unscoped enum values where possible
377   - Avoid use of temp-var for some callables returning ValueType
378     and to access in/ref parameters [#789071]
379   - Reformat generated source declarations and definitions for better
380     readability [#688447]
382  * Various bug fixes:
383   - Use array_length_cexpr to support fixed-arrays for return-values [#784691]
384   - Properly parse arguments for vala interpeter-mode [#663070]
385   - Enforce name-length >= 3 for structs using GType [#764041]
386   - Report error for missing type-parameter on enclosing type [#587905]
387   - Add boolean "use_inplace" ccode-attribute for methods [#750840]
388   - Improve handling of unowned/owned keyword occurrences
389   - Methods need to throw compatible error if target delegate throws one
390   - Discover invalid member access to instance field [#790903]
391   - Improve error output of mismatching overriding methods
393  * Valadoc
394   - Acknowledge possible properties in structs [#784705]
395   - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
397  * Bindings:
398   - glib-2.0: Use type-id/marshaller-type for (u)int16/(u)short from (u)int32
399     [#693932]
400   - glib-2.0: Add optional 'unparsed' parameter to *.try_parse () [#774124]
401   - gobject-2.0: Add some missing symbols
402   - gstreamer-1.0: Bind GST_TIME_ARGS, GST_STIME_ARGS macros [#750840]
403   - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
404   - gstreamer-1.0: Update from 1.13+ git master
405   - gtk+-3.0: Update to 3.22.26+9ce824d3
406   - gtk+-4.0: Split Gsk.RenderNode into several classes
407   - gtk+-4.0: Update to 3.93.0+2d797dd8
408   - webkit2gtk-4.0: Update to 2.19.2
410 Vala 0.38.3
411 ===========
412  * Various bug fixes:
413   - codegen: Prioritize "array_length=true" over "array_null_terminated=true"
414     [#788775]
415   - codegen: Avoid possible conflicts with internal property/signal defines
416     [#788964]
418  * Bindings:
419   - gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_object
420   - gstreamer-1.0: Update from 1.13+ git master
421   - gtk+-4.0: Update to 3.92.1
422   - libxml-2.0: Add DTD methods [#789442]
424 Vala 0.38.2
425 ===========
426  * Various bindings updates:
427   - gstreamer-1.0,gtk+-3.0,gtk+-4.0: Update from git master
428   - gnutls: Fix free_function ccode-attribute of Certificate [#788181]
430 Vala 0.38.1
431 ===========
432  * Various bug fixes:
433   - valadoc: Don't use 'stderr' as variable name [#787305]
434   - codegen: Try to use a more unique internal define for properties [#787436]
435   - vala: Update list of used attributes
436   - method: Use prototype-string for error-reports of return-type mismatches
438  * Bindings:
439   - glib-2.0: Fix MainContext.check(),
440       OptionEntry[] params are null-terminated,
441       Bind g_convert_with_fallback() and g_convert_with_iconv()
443 Vala 0.38.0
444 ===========
445  * Various bug fixes:
446   - Improve error output for incompatible method signatures
447     (Add CallableType as base for DelegateType, MethodType, SignalType)
448   - codegen:
449     + Initialize temp-variable for fixed-size arrays to zero first [#787152]
450     + Add support for "type-func" in ui-files [#787033]
452  * Bindings:
453   - gtk+-3.0,gtk+-4.0: Update
454   - libxml-2.0: Bind xmlLastElementChild and xmlPreviousElementSibling
455   - pangocairo: CairoFontMap.set_default() is not an instance method
456   - gio-2.0: Application.set_default() is not an instance method
458 Vala 0.37.91
459 ============
460  * Various bug fixes:
461   - codegen:
462     + Actually write declaration for GNodeTraverseFunc wrapper [#786845]
463     + Don't transfer ownership of variable if target-type is unknown [#736774]
464     + Adjust format-index for printf/scanf-methods which throw errors [#781061]
465     + Use given dup_function for structs
466   - libvaladoc: Fix some -Wincompatible-pointer-types warnings
467   - tests: Fix some syntax issues [#786652]
468   - Add .editorconfig file [#786620]
470  * GIR parser:
471   - Better support of "cprefix" argument in metadata
472   - Support "cname" argument in metadata
474  * Bindings:
475   - Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0
476   - Update GIR-based bindings
477   - gtk+-3.0: Update to 3.22.19
479 Vala 0.37.90
480 ============
481  * Various bug fixes:
482   - Fix some build-system problem
483     + valadoc/tests: Add the source vapi directory to driver-test [#786505],
484       Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATH
485     + Explicitly link doclets against libvala-*.la [#786534]
486     + Add missing include of Makefile.common
487   - vapigen: Mark given source-files as such and force girparser to handle them
488   - codegen: Include glib-object.h for Enums/Structs with type_id
489  * Bindings:
490   - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
492 Vala 0.37.2
493 ===========
494  * Various bug fixes:
495   - libvaladoc: Keep bootstrap-support with valac >= 0.16.1
496   - valadoc: Fix tests while bootstapping with valac < 0.31/32
498  * Bindings:
499   - glib-2.0: Update Unicode symbols
500   - gobject-2.0: Add required type_id attributes to all ParamSpec subclasses
501   - libgdata: Make Authorizer.reauth_* methods virtual [#779229]
502   - libxml-2.0: Update Xml.ParserOption [#785585]
503   - gtk+-4.0: Update to 3.91.2
504   - webkit2gtk-4.0: Update to 2.17.90
506 Vala 0.37.1
507 ===========
508  * Highlights
509   - Don't warn about deprecated symbols if installed_version is older
510   - Add --gresourcesdir option [#783133]
511   - Install libvala-0.xx.vapi to "global" vapi directory
512   - Require and target GLib >= 2.40
513   - build: Make ccode and codegen private API
514   - build: Use --use-header for vala's libraries
515   - compiler: Add --color=WHEN option
516   - codegen: Use g_object_notify_by_pspec() to notify property-changes
517   - codegen: Use *_free_full to free GLib.List, GLib.SList and GLib.Queue
518   - codegen: Support renamed signals [#731547]
519   - Optimize (de)serialization of arrays with type-signature "ay" [#772426]
520   - Merge valadoc - Consider valadoc a part of vala's toolchain and
521     therefore let it live in the main repository (adds graphviz to the
522     build-requirements)
524  * Various bug fixes:
525   - Fix finally blocks with async yields [#741929]
526   - Handle non-null in coalescing expression [#611223]
527   - Make the task_complete flag for < 2.44 more similar to >= 2.44 [#783543]
528   - Nullable ValueType requires POINTER as marshaller signature [#783897]
529   - NoAccessorMethod attribute is allowed for gobject-properties only
530   - girparser: Fix parsing of delegate-alias without target
531   - compiler: Use API_VERSION instead of stripping PACKAGE_SUFFIX
532   - girwriter: Write length-parameters of arrays with rank > 1 [#758019]
533   - gdbus: Don't leak nested HashTable on deserialization [#782719]
534   - codewriter: Update timestamps of generated c-files if needed [#683286]
535   - tests: Use dbus-run-session instead of dbus-launch [#771455]
536   - codegenerator: Add source_reference parameter to CodeGenerator.store_*()
537   - Don't allow assigning delegate if no target/closure is available [#598869]
538   - gee: Add some useful symbols from gee-0.8
540  * Bindings:
541   - gio-2.0: Add DBusConnection 'closed' signal as 'on_closed' [#684358]
542   - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
543     [#783351]
544   - glib-2.0,gobject-2.0: Updates from 2.53.x
545   - poppler-glib: Update to 0.54.0
546   - webkit2gtk-4.0: Update to 2.17.4
547   - gstreamer-1.0: Update to 1.13.0+
548   - libgvc: Add WITH_CGRAPH conditionals
550 Vala 0.36.3
551 ===========
552  * Various bug fixes:
553   - scanner: Fix calculation of column value for tokens after multiline comment
554     [#652899]
555   - codegen: Unref GLib.AsyncResult on uncaught errors in coroutines [#641171]
556   - Keep initializing result-variable for struct constructors [#782056]
558 Vala 0.36.2
559 ===========
560  * Various bug fixes:
561   - Enums require at least one value otherwise report an error
563  * Bindings:
564   - gstreamer-1.0: Update to 1.11.90+
565   - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
566   - glib-2.0: Add quark() functions to errordomains,
567       Add missing version macro and constants,
569 Vala 0.36.1
570 ===========
571  * Various bug fixes:
572   - Always consider a method compatible with itself [#773135]
573   - Perform arguments-check against actual .end() method-signature [#684208]
574   - Slightly improve lamdba-expression error on target-type mismatch
575   - Fix delegate initializer for instance fields [#683925]
576   - Don't leak target-reference when casting/assigning owned delegates [#780426]
578  * GIR parser and writer:
579   - girparser: Add destroy argument for metadata [#750838]
580   - vapigen: Add --nostdpkg option like in valac
582  * Bindings:
583   - gstreamer-1.0: Fix Pad.set_*_function() bindings [#750838]
584   - glib-2.0: Add missing version macro and constants,
585       unichar.to_string doesn't return null
586   - gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out
587   - gtk+-4.0: Update to 3.90.0
589 Vala 0.36.0
590 ===========
592  * Highlights
593   - Update manual using DocBook from wiki.gnome.org as source [#779090]
594   - Add support for array-parameters with rank > 1 in signals [#778632]
595   - Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target [#763345]
596   - Deny access to protected constructors [#760031]
597   - Support [DBus (signature = ...)] for properties [#744595]
598   - Add [CCode ("finish_instance = ...")] attribute [#710103]
599   - Support [HasEmitter] for vala sources [#681356]
600   - Add support for the \v escape charactor [#664689]
601   - Add explicit copy method for arrays [#650663]
602   - Allow underscores in type parameter names [#644938]
603   - Support [FormatArg] attribute for parameters
604   - Ignore --thread commandline option and drop gthread-2.0 references
605   - Check inferred generic-types of MemberAccess [#775466]
606   - Check generic-types count of DelegateType [#772204]
607   - Fix type checking when using generics in combination with subtype [#615830]
608   - Fix type parameter check for overriding generic methods
609   - Use g_signal_emit where possible [#641828]
610   - Only emit notify of properties if value actually changed [#631267] [#779955]
611   - Mark chained relational expressions as stable [#677022]
612   - Perform more thorough compatibility check of inherited properties [#779038]
613   - Handle nullable ValueTypes in signals delegates properly [#758816]
615  * New bindings:
616   - gtk+-4.0, gtk+-unix-print-{2,3,4}.0, libgrss
618  * Removed bindings:
619   - clutter-json-1.0
621  * Updated bindings. Some fixes may need to be wrapped in your Vala code
622    with the preparser directive #if VALA_0_36
623   - cairo: Add bindings for cairo_*_user_data()
624   - clutter-1.0: Fix constructors which weren't detected as such
625   - clutter-gst-2.0: Skip VideoTexture.get_audio_streams/get_subtitle_tracks
626   - clutter-gst-3.0: Three commits
627   - gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key
628   - gdk-3.0: Three commits
629   - gdk-pixbuf-2.0: Three commits
630   - gobject-introspection-1.0: Prettify and fix the whole thing
631   - gsl.vapi: Fix attribute typos
632   - gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned",
633       Mark *.make_writable with "ReturnsModifiedPointer",
634       Fix Gst.Base.Adapter.map/take bindings
635   - gtk+-3.0: Various updates
636   - gtk+-X.0: Mark "iter" param of ListStore.remove() as ref
637   - libarchive: Add ReadDisk
638   - libxml-2.0: Adding missing API and nullable parameters
639   - linux: add non-posix fcntl constants
640   - polkit-gobject-1: Fix constructors which weren't detected as such
641   - poppler-glib: Update to 0.52.0
642   - rest-0.7: Fix some ownership problems
643   - sdl: Make Palette and PixelFormat a struct
644   - webkit2gtk-4.0: Update to 2.16
645   - webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeaders
647  * Updated GLib core bindings:
648   - gio-2.0:
649     + Fix async constructors of DBusConnection,DBusObjectManagerClient...
650     + Fix binding of Resolver.lookup_service*()
651     + Keep GLib.Socket API compatible with gio < 2.48
652     + Update SettingsBackend related bindings
653     + Add/"Unlock" missing GTask symbols
654   - gio-unix-2.0:
655     + Add "g_unix_mounts_for" and fix "g_unix_mount_at"
656   - glib-2.0:
657     + Add GPOINTER_TO_* as from_pointer()
658     + Add G_CHECKSUM_SHA384
659     + Add "g_utf8_make_valid"
660     + Add more Error bindings
661     + Add simple fast-path to string.replace()
662     + Add UCS-4 and UTF-16 related bindings
663     + Add uuid_string_*
664     + Fix g_bookmark_file_load_from_*/to_file bindings
665     + Mark delegates in Test.add_data_func/add_func() as scope=async
666     + Mark va_list.arg() with simple-generics to allow int64 or double
667     + Update Unicode symbols
668   - gobject-2.0:
669     + Add a bunch of missing symbols
670     + Add some missing "array_length_type" annotations
672  * GIR parser and writer:
673   - Add [GIR ("fullname = ...")] attribute, set fullname of GType [#775591]
674   - More complete parsing of field information [#772902]
675   - Use the correct tag- and element-name for an annotation [#769597]
676   - Use type_id information from gir if not already overridden
677   - No support for fixed-size array as return-value
678   - Let alias inherit more information from base_type
679   - Improve function to method conversion
680   - Avoid fatal handling of nameless unions
681   - Allow to specify the base_type of an alias
682   - Add metadata-support for "returns_modified_pointer" [#759255]
684  * D-Bus code generation:
685   - Check there is a return error location before using it [#779652]
686   - Fix memory-leak using g_task_propagate_pointer [#778993]
687   - Initialize intermediate variables [#778540]
688   - Handle errors when extracting FDs from dbus messages [#778540]
689   - Ensure extracted data from the GVariant is freed on error [#778540]
691  * C code hardening and reproducibility:
692   - Fix build with -Werror=enum-compare -Werror=switch
693   - Build testsuite with -Werror=format-nonliteral -Werror=format-security
694       -Werror=int-conversion -Werror=redundant-decls
695   - Add G_GNUC_FORMAT attribute for FormatArg functions [#774060]
696   - Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functions [#710862]
697   - gtkmodule: Order required-gtype-classes for reproducibility [debian#802528]
699  * Reduce incompatible-pointer-type C code warnings:
700   - Cast vfunc pointer assigns of abstract overrides [#777958]
701   - Fix vfunc cast for async method implementation/override
702   - Default to void-return for vfunc cast of *_async methods
703   - Cast *_destroy_func of generic-types calls to GDestroyNotify
704   - Cast destroy_data for g_cclosure_new to GClosureNotify
705   - Pass pointer of matching type to property-getter
706   - memberaccess: Don't resolve base_method/property twice
708  * Genie:
709   - Allow comma-separated identifiers in definition of enums [#776833]
710   - Add empty file check to read_token() [#633083]
712  * Various bug fixes:
713   - codegen: Don't create duplicated complete-async code [#778302]
714   - codegen: Don't return void for non-nullable simple-type structs [#778224]
715   - vala: Non-null initializers not allowed for owned namespace fields [#777697]
716   - codegen: Support casting arbitary value-types to arrays [#777194]
717   - codegen: Reference struct fields with their actual cname [#775761]
718   - codegen: Add function-prototypes for all register-type calls [#775446]
719   - vala: check a property has an accessor and/or a mutator [#773956]
720   - codegen: Don't declare CreationMethod for compact-classes twice [#772661]
721   - method: Print encountered type if return types mismatch [#769501]
722   - codegen: Fix memory-leak with object initializer for properties [#766739]
723   - codegen: Fix array length of array returned by lambda [#761360]
724   - codegen: Fix emission of constant array length [#756376]
725   - codegen: Support deprecating properties and their accessors [#732449]
726   - codegen: Don't add static modifier to abstract property setters [#673389]
727   - codegen: Fix instance parameter property setter in SimpleType structs
728     [#657346]
729   - codegen: Fix base-access from within overriding struct-property-accessor
730     [#764481]
731   - vala: Check accessibility of default arguments [#648030]
732   - vala: Disallow private accessors in overridable properties [#603491]
733   - methodcall: Don't try to remove N_/NC_ while properly handled in C [#642350]
734   - vala: Check type arguments in DataType.equals [#641418]
735   - parser: Allow cast pointer expressions without enclosing parens [#590641]
736   - Don't initialize local variable if not requested
737   - codegen: Don't implicitly initialize local variables with initializer
738   - Check printf arguments of object creation expressions
739   - ccodefunction: Only add G_GNUC_DEPRECATED to declarations
740   - codegen: Avoid criticals while unconditionaly trying to chain-up to
741     non-existing property-accessors
742   - signalmodule: Add signal-emitter declaration if needed [#779609]
743   - signalmodule: Fix deprecation of signals
744   - codegen: Properly null-out source on ownership-transfer of delegates
745   - vala: Fix MemberAccess.is_non_null() for EnumValue constants [#780050]
747  * Contributors:
748     Abderrahim Kitouni, Alistair Thomas, Andrea Del Signore, Carlos Garnacho,
749     Daniel Espinosa, Daniel Pfeifer, Dr. Michael Lauer, Evan Nemerson,
750     Florian Brosch, Francisco Serna, George Barrett, Jens Georg, Jordan Yelloz,
751     JĂ¼rg Billeter, Luca Bruno, Marvin W, Matthias Berndt, Michael James Gratton,
752     mrmacete, Nikolay Orlyuk, Niko Tyni, Ole AndrĂ© Vadla RavnĂ¥s,
753     Philip Withnall, Richard Wiedenhöft, Rico Tzschichholz, Sam Thursfield,
754     Severin Heiniger, Simon Werbeck, Timm Bäder, Vladislav, Yu Feng
756 Vala 0.34.0
757 ===========
759  * Bug fixes and binding updates.
761 Vala 0.33.1
762 ===========
764  * Bug fixes and binding updates.
766 Vala 0.32.0
767 ===========
769  * Bug fixes and binding updates.
771 Vala 0.31.1
772 ===========
774  * Introduce [Version] attribute.
775  * Require and target GLib >= 2.32.
776  * Bug fixes and binding updates.
778 Vala 0.30.0
779 ===========
781  * Binding updates.
783 Vala 0.29.3
784 ===========
786  * Add --shared-library option for GIR files.
787  * Bug fixes and binding updates.
789 Vala 0.29.2
790 ===========
792  * Bug fixes and binding updates.
794 Vala 0.29.1
795 ===========
797  * Binding updates.
799 Vala 0.28.0
800 ===========
802  * Binding updates.
804 Vala 0.27.2
805 ===========
807  * Bug fixes and binding updates.
809 Vala 0.27.1
810 ===========
812  * Print compiler messages in color.
813  * Add clutter-gdk-1.0 bindings.
814  * Add clutter-gst-3.0 bindings.
815  * Add clutter-x11-1.0 bindings.
816  * Add rest-extras-0.7 bindings.
817  * Bug fix and binding updates.
819 Vala 0.26.0
820 ===========
822  * Bug fix and binding updates.
824 Vala 0.25.4
825 ===========
827  * Add option --vapi-comments.
828  * Bug fixes and binding updates.
830 Vala 0.25.3
831 ===========
833  * Bug fixes and binding updates.
835 Vala 0.25.2
836 ===========
838  * Require and target GLib >= 2.24.
839  * Report warning for private struct fields.
840  * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
841  * Always build vapigen.
842  * Bug fixes and binding updates.
844 Vala 0.25.1
845 ===========
847  * Support explicit interface method implementation.
848  * Support (unowned type)[] syntax.
849  * Support non-literal length in fixed-size arrays.
850  * Mark regular expression literals as stable.
851  * GIR parser updates.
852  * Add webkit2gtk-3.0 bindings.
853  * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
854  * Bug fixes and binding updates.
856 Vala 0.24.0
857 ===========
859  * Bug fixes and binding updates.
861 Vala 0.23.3
862 ===========
864  * Bug fixes and binding updates.
866 Vala 0.23.2
867 ===========
869  * Bind GDK event structures as compact classes.
870  * Switch gdk-x11-3.0 bindings to .gir.
871  * Switch librsvg-2.0 bindings to .gir.
872  * Bug fixes and binding updates.
874 Vala 0.23.1
875 ===========
877  * GIR parser updates.
878  * Switch libnotify bindings to .gir.
879  * Add libpeas-gtk-1.0 bindings.
880  * Add xcb-icccm bindings.
881  * Bug fixes and binding updates.
883 Vala 0.22.0
884 ===========
886  * Support chain up to constructv functions.
887  * Bug fixes and binding updates.
889 Vala 0.21.2
890 ===========
892  * Recognize ref/unref functions in .gir files.
893  * Add geocode-glib bindings.
894  * Bug fixes and binding updates.
896 Vala 0.21.1
897 ===========
899  * Support \uXXXX escape sequences.
900  * Support specifying vfunc order in interfaces to define ABI.
901  * Support GTK+ widget templates.
902  * Bug fixes and binding updates.
904 Vala 0.20.1
905 ===========
907  * Bug fixes.
909 Vala 0.20.0
910 ===========
912  * Bug fixes and binding updates.
914 Vala 0.19.0
915 ===========
917  * Support scope = "async" attribute for parameters.
918  * Add --api-version option.
919  * Add atspi-2 bindings.
920  * Add gstreamer-rtsp-server-1.0 bindings.
921  * Bug fixes and binding updates.
923 Vala 0.18.0
924 ===========
926  * Bug fixes.
928 Vala 0.17.7
929 ===========
931  * Add libgnome-menu-3.0 bindings.
932  * Bug fixes and binding updates.
934 Vala 0.17.6
935 ===========
937  * Bug fixes and binding updates.
939 Vala 0.17.5
940 ===========
942  * Support subclassing of GLib.Source.
943  * Switch pango bindings to .gir.
944  * Add gstreamer-1.0 core bindings.
945  * Add gst-plugins-base-1.0 bindings.
946  * Add gobject-introspection-1.0 bindings.
947  * Bug fixes and binding updates.
949 Vala 0.17.4
950 ===========
952  * Warn when accessing static members with an instance reference.
953  * Recompute length when casting between array types.
954  * Support [GenericAccessors] attribute for interfaces.
955  * Deprecate implicit .begin for async methods.
956  * Drop Dova profile.
957  * Drop POSIX profile.
958  * Bug fixes and binding updates.
960 Vala 0.17.3
961 ===========
963  * Require and target GLib >= 2.18.
964  * Support async creation methods.
965  * Bug fixes and binding updates.
967 Vala 0.17.2
968 ===========
970  * Bug fixes and binding updates.
972 Vala 0.17.1
973 ===========
975  * Improve assertion messages.
976  * Add --enable-gobject-tracing commandline option.
977  * Bug fixes and binding updates.
979 Vala 0.17.0
980 ===========
982  * Support simple method-level profiling.
983  * Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
984  * Bug fixes and binding updates.
986 Vala 0.16.0
987 ===========
989  * Add udisks2 bindings.
990  * Bug fixes and binding updates.
992 Vala 0.15.2
993 ===========
995  * Switch poppler-glib bindings to .gir.
996  * Many bug fixes and binding updates.
998 Vala 0.15.1
999 ===========
1001  * Support arrays with nullable elements.
1002  * Add <doc> support to .gir reader and writer.
1003  * Switch clutter-gtk-1.0 bindings to .gir.
1004  * Switch gio-2.0 bindings to .gir.
1005  * Add cogl-pango-1.0 bindings.
1006  * Add gdl-3.0 bindings.
1007  * Add libnl-3.0 bindings.
1008  * Add packagekit-glib2 bindings.
1009  * Add xtst bindings.
1010  * Many bug fixes and binding updates.
1012 Vala 0.15.0
1013 ===========
1015  * Manage memory of GQueue elements.
1016  * Switch atk bindings to .gir.
1017  * Switch gdk-pixbuf-2.0 bindings to .gir.
1018  * Switch gdk-3.0 bindings to .gir.
1019  * Add libwnck-3.0 bindings.
1020  * Many bug fixes and binding updates.
1022 Vala 0.14.0
1023 ===========
1025  * Bug fixes and binding updates.
1027 Vala 0.13.4
1028 ===========
1030  * Switch gudev-1.0 bindings to .gir.
1031  * Switch mx-1.0 bindings to .gir.
1032  * Many bug fixes and binding updates.
1034 Vala 0.13.3
1035 ===========
1037  * Switch pangocairo bindings to .gir.
1038  * Bug fixes.
1040 Vala 0.13.2
1041 ===========
1043  * Enable flow analysis for out parameters.
1044  * Refactor attribute handling.
1045  * Add gedit-3.0 bindings.
1046  * Add gtksourceview-3.0 bindings.
1047  * Add rest-0.7 bindings.
1048  * Add vte-2.90 bindings.
1049  * Switch clutter-1.0 bindings to .gir.
1050  * Switch libgdata bindings to .gir.
1051  * Switch libsoup bindings to .gir.
1052  * Many bug fixes and binding updates.
1054 Vala 0.13.1
1055 ===========
1057  * Many bug fixes and binding updates.
1059 Vala 0.13.0
1060 ===========
1062  * More refactoring in the code generator.
1063  * Improvements to the .gir reader.
1064  * Switch JSON-GLib bindings to .gir.
1065  * Drop deprecated support for D-Bus GLib in favor of GDBus.
1066  * Many bug fixes and binding updates.
1068 Vala 0.12.0
1069 ===========
1071  * Add get_next_char to string class.
1072  * Many bug fixes and binding updates.
1074 Vala 0.11.7
1075 ===========
1077  * Add support for async signal handlers (Frederik Sdun).
1078  * More refactoring in the code generator (Luca Bruno).
1079  * Improvements to the .gir writer (Michal Hruby).
1080  * Many bug fixes and binding updates.
1082 Vala 0.11.6
1083 ===========
1085  * Add parse and try_parse methods to boolean and numeric types.
1086  * Add clutter-gtk-1.0 bindings.
1087  * Add pixmap-1 bindings (Evan Nemerson).
1088  * Many bug fixes and binding updates.
1090 Vala 0.11.5
1091 ===========
1093  * Add last_index_of and last_index_of_char to string class.
1094  * More refactoring in the code generator (Luca Bruno).
1095  * Improvements to the .gir writer (Michal Hruby).
1096  * Many bug fixes and binding updates.
1098 Vala 0.11.4
1099 ===========
1101  * Add index_of, index_of_char, and char_count to string class.
1102  * Many bug fixes and binding updates.
1104 Vala 0.11.3
1105 ===========
1107  * Support BusName sender parameter in GDBus servers.
1108  * More refactoring in the code generator.
1109  * Many bug fixes and binding updates.
1111 Vala 0.11.2
1112 ===========
1114  * Update libnotify bindings to 0.7.0.
1115  * Improvements to the .gir reader.
1116  * Bug fixes and binding updates.
1118 Vala 0.11.1
1119 ===========
1121  * Require and target GLib >= 2.16.
1122  * Guard access to out parameters to allow null arguments.
1123  * Add support for local constants.
1124  * Support file descriptor passing with GDBus.
1125  * Support cached property values in GDBus clients.
1126  * Support Cancellable parameter in GDBus clients.
1127  * Support no-reply methods in GDBus clients and servers.
1128  * More refactoring in the code generator.
1129  * Many bug fixes and binding updates.
1131 Vala 0.11.0
1132 ===========
1134  * Use byte indices for strings.
1135  * Use uint8[] for binary data in bindings.
1136  * Add support for parallel compilation.
1137  * Improve compiler performance.
1138  * More refactoring in the code generator.
1139  * Many bug fixes and binding updates.
1141 Vala 0.10.0
1142 ===========
1144  * Port GIR parser and writer to GIR version 1.2.
1145  * Update GLib bindings to 2.26 branch.
1146  * Bug fixes.
1148 Vala 0.9.8
1149 ==========
1151  * Add --fatal-warnings commandline option.
1152  * Deprecate string.len () in favor of string.length.
1153  * Deprecate use of D-Bus GLib in favor of GDBus.
1154  * Many bug fixes and binding updates.
1156 Vala 0.9.7
1157 ==========
1159  * Fix regression introduced by codegen refactoring.
1161 Vala 0.9.6
1162 ==========
1164  * Drop deprecated support for assigning to construct properties.
1165  * Some refactoring in the code generator.
1166  * Bug fixes in bindings and vapigen.
1168 Vala 0.9.5
1169 ==========
1171  * Add version suffix to support parallel installation.
1172  * Define VALA_X_Y according to compiler version.
1173  * Enable version header by default.
1174  * Add vala.m4 with VALA_CHECK_PACKAGES macro.
1175  * Add gedit-2.20 bindings (Andrea Del Signore).
1176  * Add tokyocabinet bindings (Evan Nemerson).
1177  * Various improvements to the Dova profile.
1178  * Many bug fixes and binding updates.
1180 Vala 0.9.4
1181 ==========
1183  * Append documentation comments to generated C files.
1184  * Skip <doc> tags in .gir files.
1185  * Various improvements to the Dova profile.
1186  * Many bug fixes and binding updates.
1188 Vala 0.9.3
1189 ==========
1191  * Support newlines in double quoted string literals.
1192  * Add experimental support for main blocks.
1193  * Add experimental vala tool to compile and run code.
1194  * Initial support for generic delegates.
1195  * Support using GClosure for delegate parameters.
1196  * Support GBoxed-based memory management.
1197  * Improvements to the .gir reader and writer.
1198  * Various improvements to the Dova profile.
1199  * Many bug fixes and binding updates.
1201 Vala 0.9.2
1202 ==========
1204  * Initial support for GDBus-based clients and servers.
1205  * Support implicit and explicit GVariant casts.
1206  * Add support for [Deprecated] attribute.
1207  * Add GenericArray as alternative binding to GPtrArray.
1208  * Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
1209  * Updates to the GLib bindings.
1210  * Many bug fixes.
1212 Vala 0.9.1
1213 ==========
1215  * Support constants in enums.
1216  * Deprecate +=/-= syntax to connect/disconnect signal handlers.
1217  * Add experimental support for Dova profile.
1218  * Update Genie parser (Jamie McCracken).
1219  * Add clutter-gst-1.0 bindings (Ali Sabil).
1220  * Add gdu and gdu-gtk bindings.
1221  * Add libesmtp bindings (Adrien Bustany).
1222  * Add mx-1.0 bindings (Evan Nemerson).
1223  * Add orc-0.4 bindings (Fabian Deutsch).
1224  * Add rest-extras-0.6 bindings (Adrien Bustany).
1225  * Updates to the GLib, GStreamer, Linux, SQLite, and other bindings.
1226  * Many bug fixes.
1228 Vala 0.8.0
1229 ==========
1231  * Infer type arguments when calling generic methods.
1232  * Support `in' operator for arrays.
1233  * Add experimental support for regular expression literals.
1234  * Add experimental support for chained relational expressions.
1235  * Add va_list support.
1236  * Add clutter-gtk-0.10 bindings (Gordon Allott).
1237  * Add gdl-1.0 bindings (Nicolas Joseph).
1238  * Add gstreamer-app-0.10 bindings (Sebastian Dröge).
1239  * Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
1240  * Add gudev-1.0 bindings (Jim Nelson).
1241  * Add libgda-report-4.0 bindings (Shawn Ferris).
1242  * Add libgvc (graphviz) bindings (Martin Olsson).
1243  * Add purple bindings (Adrien Bustany).
1244  * Many bug fixes and binding updates.
1246 Vala 0.7.10
1247 ===========
1249  * Support coalescing operator ??.
1250  * Support to_string and bitwise complement with enums.
1251  * Return handler id when connecting signal handlers.
1252  * Support struct comparison.
1253  * Support constructor chaining in structs.
1254  * Enforce protected member restrictions.
1255  * Improve performance of flow analysis.
1256  * Support automatic line continuations in Genie.
1257  * Improvements to the .gir reader and writer.
1258  * Add --enable-mem-profiler commandline option.
1259  * Many bug fixes and binding updates.
1261 Vala 0.7.9
1262 ==========
1264  * Support array and string slicing.
1265  * Add --symbols commandline option.
1266  * Add avahi-gobject bindings (Sebastian Noack).
1267  * Add ccss-1 bindings (Ali Sabil).
1268  * Add libarchive bindings (Julian Andres Klode).
1269  * Add libmagic bindings (Jens Georg).
1270  * Add readline bindings (Jukka-Pekka Iivonen).
1271  * Add twitter-glib-1.0 bindings (Adrien Bustany).
1272  * Many bug fixes and binding updates.
1274 Vala 0.7.8
1275 ==========
1277  * Support constructor chain up to GObject using Object (...).
1278  * Add syntax for string templates.
1279  * Support (!) non-null casts.
1280  * Many bug fixes and binding updates.
1282 Vala 0.7.7
1283 ==========
1285  * Support `using' directives inside namespaces.
1286  * Use const only for immutable structs.
1287  * Support string marshalling for enums in D-Bus (Didier Ptitjes).
1288  * Update Genie parser (Jamie McCracken).
1289  * Add libgda-4.0 bindings (Shawn Ferris).
1290  * Many bug fixes for closures and async methods.
1292 Vala 0.7.6
1293 ==========
1295  * Add support for closures.
1296  * Improve support for asynchronous methods.
1297  * Support async methods in D-Bus servers.
1298  * Add clutter-1.0 bindings (Rob Taylor).
1299  * Add GVariant, GSettings, and dconf bindings (Ryan Lortie).
1300  * Add linux, libnl-1, and libasound bindings (Michael 'Mickey' Lauer).
1301  * Add gnutls bindings (JiÅ™Ă­ ZĂ¡revĂºcky).
1302  * Add librest bindings (Adrien Bustany).
1303  * Many bug fixes and binding updates.
1305 Vala 0.7.5
1306 ==========
1308  * Add support for static properties.
1309  * Add support for delegate properties.
1310  * Support virtual default handler for signals.
1311  * Add limited support for derived compact classes.
1312  * Add libgdata bindings (VĂ­ctor Manuel JĂ¡quez Leal).
1313  * Add libusb-1.0 bindings (Evan Nemerson).
1314  * Many bug fixes and binding updates.
1316 Vala 0.7.4
1317 ==========
1319  * Add support for array properties.
1320  * Support implicit and explicit GValue casts.
1321  * Add initial support for generic methods.
1322  * Add postgres bindings.
1323  * Many bug fixes and binding updates.
1325 Vala 0.7.3
1326 ==========
1328  * Add initial support for POSIX profile.
1329  * Add --vapi and --gir commandline options.
1330  * Add initial x11, xcb, and cairo-xcb bindings.
1331  * Many bug fixes and binding updates.
1333 Vala 0.7.2
1334 ==========
1336  * Improvements to the .gir reader and writer (Didier Ptitjes).
1337  * Many bug fixes and binding updates.
1339 Vala 0.7.1
1340 ==========
1342  * Introduce new syntax to connect/disconnect signal handlers.
1343  * Add experimental support for fixed-length arrays.
1344  * Update Genie parser (Jamie McCracken).
1345  * Updates to the GLib, Cairo, GTK+, GStreamer, and POSIX bindings.
1346  * Many bug fixes.
1348 Vala 0.7.0
1349 ==========
1351  * Do not generate header files unless requested by the -H commandline
1352    option. This requires changes in the build system of Vala projects.
1353  * Support conditional compilation.
1355 Vala 0.6.0
1356 ==========
1358  * Improvements to the .gir reader and writer (Didier Ptitjes).
1359  * Add librsvg-2.0 bindings (Evan Nemerson).
1360  * Add Maemo libosso bindings (Jukka-Pekka Iivonen).
1361  * Add V4L2 bindings (MatĂ­as De la Puente).
1362  * Many bug fixes.
1364 Vala 0.5.7
1365 ==========
1367  * Support signals in static D-Bus clients.
1368  * Various improvements to asynchronous method support (Ryan Lortie).
1369  * Report unused internal methods.
1370  * Extend POSIX bindings.
1371  * Add FUSE bindings (John Carr).
1372  * Add libdaemon bindings (Jukka-Pekka Iivonen).
1373  * Many bug fixes.
1375 Vala 0.5.6
1376 ==========
1378  * Do not require libgee for custom indexer access.
1379  * Add Log.FILE, Log.LINE, and Log.METHOD constants.
1380  * Various improvements to the .gir reader.
1381  * Add Lua bindings (pancake and Phil Housley).
1382  * Add MySQL bindings (Jukka-Pekka Iivonen).
1383  * Add partial POSIX bindings.
1384  * Many bug fixes.
1386 Vala 0.5.5
1387 ==========
1389  * Improve syntax of owned property getters.
1390  * Add --enable-deprecated and --enable-experimental commandline options.
1391  * Remove --disable-non-null commandline option.
1392  * Many bug fixes.
1394 Vala 0.5.4
1395 ==========
1397  * Support array initializers as expressions.
1398  * Support += to efficiently append elements to arrays.
1399  * Calculate length for null-terminated arrays.
1400  * Support initializers for multi-dimensional arrays.
1401  * Add `owned' keyword to replace `#'.
1402  * Various fixes in coroutine support.
1403  * Support boxed structs as GObject properties.
1404  * Many bug fixes.
1406 Vala 0.5.3
1407 ==========
1409  * Rewrite D-Bus server support to directly use libdbus.
1410  * Register structs as boxed types.
1411  * Improve error reporting on invalid code.
1412  * Support private class fields and class destructors.
1413  * Add partial raptor and rasqal bindings.
1414  * Drop vala-gen-project, moved to vtg.
1415  * Many bug fixes.
1417 Vala 0.5.2
1418 ==========
1420  * Report uninitialized local variables.
1421  * Report unused fields, methods, and local variables.
1422  * Fix error handling in complex statements.
1423  * Improve support for generic types.
1424  * Support parameter arrays in bindings.
1425  * Do not require libgee for foreach statements.
1426  * Support enums in D-Bus clients and servers.
1427  * Support structs in hash tables in D-Bus servers.
1428  * Experimental static D-Bus client support.
1429  * Add --dump-tree commandline option to write code tree to file.
1430  * Many bug fixes.
1432 Vala 0.5.1
1433 ==========
1435  * Support type checks for error domains and error codes.
1436  * Experimental support for yield statements and coroutines.
1437  * Support GValue and GHashTable in D-Bus clients.
1438  * Various improvements to the .gir reader.
1439  * Drop deprecated support for static classes.
1440  * Modularize code generator.
1441  * Many bug fixes.
1443 Vala 0.4.0
1444 ==========
1446  * Support more flexible constructors.
1447  * Partial support for reading and writing .gir files.
1448  * Improve compiler performance.
1449  * Copy arrays where necessary.
1450  * Basic support for static properties.
1451  * Partial support for struct holding object references.
1452  * Add tracker indexer bindings (Roberto Majadas)
1453  * Updates to the GLib, GTK+, and GStreamer bindings.
1454  * Many bug fixes.
1456 Vala 0.3.5
1457 ==========
1459  * Notify on property changes by default (Jared Moore)
1460  * Add unique-1.0 bindings (Phil Housley)
1461  * Updates to the GLib, GTK+, and GStreamer bindings.
1462  * Many bug fixes.
1464 Vala 0.3.4
1465 ==========
1467  * Various improvements to D-Bus client and service support.
1468  * Basic support for detailed signals.
1469  * Check types of printf arguments.
1470  * Support `in' operator for Gee.Collection and Gee.Map (Jamie McCracken)
1471  * Add libgsf-1 bindings (Michael Lawrence)
1472  * Add loudmouth-1.0 bindings (Ali Sabil)
1473  * Updates to the GLib, GTK+, and GStreamer bindings.
1474  * Many bug fixes.
1476 Vala 0.3.3
1477 ==========
1479  * Support overriding default method handlers of signals.
1480  * Support dynamic access to properties and signals of GObjects.
1481  * Experimental support for nullable value types.
1482  * Improve support for classes not deriving from GLib.Object.
1483  * Support """verbatim strings""".
1484  * Add parser for Genie (Jamie McCracken)
1485  * Experimental support for arrays of arrays.
1486  * Documentation improvements (Phil Housley)
1487  * Improvements to D-Bus support (Ali Sabil, Philip Van Hoof, Yu Feng)
1488  * Add libepc-1.0 bindings (Ali Sabil)
1489  * Add libtiff bindings (Christian Meyer)
1490  * Updates to the GStreamer bindings (Ali Sabil and Jaap A. Haitsma)
1491  * Many bug fixes and performance improvements.
1493 Vala 0.3.2
1494 ==========
1496  * Add support for class constructors, class fields, and class methods.
1497  * Various improvements to methods in D-Bus services.
1498  * Add support for properties and signals in D-Bus services (Yu Feng)
1499  * Add Time API to GLib bindings.
1500  * Documentation improvements (Phil Housley)
1501  * Updates to the GLib and GTK+ bindings.
1502  * Many bug fixes.
1504 Vala 0.3.1
1505 ==========
1507  * Enable non-null types by default.
1508  * Add --disable-non-null commandline option.
1509  * New handwritten parser.
1510  * Support virtual methods in interfaces.
1511  * Add `dynamic' type modifier for D-Bus client support.
1512  * Add experimental support for writing D-Bus services.
1513  * Don't require `new' operator for structs.
1514  * Warn when using deprecated syntax.
1515  * Add libsexy bindings (Evan Nemerson)
1516  * Updates to the GLib and GTK+ bindings.
1517  * Many bug fixes.
1519 Vala 0.2.0
1520 ==========
1522  * Support nested namespaces.
1523  * Support static constructors.
1524  * Register enums with GType (Marc-AndrĂ© Lureau)
1525  * Small syntax change for default values of properties.
1526  * Add --verbose commandline option (Daniel Silverstone)
1527  * Improve pointer support.
1528  * Add GNOME Keyring bindings (Andrea Del Signore)
1529  * Add SDL bindings (Levi Bard)
1530  * Add libftdi bindings (Evan Nemerson)
1531  * Updates to the GLib, GTK+, GStreamer, and SQLite bindings.
1532  * Many bug fixes all over the place.
1534 Vala 0.1.7
1535 ==========
1537  * Support private property accessors.
1538  * Support default values for properties.
1539  * Improve support for array length and delegate target parameters.
1540  * Improve delegate and signal handler support.
1541  * Introduce new syntax to declare errordomains.
1542  * Improve exception support.
1543  * Report errors for missing return statements.
1544  * Report warnings for unreachable code.
1545  * Improve support for generic types.
1546  * Support pointer member access and pointer element access.
1547  * Support pointer arithmetic.
1548  * Add --quiet commandline option (Emmanuele Bassi)
1549  * Add WebKit bindings.
1550  * Add JSON-GLib bindings (Ali Sabil)
1551  * Add goocanvas bindings (Roberto Majadas)
1552  * Add hildon-fm-2 bindings (Levi Bard)
1553  * Add taglib bindings (Andreas Brauchli)
1554  * Add libusb bindings (Evan Nemerson)
1555  * Add bzip2 bindings (Maciej Piechotka)
1556  * Updates to the GLib, GTK+, GStreamer, and libsoup bindings.
1557  * Fixes for Windows.
1558  * Many bug fixes.
1560 Vala 0.1.6
1561 ==========
1563  * Add support for instance delegates.
1564  * Support conditional method compilation.
1565  * Add support for nested generic types.
1566  * Add size_t and ssize_t.
1567  * Use non-null types by default with --enable-non-null option.
1568  * Limited support for nullable types.
1569  * Add basic support for method pre- and postconditions.
1570  * Improve pointer support.
1571  * Always enable memory management.
1572  * Add libgnome-menu bindings (Roberto Majadas)
1573  * Add liboobs-1 bindings (Roberto Majadas)
1574  * Updates to the GLib, GTK+, GStreamer, SQLite, and libxml2 bindings.
1575  * Small documentation improvements.
1576  * Many bug fixes.
1578 Vala 0.1.5
1579 ==========
1581  * Add Vala Project Generator.
1582  * Support `in` operator for enums.
1583  * Support typeof for generic type parameters.
1584  * Replace gidlgen by vala-gen-introspect with a real C parser.
1585  * Update all bindings to use vala-gen-introspect.
1586  * Fix many gcc warnings.
1587  * Fix build with Cygwin and MinGW (Yaakov Selkowitz).
1588  * Many bug fixes.
1590 Vala 0.1.4
1591 ==========
1593  * Use .vapi as file extension for bindings.
1594  * Add Vala Reference Manual.
1595  * Add support for object initializers.
1596  * Emit #line directives in debug mode.
1597  * Add --basedir option.
1598  * Support creation methods in structs.
1599  * Add support for [Notify] attribute for properties.
1600  * Add experimental support for registering new fundamental classed types.
1601  * Improve support for non-GObject classes.
1602  * Improve error reporting.
1603  * Add vapicheck to verify generated bindings (Mathias Hasselmann).
1604  * Drop xml_pp dependency (Alberto Ruiz).
1605  * Many bug fixes.
1607 Vala 0.1.3
1608 ==========
1610  * Convert reference-type structs to classes for a more consistent type system.
1611  * Support `as` operator (Mathias Hasselmann).
1612  * Improve array support.
1613  * Experimental D-Bus client support.
1614  * Add GConf bindings.
1615  * Add libgnome and libgnomeui bindings.
1616  * Add Glade bindings.
1617  * Add libnotify bindings (Nicolas Christener, Roland Hostettler).
1618  * Add GnomeVFS bindings.
1619  * Add GtkSourceView bindings.
1620  * Add Panel Applet bindings.
1621  * Add GNOME Desktop Library bindings.
1622  * Add libsoup bindings.
1623  * Add libwnck bindings.
1624  * Add GtkMozEmbed bindings (Alberto Ruiz).
1625  * Add Poppler bindings (Alberto Ruiz).
1626  * Add Enchant bindings (Mathias Hasselmann).
1627  * Add Hildon bindings (Marcelo Lira).
1628  * Add SQLite bindings.
1629  * Add curses bindings (Ed Schouten).
1630  * Build system fixes (Nicolas Trangez).
1631  * Add manual pages for gidlgen and vapigen (Kumar Appaiah).
1632  * Many bug fixes all over the place.
1634 Vala 0.1.2
1635 ==========
1637  * Use and support libgee collection library (internal copy for now).
1638  * Performance improvements.
1639  * Improve support for generic types.
1640  * Many memory management fixes.
1641  * Add support for inner classes.
1642  * Add --cc and -X commandline options to control the C compiler.
1643  * Use GSlice for reference-type structs.
1644  * Add experimental GStreamer bindings.
1646 Vala 0.1.1
1647 ==========
1649  * Support simple exception handling.
1650  * Improve array and string support.
1651  * Support multi-dimensional arrays.
1652  * Add --thread commandline option.
1653  * Improve bindings.
1654  * Bug fixes.
1656 Vala 0.1.0
1657 ==========
1659  * Add commandline options for running the C compiler and linker.
1660  * Use # modifier for reference transfer in method parameters.
1661  * Replace callback keyword by delegate.
1662  * Improve and update GLib and GTK+ bindings.
1663  * Add experimental GVFS binding.
1664  * C89/MSVC portability fixes (Hans Breuer).
1665  * Refactor code generator.
1666  * Add experimental bindings generator.
1667  * Many bug fixes.
1669 Vala 0.0.9
1670 ==========
1672  * Add support for defining new generic classes.
1673  * Improve array support.
1674  * Memory management fixes.
1675  * Improve abstract property support.
1676  * Add basic support for flags types.
1677  * Improve GLib binding.
1678  * Add VTE binding.
1679  * Many bug fixes.
1681 Vala 0.0.8
1682 ==========
1684  * Add support for overridden properties.
1685  * Support properties and signals in interfaces.
1686  * Improve interface runtime suport.
1687  * Verify that classes implement all abstract and interface methods.
1688  * Basic compile-time support for generic types.
1689  * Default to strong references for return values and local variables.
1690  * Improve signal support.
1691  * Add support for pointers.
1692  * Improve support for numeric types.
1693  * Support writing GTypeModule-based plug-ins.
1694  * Improve manual memory management support.
1695  * Improve GTK+ bindings.
1696  * Many bug fixes.
1698 Vala 0.0.7
1699 ==========
1701  * New object construction syntax.
1702  * Interface implementations don't have to specify override anymore.
1703  * Improve interface support.
1705 Vala 0.0.6
1706 ==========
1708  * Improve interface support.
1709  * Support do loops.
1710  * Improve array support.
1711  * Improve enum support.
1712  * Add automated testing infrastructure.
1713  * Fixes for prefix and postfix operators.
1714  * Add more types to GLib bindings.
1715  * Many bug fixes.
1717 Vala 0.0.5
1718 ==========
1720  * Support base access.
1721  * Support typeof expressions.
1722  * Improve array support.
1723  * Fix possible memory leak in foreach statements.
1724  * Fix many warnings during C compilation.
1725  * Improve GTK+ bindings.
1727 Vala 0.0.4
1728 ==========
1730  * Support + operator in strings.
1731  * Support unicode character literals.
1732  * Add implicit conversions for numeric types.
1733  * Improve interface support.
1734  * Improve array support.
1735  * Support arbitrary signal parameters.
1736  * Add threading support.
1737  * Support lock statements.
1738  * Many improvements to the GTK+ bindings.
1740 Vala 0.0.3
1741 ==========
1743  * Interface fixes.
1744  * Support namespace constants.
1745  * Support switch statements.
1746  * Array creation support.
1747  * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
1748  * Add implicit array length parameter.
1749  * Follow package dependencies.
1750  * Support hexadecimal and octal integer literals and hexadecimal escape
1751    sequences.
1752  * Install libvala as shared library.
1754 Vala 0.0.2
1755 ==========
1757  * Support named construction methods.
1758  * Basic interface support.
1759  * Improve error handling.
1760  * Many bug fixes.
1763 Vala 0.0.1
1764 ==========
1766  * Initial release.