File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.11.1 ]
3
+ ## [ 0.11.2 ] 1 December 2022
4
4
5
5
### Added
6
+ - RGL Auto Tape - feature to start Tape on the first API call writing to a path given in compile-time.
6
7
7
8
### Changed
9
+ - Improved control flow around API initialization and error reporting
10
+
11
+ ### Fixed
12
+ - Release build on Linux no longer use debug builds of dependencies (e.g., libPCL)
13
+ - Fixed a hidden bug in CacheManager - unsafe removing while iterating
14
+
15
+ ## [ 0.11.1] 28 November 2022
8
16
9
17
### Fixed
10
18
- CUDA Runtime is now linked statically.
11
19
12
- ## [ 0.11.0]
20
+ ## [ 0.11.0] - 22 November 2022
13
21
14
22
The initial release.
Original file line number Diff line number Diff line change 29
29
30
30
#define RGL_VERSION_MAJOR 0
31
31
#define RGL_VERSION_MINOR 11
32
- #define RGL_VERSION_PATCH 1
32
+ #define RGL_VERSION_PATCH 2
33
33
34
34
/**
35
35
* Three consecutive 32-bit floats.
You can’t perform that action at this time.
0 commit comments