-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelNotes
45 lines (32 loc) · 1.22 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
Release Notes for the RealityGrid Steering Library Wrappers
-----------------------------------------------------------
Version 3.5.0
-------------
* Adjust the use of the Perl CPPFLAGS to allow for the empty string.
Internal changes
----------------
* Hide the Java executables in CMake.
* 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.
Version 3.0.1
-------------
* Additions and updates to the Java wrapper documentation.
Internal changes
----------------
* Change the Java and Javadoc targets to be consistently named.
Version 3.0.0
-------------
* Update the Python wrappers.
- To version 3.0.0 and SWIG 1.3.33
* Update the Perl wrappers.
- To version 3.0.0 and SWIG 1.3.33
* Update the Java wrappers.
- To version 3.0.0 and SWIG 1.3.33
* Update Java code to remove unchecked or unsafe operations.
* Update MiniSteerer with functionality now found in the C mini_steerer.
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..