-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
81 lines (52 loc) · 2.06 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
5.2.2-9
[BUG FIX]
* On MacOS with homebrew, the homebrew provided gfortran does not
search the homebrew lib dirs for the X11 libraries, while the system
clang does, so the latter could find them, but the former couldn't.
* Linking is failing on some Windows systems due to mismatch between
Fortran and C naming conventions. Attempted fix applied.
5.2.2-8
[BUG FIX]
* pkg-config files specified out-of-order Fortran libraries which
cause links to fail on systems which perform single pass symbol
resolution.
5.2.2-7
[BUILD FIXES]
* now builds on Windows (msys2). zmughal++
* add support for finding X flags using pkg-config which helps
with some installations of macOS. zmughal++
[CI]
* GitHub actions set up to test on Ubuntu, MacOS, Windows (msys). zmughal++
5.2.2-6
[BUILD FIXES]
* Add -std=legacy to AM_FFLAGS if GNU Fortran is used, as more modern
versions of Fortran won't compile the code.
* Check that the requisite X headers are installed if X drivers
are requested. If not, warn and don't try to compile the
affected drivers.
5.2.2-5
[BUILD FIXES]
* don't attempt to compile X Window System drivers if no OS support
for X is available
* replace K&R forward declarations with ANSI prototypes; fix
discovered mis-calls to pgdispd/getcolors
* On some systems (older OS X) (older) gfortran defaulted to building
32 bit objects; auto-detect this and force 64bit builds
5.2.2-4 2015-05-06T11:24:49-0400
[BUG FIX]
* PNG driver would sporadically not write output (Pete Ratzlaff)
[BUILD FIXES]
* various tweaks for various OS's
* fix to pkg-config file
5.2.2-3 2013-07-11T17:07:43-0400
* First release by Diab Jerius after extraction from Starlink
* All kudos to those who did the real work :
- Tim Jenness
- Peter W. Draper
- David Berry
- Russel Kackley
- Malcolm J. Currie
- Norman Gray
- Brad Cavanagh
- Mark Taylor
- Alasdair Allan