-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRelNotes
50 lines (39 loc) · 1.63 KB
/
RelNotes
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
Release Notes for the RealityGrid Generic Steering Client
---------------------------------------------------------
Version 3.5.1
-------------
* Add a configurable header file to the build.
Internal changes
----------------
* Fix construction and destruction of history plot classes.
* Minor float initialization fixes to silence compiler warnings.
* Two very minor fixes for -Wall.
Version 3.5.0
-------------
* Documentation
- Force figure 1 to appear at a more asthetically pleasing place in the text.
- Re-word the section on the main menu to reflect recent changes.
- Format variables and key-presses in a fixed width font.
- Add a section and figure to explain attaching via sockets.
* Rename first menu to Application.
* Minor changes to better cope with X11 quirks.
* Fix segmentation fault when last tab is closed.
* Fix the resizing of the window when the last tab is closed.
* Update the stacking of the main window widgets to Qt4.
* Create an application bundle on Mac OS X.
Internal changes
----------------
* Documentation
- Fixed whitespace problems in the tex file.
- Correct spellings.
- Update title, author information and acknowledgements.
- Convert all images to PNG format.
* Use new macro provided by steer_lib to check version numbers.
* Use new macro provided by steer_lib to set install location.
* Use new macro provided by steer_lib to setup the link line correctly.
* Fix whitespace errors in source files.
About these release notes
-------------------------
These release notes are, at least in part, generated by the following
command:
$ git log --pretty=format:" * %s" --reverse commit-hash..