Skip to content

Commit

Permalink
Bumped to 2.0.6 and added items to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman110 committed Aug 27, 2013
1 parent c20456b commit f3f076e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
project (TIGL)
set(TIGL_VERSION_MAJOR 2)
set(TIGL_VERSION_MINOR 0)
set(TIGL_VERSION_PATCH 5)
set(TIGL_VERSION_PATCH 6)
set(TIGL_VERSION "${TIGL_VERSION_MAJOR}.${TIGL_VERSION_MINOR}.${TIGL_VERSION_PATCH}")

set(TIGL_ADD_INCLUDE_PATH "" CACHE PATH "Additional include path for package search")
Expand Down
19 changes: 18 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
Version 2.0.x
Version 2.0.6
---------------
TiGL:
- Improved loading times
- Improved speed of intersection calculations by caching and reusing results
- Switched to faces instead of solids in STEP Export
- Switched to const char * API
- Prepared TiGL for Android (currently working but still experimental)

-New API functions:
- tiglExportMeshedWingSTLByUID and tiglExportMeshedFuselageSTLByUID for STL export (Hello 3D printing!)
- tiglWingComponentSegmentGetSegmentIntersection

-Fixes:
- Fixed tiglFuselageGetPointAngle and tiglFuselageGetPointAngleTranslated giving wrong results (issues 89 and 92)
- TiGL required positionings for all fuselage segments, this is now fixed (issue 57)
- Fixed error when opening CPACS files with composite materials
- Fixed wrong units in iges export (issue 78)
- Silenced Error messages that weren't errors
- Fixed different errors in tiglWingComponentSegmentPointGetSegmentEtaXsi
- Fixed duplicate log files


Version 2.0.5
---------------
Expand Down

0 comments on commit f3f076e

Please sign in to comment.