Skip to content

Releases: lobingera/Rsvg.jl

v1.0.0

07 Dec 17:54
Compare
Choose a tag to compare

Move everything to Julia 1.3 and the new artifact system.

v0.3.0

07 Dec 17:41
Compare
Choose a tag to compare

This release uses BinaryProvider.jl to download binaries.

length limit deprecated (for data/string input)

27 Dec 09:13
57bd9a9
Compare
Choose a tag to compare

The Rsvg call handle_new_from_data(data::AbstractString) had an (internal) limit of 10MB. With the help of tkf a call to the GIO lib is introduced that handles the input string as stream and allows now longer strings (a length of 25MB is tested).

1.0 ready

29 Aug 05:27
986f07e
Compare
Choose a tag to compare

This passes testing on 1.0 (and 0.7) for win + linux. OSX depends (at the time of writing on Cairo#master).

reduce Gtk dependency

11 Jun 17:47
643fe95
Compare
Choose a tag to compare
reduce Gtk dependency Pre-release
Pre-release

Following on on davidanthoff's help to take Gtk off the list of dependencies. Might work on 0.7 with deprecation warnings.

0.6 and precompile

15 Jan 05:36
734501d
Compare
Choose a tag to compare

Moving to a >= 0.6 release, including precompilation and some reorganisation on testing. CI testing is run on 0.6 and 0.7.

v0.6 ready

04 Apr 17:28
Compare
Choose a tag to compare

Target is to get v0.6 ready. This tests successful on appveyor Win64 (win32 problems with Gtk, a requirement) and linux on travis. OSX on travis shows an issue in v0.6:
JuliaPackaging/Homebrew.jl#187
JuliaPackaging/BinDeps.jl#271
JuliaMath/GSL.jl#61