annotate NEWS @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents ce5b6116e6cd
children 393d2da0722a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 Pending changes in the mainline
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 ===============================
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3
22
04b8a44b2717 adding patch.exe command-line tool for MSVC
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 14
diff changeset
4 * Fix compilation using Visual Studio
28
b2bbb516056e The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 22
diff changeset
5 * The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
33
ce5b6116e6cd New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 28
diff changeset
6 * New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8
36
fd58eb5749ed CMake simplification using DownloadOrthancFramework.cmake
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 33
diff changeset
7 * Support of dynamic linking against the system-wide Orthanc framework library
22
04b8a44b2717 adding patch.exe command-line tool for MSVC
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 14
diff changeset
8
14
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
9
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
10 Version 1.0 (2020-04-01)
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
11 ========================
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
12
13589c36243d OrthancPython-1.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
13 * Initial release