Commit b36988e6 by Maarten L. Hekkelman

update changelog

parent 393aefce
...@@ -67,7 +67,7 @@ option(BUILD_DOCUMENTATION "Build the documentation" OFF) ...@@ -67,7 +67,7 @@ option(BUILD_DOCUMENTATION "Build the documentation" OFF)
option(BUILD_FOR_CCP4 "Build a version to be installed in CCP4") option(BUILD_FOR_CCP4 "Build a version to be installed in CCP4")
# Building shared libraries? # Building shared libraries?
if(NOT (BUILD_FOR_CCP4 AND WIN32)) if(NOT(BUILD_FOR_CCP4 AND WIN32))
option(BUILD_SHARED_LIBS "Build a shared library instead of a static one" OFF) option(BUILD_SHARED_LIBS "Build a shared library instead of a static one" OFF)
endif() endif()
...@@ -301,7 +301,7 @@ set(project_sources ...@@ -301,7 +301,7 @@ set(project_sources
${PROJECT_SOURCE_DIR}/src/pdb/pdb2cif_remark_3.cpp ${PROJECT_SOURCE_DIR}/src/pdb/pdb2cif_remark_3.cpp
${PROJECT_SOURCE_DIR}/src/pdb/reconstruct.cpp ${PROJECT_SOURCE_DIR}/src/pdb/reconstruct.cpp
${PROJECT_SOURCE_DIR}/src/pdb/validate-pdbx.cpp ${PROJECT_SOURCE_DIR}/src/pdb/validate-pdbx.cpp
) )
set(project_headers set(project_headers
${PROJECT_SOURCE_DIR}/include/cif++.hpp ${PROJECT_SOURCE_DIR}/include/cif++.hpp
......
...@@ -3,6 +3,7 @@ Version 6.0.1 ...@@ -3,6 +3,7 @@ Version 6.0.1
- Change order of categories inside a datablock to match order in file - Change order of categories inside a datablock to match order in file
- Change default order to write out categories in a file based on - Change default order to write out categories in a file based on
parent/child relationship parent/child relationship
- Added validate_pdbx and recover_pdbx
Version 6.0.0 Version 6.0.0
- Drop the use of CCP4's monomer library for compound information - Drop the use of CCP4's monomer library for compound information
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment