summaryrefslogtreecommitdiff
path: root/gs/doc/News.htm
blob: 90adb756afc355cfe7f02b35b8316da317cee19f (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Recent changes in Ghostscript</title>
<!-- $Id$ -->
<!-- Originally: NEWS -->
<!--
	WARNING: do not use Pete Kaiser's emacs function "gs-toc" alone to
	re-create the table of contents here, because it will replace the
	hand-edited TOC subheads with a separate subhead for each H2 in
	the body of the file.  Or if you do, first look at the original
	TOC to see how to edit it for visual conciseness.
-->
<link rel="stylesheet" type="text/css" href="gs.css">
</head>

<body>
<!-- [1.0 begin visible header] ============================================ -->

<!-- [1.1 begin headline] ================================================== -->

<h1>Changes in the most recent release of Ghostscript</h1>

<!-- [1.1 end headline] ==================================================== -->

<!-- [1.2 begin table of contents] ========================================= -->

<!-- [1.2 end table of contents] =========================================== -->

<!-- [1.3 begin hint] ====================================================== -->

<p>
This document is news about the most recent Ghostscript release.  For
earlier versions, see the history documents:

<blockquote>
<a href="History7.htm">History of Ghostscript versions 7.n</a><br>
<a href="History6.htm">History of Ghostscript versions 6.n</a><br>
<a href="History5.htm">History of Ghostscript versions 5.n</a><br>
<a href="History4.htm">History of Ghostscript versions 4.n</a><br>
<a href="History3.htm">History of Ghostscript versions 3.n</a><br>
<a href="History2.htm">History of Ghostscript versions 2.n</a><br>
<a href="History1.htm">History of Ghostscript versions 1.n</a>
</blockquote>

<p>For other information, see the <a href="Readme.htm">Ghostscript
overview</a>.

<!-- [1.3 end hint] ======================================================== -->

<hr>

<!-- [1.0 end visible header] ============================================== -->

<!-- [2.0 begin contents] ================================================== -->

<h3><a name="Version7.30"></a>Version 7.30 (2002-09-07)</h3>

<p>
This is an alpha testing release of the new DeviceN
implementation. In addition, there have been numerous bug fixes and
further cleanup in the pdfwrite device.

<p>
Unfortunately, documentation for the DeviceN changes was not available
in time for this release.

<p>
The following SourceForge bug numbers were open at the time of the last release:
405342,
407342,
414947,
414985,
423838,
434277,
446344,
446672,
458261,
458775,
458780,
459647,
465720,
465936,
468762,
484752,
484753,
485510,
487953,
493348,
495319,
505429,
508081,
509646,
510808,
513905,
517349,
526099,
526491,
528647,
530011,
530588,
533467,
535366,
535752,
535836,
538033,
538428,
542848,
543185,
546823,
552989,
554076,
557177,
558151,
558435,
560508,
562103,
563287,
567421,
567487,
567487,
567604,
567773,
569573,
570772,
572119,
573744,
576591,
578838,
578865,
580029,
582471,
583413,
584990,
590979,
591768,
592160,
592164,
592833,
592837,
592841,
592925,
592930,
594291,
594582,
595375,
595378,
595760,
596009,
596228,
596284,
596394,
598014,
598746,
600281,
600288,
600855,
601255,
601336,
601694,
601704,
602016,
602739,
602995,
603003,
603157,
603577,
603689,
603934,
604884
604886,
605200,
605830.

<p>
In addition, a significant number of regressions remain. See the <a
href="http://www.ghostscript.com/pipermail/gs-regression/2002-September/thread.html">archives</>
of the regression report for more details.

<h3><a name="7.30_Incompatible_changes"></a>Incompatible changes</h3>

<p>
A number of DeviceN changes can cause incompatibility. They are
summarized below.

<pre>
* gx_color_index may now be 32 or 64 bits, determined at compile time.

* The gx_device_color_info field has been updated to include
  significantly more information about the encoding from colors in the
  process color model to gx_color_index colors. New fields include:
  polarity, gray_index, separable_and_linear, comp_shift, and comp_bits.
  Devices are strongly encouraged to set these new fields correctly.
  See gxdevcli.h for more information.

* Some existing device procedures for color mapping have changed.
  map_rgb_color now takes a cv[] array rather than separate red, green,
  and blue scalar color values, and similarly for map_cmyk_color.

* New device procedures: get_color_mapping_procs, get_color_comp_index,
  encode_color, decode_color. These device procedures are required for
  devices defining additional colorant planes, and may be desirable for
  finer control over color mapping. See gxdevcli.h and gxcmap.c for
  more information.
</pre>

<!-- [2.0 end contents] ==================================================== -->

<!-- [3.0 begin visible trailer] =========================================== -->
<hr>

<p>
Copyright &copy; 2002 artofcode LLC.  All rights
reserved.

<p>
This software is provided AS-IS with no warranty, either express or
implied.

This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license contained in the file LICENSE in this distribution.

For more information about licensing, please refer to
http://www.ghostscript.com/licensing/. For information on
commercial licensing, go to http://www.artifex.com/licensing/ or
contact Artifex Software, Inc., 101 Lucas Valley Road #110,
San Rafael, CA  94903, U.S.A., +1(415)492-9861.

<p>
<small>Ghostscript version 7.30, 7 September 2002

<!-- [3.0 end visible trailer] ============================================= -->

</body>
</html>