File: CHANGES.301

package info (click to toggle)
dcmtk 3.6.0-12
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,976 kB
  • sloc: cpp: 193,852; ansic: 46,292; sh: 4,020; makefile: 3,969; perl: 3,278; lex: 94
file content (48 lines) | stat: -rw-r--r-- 1,739 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Release 3.0.1

wlistctn package:

- Corrected processing of sequences in query identifiers.  Any and
  every sequence was being treated (and matched) as if it were a
  ScheduledProcedureStepSequence.  e.g. trying to retreive the (unsupported)
  RequestedProcedureCodeSequence was returning attributes of the
  ScheduledProcedureStepSequence.
  Affects: dcmtk/wlistctn/libsrc/wrklstdb.cc

- wlistctn now checks that the called AE Title corresponds to a Worklist
  database directory.  If no such directory exists then the association
  is rejected due to an unknown AE Title.
  Affects: dcmtk/wlistctn/apps/wlistctn.cc

- Added various utility programs used by the Worklist WWW Server.
  New: dcmtk/wlistctn/wwwapps/*
       dcmtk/wlistctn/perl/*

imagectn package:

- Added command line argument (-DD) to imagectn to explicitly disable
  communication with ctndisp and override the configuration file.
  Affects: dcmtk/imagectn/libsrc/imagectn.cc

- Added command line argument (-DD) to ti to explicitly disable
  communication with ctndisp and override the configuration file.
  Affects: dcmtk/imagectn/libsrc/ti.cc

- Modified the definition of a static array of structs which was causing
  problems for some C++ compilers.
  Affects: dcmtk/imagectn/libsrc/dbpriv.h
           dcmtk/imagectn/libsrc/dbutils.cc

ctndisp package:

- The library routines for communicating with the ctndisp program
  now automatically disable communication if ctndisp cannot be detected.
  Affects: dcmtk/ctndisp/libsrc/dispuser.cc

dcmdata package:

- Updated ImplementationVersionName string constant for release 3.0.1
  Affects: dcmtk/dcmdata/include/dcuid.h

- Only trailing padding characters are now stripped from string-like
  value representations.