Skip to content

Commit

Permalink
Fixed line breaks in CHANGES file.
Browse files Browse the repository at this point in the history
Fixed line breaks since two text lines were too long.
  • Loading branch information
jriesmeier committed Apr 28, 2022
1 parent f9c693c commit a137f1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/CHANGES.367
Expand Up @@ -766,7 +766,8 @@ Release 3.6.7 (Public Minor Release - 2022-04-22)

**** Changes from 2022.01.04 (eichelberg)

- Fixed issue with defragmentTCP() in non-blocking mode on Windows, where the WSAEWOULDBLOCK return code was not properly handled in the past:
- Fixed issue with defragmentTCP() in non-blocking mode on Windows, where the
WSAEWOULDBLOCK return code was not properly handled in the past.
Thanks to DCMTK forum user "wrenashe".
This closes DCMTK issue #1006.
Affects: dcmnet/libsrc/dulfsm.cc
Expand Down Expand Up @@ -1769,7 +1770,9 @@ Release 3.6.7 (Public Minor Release - 2022-04-22)

**** Changes from 2021.07.06 (eichelberg)

- Fixed issue that caused duplicate calls to the DicomImage constructor to fail when a compressed image is loadad and the result of DcmDataset::getCurrentXfer() is passed as the second parameter:
- Fixed issue that caused duplicate calls to the DicomImage constructor to fail
when a compressed image is loadad and the result of
DcmDataset::getCurrentXfer() is passed as the second parameter.
This closes DCMTK issue #984.
Thanks to Daniel Grieger <Daniel.Grieger@ith-icoserve.com> for the bug report.
Affects: dcmdata/include/dcmtk/dcmdata/dcpixel.h
Expand Down

0 comments on commit a137f1a

Please sign in to comment.