Skip to content

Releases: kepstin/image-id

Release 2.1.0

17 Nov 12:38
Compare
Choose a tag to compare

This release switches the build system to gnu autotools, allowing me to add some logic so you can build against either libmirage 2.1 or 3.0! (Older versions of libmirage are not supported)

You now use the standard invocation ./configure && make to build the package, and there is a working make install as well.

Release 2.0.0

17 Nov 11:22
Compare
Choose a tag to compare

The primary reason for this new release is an update to the new API used by libmirage 3.0. If you do not have libmirage 3.0, please use the older release of image-id instead.

In this new libmirage release, the MCN is read from the session instead of disc. I use the last MCN present; if you get the wrong MCN please let me know.

The information printed on "stdout" remains the same as 1.0, for compatibility with other tools.

Minor build fixes

09 Jul 14:40
Compare
Choose a tag to compare

I had forgotten to pull before tagging :)

This version has no functional changes from 1.0.0, but has some minor
changes to the build that will reduce the number of warning messages.

As per the 1.0.0 release, the output format of this command on stdout is fixed;
all lines of output will have the form

Some Tag Name: value

And the tag names for existing output data will not change, however the order
might and additional tags could be added.

Note that the stderr output cannot be considered stable.

Initial "release" version.

09 Jul 14:47
Compare
Choose a tag to compare

As of this version, the output format of this command on stdout is fixed;
all lines of output will have the form

Some Tag Name: value

And the tag names for existing output data will not change, however the order
might and additional tags could be added.

Note that the stderr output cannot be considered stable.