Skip to content

Commit

Permalink
Updated CHANGELOG for 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 10, 2018
1 parent 015ab0e commit edf059f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,45 @@ cyclus Change Log

.. current developments
v1.5.3
====================

**Added:**

* New ``CYCLUS_PLATFORM`` string for uniquely identifying the
platform. This is initialized with the ``cyclus_platform()``
macro.
* New ``download_platform()`` macro for downloading a tar.gz
file and its platform-specific equivalent.


**Changed:**

None

* Cyclus agent libraries will now have the the install directroy and
rpath correctly set to when using the ``install_agent_lib()`` in CMake.
* Updated how fast compiling downloads and searches for files so that
only platform-specific files are grabbed.


**Deprecated:**

* CMake policies CMP0040 and CMP0042 supressed.


**Fixed:**

* Fixed issue with ``cyclus_unit_tests`` not being able to find
the agents library in linking on macOS.
* Fixed SQLite backend bug with Boost v1.66.
* CMake RPATH now correctly uses semicolon delimiters, rather
than colons.
* ``DynamicLoadingTests`` now properly start/stop Python.




v1.5.2
====================

Expand Down
31 changes: 0 additions & 31 deletions news/macbuild.rst

This file was deleted.

0 comments on commit edf059f

Please sign in to comment.