diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 2 |
3 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +CrystFEL version 0.4.2, 2nd October 2012 +---------------------------------------- + +- A data quality regression, introduced between versions 0.3.0 and 0.4.0, was + fixed. +- A speed regression, introduced at the same time as the data quality + regression, was also fixed (approximately a factor of 2 speed increase with + indexamajig). +- Centered unit cells are now handled correctly during unit cell reduction. +- The same colour scale is now used for every panel by hdfsee. +- "get_hkl -w" was fixed. +- A spurious "-p" option was removed from scripts/gen-sfs-ano. +- Option handling across all programs was fixed to prevent confusion. + + CrystFEL version 0.4.1, 29th August 2012 ---------------------------------------- diff --git a/configure.ac b/configure.ac index 4e3fe4a4..ab806d23 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(crystfel, 0.4.1, taw@physics.org) +AC_INIT(crystfel, 0.4.2, taw@physics.org) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index e1da1784..2f42f5e7 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.4.0. + For libcrystfel from CrystFEL 0.4.2. </releaseinfo> <abstract> This is the internal documentation for CrystFEL. Unless you are looking at |