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