-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
46 lines (28 loc) · 1.15 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
New in Release 1.4.0
* Fixed GLUT problems for later versions of Nvidia hardware
New in Release 1.3.7-test
* Support for time-varying (functional MRI or PET) files
* Added 'T', '>', and '<' commands to enable display of timecourse
window, stepping forward through time-varying files, and stepping backward.
* Changed internal voxel representation to match that of the loaded volume,
rather than unsigned 8-bit, to allow for increased precision of reported
voxel values.
New in Release 1.3.6
* Now compiles against native OSX GLUT/GL with
--use-apple-opengl-framework configure option
New in Release 1.3.5
* Should now link with FreeGLUT
* Screen image capture now uses ImageMagick, so it will now work on many
Linux platforms.
* Some build fixes
New in Release 1.3.4
* Link with -lXi when probing for glut library. Should fix build
problem reported by users of Redhat 9.
New in Release 1.3.3
* More build fixes.
* File "register_UI.globals" is installed into $(prefix)/lib, set
for "rgb" mode, which appears to be the default these days.
New in Release 1.3.2
* Improved build procedure.
New in Release 1.3.1
* GNU autoconfigure script.