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