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