-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
26 lines (24 loc) · 924 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2021-11-25
Revised version to be semantic versioning instead
of date versioning.
The new version is 0.1.0
Revised the build to use autogen, and not
record time-sensitive content in github.
2018-12-18
Now nothing here depends on elf.h (though it will
be #included if it exists) or libelf.
Known to build with ./configure on 32 and 64bit Linux and
also (running sh) on MinGW.
Use 'make check' to verify correct behavior.
In All Environments:
Since git repositories do not record timestamps
after copying files from a git repository (or off of a
device (USB etc)) a 'configure' or 'make' may fail
to work entirely correctly.
From the readelfobj directory do
sh scripts/FIX-CONFIGURE-TIMES
to restore a sensible set of file timestamps
for 'configure' and 'make' to work.
The scripts/FIX-CONFIGURE-TIMES script is always safe to run.
2018-08-21
Beginning autoconf/automake setup