Changelog for
vala-0.14.0-1.1.x86_64.rpm :
Sun Sep 18 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 0.14.0:
+ Bug fixes and binding updates.
Wed Sep 7 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 0.13.4:
+ Switch gudev-1.0 bindings to .gir.
+ Switch mx-1.0 bindings to .gir.
+ Many bug fixes and binding updates.
- Drop vala-markupparser-fix.patch: fixed upstream.
Mon Sep 5 14:00:00 2011 vuntzAATTopensuse.org
- Add vala-markupparser-fix.patch: this fixes GMarkupParser
bindings, which enables a new fillmode-lombard to build.
Mon Aug 22 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.13.3:
+ Switch pangocairo bindings to .gir.
+ Bug fixes.
Wed Aug 17 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.13.2:
+ Enable flow analysis for out parameters.
+ Refactor attribute handling.
+ Add gedit-3.0 bindings.
+ Add gtksourceview-3.0 bindings.
+ Add rest-0.7 bindings.
+ Add vte-2.90 bindings.
+ Switch clutter-1.0 bindings to .gir.
+ Switch libgdata bindings to .gir.
+ Switch libsoup bindings to .gir.
+ Many bug fixes and binding updates.
Wed Jul 6 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 0.13.1:
+ Many bug fixes and binding updates.
Fri Jun 24 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.13.0:
+ More refactoring in the code generator.
+ Improvements to the .gir reader.
+ Switch JSON-GLib bindings to .gir.
+ Drop deprecated support for D-Bus GLib in favor of GDBus.
+ Many bug fixes and binding updates.
- Adjust vala_version, vala_libversion and priority for 0.13.
Thu Jun 2 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.12.1:
+ Many bug fixes and binding updates.
Mon Apr 4 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.12.0:
+ Add get_next_char to string class.
+ Many bug fixes and binding updates.
- Changes from version 0.11.7:
+ Add support for async signal handlers.
+ More refactoring in the code generator.
+ Improvements to the .gir writer.
+ Many bug fixes and binding updates.
- Changes from version 0.11.6:
+ Add parse and try_parse methods to boolean and numeric types.
+ Add clutter-gtk-1.0 bindings.
+ Add pixmap-1 bindings.
+ Many bug fixes and binding updates.
- Changes from version 0.11.5:
+ Add last_index_of and last_index_of_char to string class.
+ More refactoring in the code generator.
+ Improvements to the .gir writer.
+ Many bug fixes and binding updates.
- Changes from version 0.11.4:
+ Add index_of, index_of_char, and char_count to string class.
+ Many bug fixes and binding updates.
- Changes from version 0.11.3:
+ Support BusName sender parameter in GDBus servers.
+ More refactoring in the code generator.
+ Many bug fixes and binding updates.
- Changes from version 0.11.2:
+ Update libnotify bindings to 0.7.0.
+ Improvements to the .gir reader.
+ Bug fixes and binding updates.
- Changes from version 0.11.1:
+ Require and target GLib >= 2.16.
+ Guard access to out parameters to allow null arguments.
+ Add support for local constants.
+ Support file descriptor passing with GDBus.
+ Support cached property values in GDBus clients.
+ Support Cancellable parameter in GDBus clients.
+ Support no-reply methods in GDBus clients and servers.
+ More refactoring in the code generator.
+ Many bug fixes and binding updates.
- Changes from version 0.11.0:
+ Use byte indices for strings.
+ Use uint8[] for binary data in bindings.
+ Add support for parallel compilation.
+ Improve compiler performance.
+ More refactoring in the code generator.
+ Many bug fixes and binding updates.
- Drop vala-bgo638902-shotwell-fix.patch: fixed upstream.
Sun Jan 9 13:00:00 2011 vuntzAATTopensuse.org
- Change the test for update-alternatives in %postun to not check
if the package is still installed, but to check if the binary is
still there, to handle package renamings.
Sun Jan 9 13:00:00 2011 vuntzAATTopensuse.org
- Add vala-bgo638902-shotwell-fix.patch to fix a build issue with
shotwell 0.8.0. Based on patch from git.
Tue Dec 28 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.10.2:
+ Bug fixes and binding updates.
Thu Nov 18 13:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.10.1:
+ Remove outdated GTK+ 3 bindings.
+ Many bug fixes and binding updates.
Sat Sep 18 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.10.0:
+ Port GIR parser and writer to GIR version 1.2.
+ Update GLib bindings to 2.26 branch.
+ Bug fixes.
Sat Sep 4 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.8:
+ Add --fatal-warnings commandline option.
+ Deprecate string.len () in favor of string.length.
+ Deprecate use of D-Bus GLib in favor of GDBus.
+ Many bug fixes and binding updates.
Tue Aug 24 14:00:00 2010 vuntzAATTopensuse.org
- Update summaries.
- Merge devel package in main package since vala is really a build
tool. Add appropriate Provides/Obsoletes tags. Note that we\'d
want the vala-devel Provides in all cases since it\'s a build
tool.
- Split the library in a libvala-0_10-0 subpackage, and split its
development files in libvala-0_10-devel.
- Remove weird sed lines that were changing libtool.
- Add update-alternatives Requires(post/postun).
- Fix update-alternatives setup to use slaves, and only get a main
alternative on which everything else depends.
Fri Aug 20 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.7:
+ Fix regression introduced by codegen refactoring.
Wed Aug 18 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.6:
+ Drop deprecated support for assigning to construct properties.
+ Some refactoring in the code generator.
+ Bug fixes in bindings and vapigen.
Mon Aug 9 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.5:
+ Add version suffix to support parallel installation.
+ Define VALA_X_Y according to compiler version.
+ Enable version header by default.
+ Add vala.m4 with VALA_CHECK_PACKAGES macro.
+ Add gedit-2.20 bindings
+ Add tokyocabinet bindings
+ Various improvements to the Dova profile.
+ Many bug fixes and binding updates.
- The non-versioned binaries are handled with update-alternatives,
so that we have an easy play with upcoming versions, allowing to
install them in parallel.
- Add fdupes BuildRequires and link duplicate files in /usr/share.
Fri Aug 6 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.9.4:
+ Append documentation comments to generated C files.
+ Skip
tags in .gir files.
+ Various improvements to the Dova profile.
+ Many bug fixes and binding updates.
Mon Jul 26 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.3:
+ Support newlines in double quoted string literals.
+ Add experimental support for main blocks.
+ Add experimental vala tool to compile and run code.
+ Initial support for generic delegates.
+ Support using GClosure for delegate parameters.
+ Support GBoxed-based memory management.
+ Improvements to the .gir reader and writer.
+ Various improvements to the Dova profile.
+ Many bug fixes and binding updates.
Mon Jun 21 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.9.2:
+ Initial support for GDBus-based clients and servers.
+ Support implicit and explicit GVariant casts.
+ Add support for [Deprecated] attribute.
+ Add GenericArray as alternative binding to GPtrArray.
+ Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0
bindings.
+ Updates to the GLib bindings.
+ Many bug fixes.
- Changes from version 0.9.1:
+ Support constants in enums.
+ Deprecate +=/-= syntax to connect/disconnect signal handlers.
+ Add experimental support for Dova profile.
+ Update Genie parser.
+ Add clutter-gst-1.0 bindings.
+ Add gdu and gdu-gtk bindings.
+ Add libesmtp bindings.
+ Add mx-1.0 bindings.
+ Add orc-0.4 bindings.
+ Add rest-extras-0.6 bindings.
+ Updates to the GLib, GStreamer, Linux, SQLite, and other
bindings
+ Many bug fixes.
Thu Apr 29 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.8.1:
+ Support constants in enums.
+ Add clutter-gst-1.0 bindings
+ Add gdu and gdu-gtk bindings.
+ Many bug fixes and binding updates.
Wed Mar 31 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 0.8.0:
+ Infer type arguments when calling generic methods.
+ Support `in\' operator for arrays.
+ Add experimental support for regular expression literals.
+ Add experimental support for chained relational expressions.
+ Add va_list support.
+ Add clutter-gtk-0.10 bindings.
+ Add gdl-1.0 bindings.
+ Add gstreamer-app-0.10 bindings.
+ Add gstreamer-cdda-0.10 bindings.
+ Add gudev-1.0 bindings.
+ Add libgda-report-4.0 bindings.
+ Add libgvc (graphviz) bindings.
+ Add purple bindings.
+ Many bug fixes and binding updates.
Fri Feb 5 13:00:00 2010 lmedinasAATTopensuse.org
- Update to version 0.7.10:
+ Support coalescing operator ??.
+ Support to_string and bitwise complement with enums.
+ Return handler id when connecting signal handlers.
+ Support struct comparison.
+ Support constructor chaining in structs.
+ Enforce protected member restrictions.
+ Improve performance of flow analysis.
+ Support automatic line continuations in Genie.
+ Improvements to the .gir reader and writer.
+ Add --enable-mem-profiler commandline option.
+ Many bug fixes and binding updates.
- Drop return-fix.patch: fixed upstream.
Sun Dec 20 13:00:00 2009 vuntzAATTopensuse.org
- Update to version 0.7.9:
+ Support array and string slicing.
+ Add --symbols commandline option.
+ Add avahi-gobject bindings.
+ Add ccss-1 bindings.
+ Add libarchive bindings.
+ Add libmagic bindings.
+ Add readline bindings.
+ Add twitter-glib-1.0 bindings.
+ Many bug fixes and binding updates.
- Remove check for old version of openSUSE.
Fri Nov 27 13:00:00 2009 dimstarAATTopensuse.org
- Update to version 0.7.8:
+ Support constructor chain up to GObject using Object (...).
+ Add syntax for string templates.
+ Support (!) non-null casts.
+ Many bug fixes and binding updates.
- Fixes from version 0.7.6:
+ Support `using\' directives inside namespaces.
+ Use const only for immutable structs.
+ Support string marshalling for enums in D-Bus
- Fixes from version 0.7.5:
+ Update Genie parser
+ Add libgda-4.0 bindings
+ Many bug fixes for closures and async methods.
+ Add support for closures.
+ Improve support for asynchronous methods.
+ Support async methods in D-Bus servers.
+ Add clutter-1.0 bindings
+ Add GVariant, GSettings, and dconf bindings
+ Add linux, libnl-1, and libasound bindings
+ Add gnutls bindings
+ Add librest bindings
+ Many bug fixes and binding updates.
- Rebase return-fix.patch
- Drop vala-0.3.3-implicit-fortify-decl.patch, upstream fixed.
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Mon Aug 3 14:00:00 2009 dominique-obsAATTleuenberger.net
- Update to version 0.7.5:
+ Add support for static properties.
+ Add support for delegate properties.
+ Support virtual default handler for signals.
+ Add limited support for derived compact classes.
+ Add libgdata bindings
+ Add libusb-1.0 bindings
+ Many bug fixes and binding updates.
Mon Jul 27 14:00:00 2009 dominique-obsAATTleuenberger.net
- Update to version 0.7.4:
+ Way too many changes since 0.3.3. See NEWS for details.
- Refactored retry-fix.patch. Patch rejected upstream, as the .c
files are generated ones.
- Remove INSTALL from %%doc to fix a rpmlint warning.
Tue Oct 14 14:00:00 2008 crrodriguezAATTsuse.de
- fix implicit-fortify-decl errors
- correct -devel package requires
Fri Sep 12 14:00:00 2008 mauroAATTsuse.de
- Added return-fix.patch to fix the error \" Program returns random
data in a function\".
Fri Jul 25 14:00:00 2008 mauroAATTsuse.de
- initial SUSE package