-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRelease_notes_2_3.txt
36 lines (20 loc) · 1.18 KB
/
Release_notes_2_3.txt
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
---------------
COLLADA-DOM 2.3
---------------
2.3.1
=====
[New Features]
- added cmake configuration scripts to find the collada-dom installs through cmake easier
- added cpack generation and debian source package install preparation for cmake
- windows compiles with cmake, forcing to use boost DLL, etc, all libraries are suffixed with VC version
- added pcre-8.02 and zlib 3rdparty library sources to be used for static linking
- added latest libxml2 library along with vc80, vc90, and vc100 DLLs.
2.3.0
=====
[New Features]
- Added cmake support. cmake now produces *.pc files direclty usable in Linux's package config: collada14dom, collada15dom. Use the cmake-modules/FindCOLLADA.cmake when searching for the collada installation.
- Added newer version of minizip v1.1.
[Bug Fix]
- Fixed two problems in SID resolution which was prevent collada 1.5 robot files from being loaded correctly.
[Known Bugs/Restrictions]
- Currently it is not possible to use both 1.4 and 1.5 in the same executable. This issue might addressed in the future with namespaces. This means collada-dom has to offer two different pkg-config files, one for 1.4 and one for 1.5.