From a8611a79dde5bfd6e802ace9852cc5cbcd84c211 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Tue, 10 Jul 2012 10:37:57 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c19df24e2..4151f7269 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,23 @@ +Changes in Release 1.2.1 +-------------------------------------------------------------------------------- + + * Use RPATH for linux bundles. No longer requires LD_LIBRARY_PATH to be set for + chemdict_tool and lddt [BZDNG-385] + * "install command line tools" also symlinks lddt, and chemdict_tool [BZDNG-386] + * Fixed broken the_hammer.py example [BZDNG-387] + * MacOS X: Make sure to use python2.6, not python as pyexec [BZDNG-388] + * Fix example directory path for MacOS X bundle [BZDNG-389] + * PDBWriter: Insert newline after END [BZDNG-391] + * Added missing documentation for a few AlignmentHandle methods + * Workaround for naccess which was failing when directory contains dots. + * Fixed superposition dialog for unnamed chains + * Fixed byte-swapping issue for DCD trajectories + * Fixed FFT panel update after switching data in main viewer + * Added missing pdbx_struct_assembly.id export + * lDDT: Updated default angle and bond tolerance parameters from 8 stddev to 12 + stddev. + Changes in Release 1.2 (since 1.1) -------------------------------------------------------------------------------- -- GitLab