From 7a7228bf79abc654e8a07c8af746fd13ce1d2078 Mon Sep 17 00:00:00 2001 From: rivers Date: Sat, 6 Oct 2012 18:24:31 +0000 Subject: [PATCH] Lots of additions for R1-8 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@15361 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 176 ++++++++++++++++++-- 1 file changed, 163 insertions(+), 13 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index a743fc8..f23f42e 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -9,13 +9,47 @@

areaDetector Release Notes

- Release 1-8 (XX-March-2012)

+ Release 1-8 (6-October-2012)
  • Plugins +
  • +
  • NDFileHDF5. +
  • NDFileNexus. @@ -123,6 +236,12 @@ it was crashing with a stack overflow on windows-x64.
  • +
  • NDFileNull. + +
  • NDPluginProcess
  • NDPluginStats +
  • +
  • NDPluginROI +
  • @@ -193,18 +327,27 @@
  • libGraphicsMagic++.a on 64-bit was invoking std::_List_mode_base functions that do not exist in earlier versions of GLIBCXX. GraphicsMagick was rebuilt on an older Linux system (gcc 4.2.1) for 64-bit Linux.
  • -
  • All of the prebuilt 64-bit binaries were recompiled and relinked on an older Linux - system (gcc 4.2.1).
  • -
  • Renamed netCDFSrc/include to netCDFSrc/inc to work around a bug in make 3.82 on - Cygwin.
  • -
  • medm screens +
  • New host architectures, linux-x86-gcc43 and linxux-86_64-gcc42. Most libraries + and binaries for the linux-86 and linux-x86_64 architectures are now built with + gcc 4.6.3 on a 2.6.43 Linux kernel. These binaries will not run on older Linux systems + because of incompatibilities in the GCC and C run-time libraries. Binaries built + on older Linux architectures are now also provided. For 32-bits the architecture + is called linux-x86-gcc43 and is built with gcc 4.3.0 on a 2.6.27 Linux kernel. + For 64-bits the architecture is called linux-x86_64-gcc42 and is built with gcc + 4.2.1 on a 2.6.27 Linux kernel. Users with older Linux systems should be able to + run one of these architectures.
  • +
  • OPI files
  • Miscellaneous @@ -214,6 +357,13 @@ being used only to collect time-series data of the statistics in the NDPluginStats plugin. NDPluginStats has been changed to collect this time-series itself, using only standard waveform records with asyn device support.
  • +
  • Fixes to build on Darwin.
  • +
  • Increased stack size for HDF5 plugin in commonPlugins.cmd to avoid stack overflow + on Windows.
  • +
  • Fixed memory leak in constructor for paramAttribute. Thanks to Jason Abernathy + from the University of Victoria for finding this.
  • +
  • Renamed netCDFSrc/include to netCDFSrc/inc to work around a bug in make 3.82 on + Cygwin.