Skip to content

Releases: JuliaIO/ObjectFile.jl

v0.3.7

22 Jun 23:11
c1c705c
Compare
Choose a tag to compare

ObjectFile v0.3.7

Diff since v0.3.6

Merged pull requests:

v0.3.6

02 Sep 08:30
ee7b200
Compare
Choose a tag to compare

ObjectFile v0.3.6

Diff since v0.3.5

Merged pull requests:

  • Add MachO constants for ARM64 (#26) (@Keno)

v0.3.5

14 Aug 08:30
f0073c5
Compare
Choose a tag to compare

ObjectFile v0.3.5

Diff since v0.3.4

Closed issues:

  • Tag new release (#16)

v0.3.4

20 May 08:32
716aafd
Compare
Choose a tag to compare

ObjectFile v0.3.4

Diff since v0.3.3

Closed issues:

  • Can't read Pango_jll.libpango_path on 32-bit systems (#17)

Merged pull requests:

v0.3.3

10 Oct 19:17
v0.3.3
abc06f9
Compare
Choose a tag to compare

v0.3.3 (2019-10-09)

Diff since v0.3.2

Merged pull requests:

Quality of life improvements

08 Mar 23:01
24babf5
Compare
Choose a tag to compare

Some small bug fixes

Fix canonical_rpaths

14 Aug 00:08
e887198
Compare
Choose a tag to compare
Merge pull request #12 from staticfloat/sf/canonical_dirs

Ensure that directories always end in `'/'` for `canonical_rpaths()`

v1.0 compatibility release

08 Aug 12:52
Compare
Choose a tag to compare
v0.3.0

Further 1.0 cleanup

Fix file descriptor leak

01 Jun 19:19
2b58bd3
Compare
Choose a tag to compare

readmeta() was generating a lot of file descriptors to be leaked out into the wild blue yonder. This version moves us to a new API;

readmeta("libfoo.so") do oh
     # use oh here
end

This release also refuses to load fat Mach-O files with a MagicMismatch instead of throwing a RefError on opening them.

Add `isdynamic()` function

17 Dec 23:59
76b59ec
Compare
Choose a tag to compare
Merge pull request #6 from Keno/kf/isdynamic

Add an isdynamic function