# HG changeset patch # User Sebastien Jodogne # Date 1459924907 -7200 # Node ID ed77a9aea3f6390d4ee3e284fdef4bd4a3ee0962 # Parent 1845512f8914e2e5f39b18eae987aff8bd38d98d news diff -r 1845512f8914 -r ed77a9aea3f6 NEWS --- a/NEWS Tue Apr 05 17:18:19 2016 +0200 +++ b/NEWS Wed Apr 06 08:41:47 2016 +0200 @@ -9,11 +9,16 @@ * Huge speedup if decoding the family of JPEG transfer syntaxes * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) * Support decoding of RLE Lossless transfer syntax +* Support of signed 16bpp images in ParsedDicomFile + +Maintenance +----------- + * Fix issue 11 (is_regular_file() fails for FILE_ATTRIBUTE_REPARSE_POINT) +* Fix of Debian bug #818512 ("FTBFS: Please install libdcmtk*-dev") +* Compatibility with CMake >= 3.5.0 +* Possibility to use forthcoming DCMTK 3.6.1 in static builds (instead of 3.6.0) * Upgrade to Boost 1.60.0 for static builds -* Support of signed 16bpp images in ParsedDicomFile -* Fix of Debian bug #818512 ("FTBFS: Please install libdcmtk*-dev") -* Possibility to use forthcoming DCMTK 3.6.1 in static builds (instead of 3.6.0) Version 1.0.0 (2015/12/15)