forked from MITK/MITK-ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
33 lines (20 loc) · 1018 Bytes
/
Changelog.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
This is the change log for the MITK-ProjectTemplate
Changes since version 1.1.0
======================================================================
- Added an example render window editor
- Removed direct QmitkStdMultiWidget dependencies
- Added gcc linker flag --as-needed to get same behavior as on Windows
- Improved MITK superbuild configuration options
Changes since version 1.0.0
======================================================================
- Added support for plug-in validation for applications.
- Fixed broken make job server support when starting the inner
project build.
- Small CMake cleanups
- Fixed user manual for the my.awesomeproject.exampleplugin plugin.
(contributed by Miklos Espak)
- Added new plugin demonstrating how to write a custom BlueBerry
application plugin containing Workbench advisor classes.
(contributed by Miklos Espak)
- Clean the project-specific module conf directory and add the dir
to the global CMake variable holding all module conf dirs.