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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
2018-08-09 David Anderson
* configure.ac: Version 20180809
* configure: Regenerated.
2018-08-06 David Anderson
* configure.ac: Version now 20180808.
* Makefile.am: Corrected references to runtest.sh
* configure: Regenerated.
2018-08-06 David Anderson
* configure.ac: Version now 20180806.
2018-08-05 David Anderson
* configure.ac: Version now 20180805.
* configure: Regenerated.
2018-08-02 David Anderson
* configure.ac: Deleted unneeded variables.
Now env vars like CFLAGS work in standard fashion.
Updated version to 20180801
* configure: Regenerated
2018-08-02 David Anderson
* README: Added and corrected some details of the new
configure.
2018-07-31 David Anderson
* configure.ac: Fix the .so version number fields to be
1 0 0, not 1 5 0
version is now hand typed in, not generated by current
date
* Makefile.am: Now reflects renaming of
CPLIBDWARFTAR to CPTARTOWEBDIR
add runtests.sh to files in distribution
* configure: regenerated
2018-07-23 David Anderson
* configure.ac: Reintroduced CXX -wno-long-long
to avoid spurious warnings from C++ when using
--enable-wall.
* configure: Regenerated.
2018-07-22 David Anderson
* configure.ac: Complete the handling of --enable-sanitize.
2018-07-19 David Anderson
* NEWS, README: Updated to match the new configure code.
* configure.ac: Now configure is created by autoreconf -vif
and the only configure.ac is here in the same
directory as this ChangeLog.
|