File: CHANGES.310

package info (click to toggle)
dcmtk 3.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 54,900 kB
  • sloc: cpp: 274,805; ansic: 47,345; makefile: 5,313; sh: 4,250; perl: 277; xml: 182; lex: 103
file content (28 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Release 3.1.0 (Public Release - 1996.09.01)

dcmdata package:

- Corrected bug whereby the search stack would be invalid if nothing
  was found.  Added capability to print the contents of a dataset to
  any stream (was previously only stderr).  The dcmdump now accepts
  additional parameters to test the new print capabilities.
  Affects: dcmdata/...

dcmnet package:

- Added automatic tests in the DIMSE level network code to check
  that a data dictionary is loaded.  Calls to DIMSE routines will
  now fail if no data dictionary is loaded.  Previously, the lack of
  a loaded data dictionary would cause obscure errors.
  Affects: dcmnet/libsrc/dimse.cc

- When requesting an association, added check that presentation
  contexts have been defined.
  Affects: dcmnet/libsrc/assoc.h

wlistctn package:

- Added example worklist database (directory wlistdb)

- Optimized perl script to only call sub-programs if necessary.
  Affects: wlistctn/perl/worklist.pl