CHANGES - ESP Ghostscript 7.05.2 - 05/17/2002
---------------------------------------------

CHANGES IN 7.05.2-1

	- Fixed a configure script problem.

CHANGES IN 7.05.2

	- Fixed a problem in the pstoraster wrapper script.
	- Direct CMYK printing now works with the CUPS driver.
	- Didn't add RPM_BUILD_ROOT to install directories for
	  CUPS and manpage files.


CHANGES IN 7.05.1-2

	- Added missing documentation files from the GNU
	  Ghostscript baseline.


CHANGES IN 7.05.1-1

	- Added some missing files from the GNU Ghostscript
	  baseline.


CHANGES IN 7.05.1

	- Updated to GNU Ghostscript 7.05 baseline.


CHANGES IN 6.53.1

	- Updated to GNU Ghostscript 6.53 baseline.
	- Renamed all spec/list files to "ghostscript".
	- Added pstoraster script and pstoraster.convs filter
	  configuration file for CUPS.
	- Now use cups-config for finding existing CUPS
	  installation.
	- No longer use JPEG library compiled into Ghostscript;
	  instead use shared library since there is no practical
	  reason not to.
	- Added additional directories to default font path.
	- Added hpijs 1.0.2 [bero]
	- Added support for CJK printing, based on http://www.gyve.org/gs-cjk/
	  [bero]
	- Drivers additions [bero]:
	  - Samsung GDI printers
	    http://www.linuxprinting.org/download/printing/
	  - Lexmark Z50 printers
	    http://www.powerup.com.au/~pbwest/lexmark/
	  - ALPS MD* printers
	    http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/	0.2a
	  - Lexmark 2050, 3200, 5700 and 7000
	    ftp://bimbo.fjfi.cvut.cz/users/paluch/lexmarkgs/	990908
	  - Epson AcuLaser C2000/C8500, Epson Laser EPL-5800/N2050/N2050+
	  - Epson 740 series (upp)
	  - GSJ (various Japanese printers)
	- Add PARANOIDSAFER option from Red Hat Linux package [bero]
	- Some bugfixes [bero]


CHANGES IN 5.50.1

	- Added configure script.
	- Added Makefile.in (based off unixansi.mak).
	- Added cups.mak and stp.mak for new drivers.
	- Added README, INSTALL, and CHANGES files.
	- Added CUPS pstoraster front-end.
	- Changed use of stdout for messages to stderr.
	- Fixed processing of page device options.
	- Fixed ISO-8859-1 and standard font encoding to use
	  minus instead of hyphen for ASCII "-".
	- Changed luminance constants to ones for sRGB.
	- Fixed some code that didn't initialize variables or
	  allocate memory.
	- Changed use of MediaSize and .MediaSize in favor of
	  PageSize, which is the Adobe standard for the same
	  attribute.
	- Fixed temporary file handling to use TMPDIR and to be
	  safe.
	- Added support for RIP_MAX_CACHE environment variable.
	- Fixed handling of output file when output file ==
	  stdout.
	- Added missing transfer function in gs_init.ps to allow
	  previewing of EPS files from some PC applications like
	  FreeHand.
	- Fixed Level 1 page size commands to use the right
	  dimensions (a0-a3,a5,a6,a10,b0-b5,c0,c1,c6 were all
	  wrong)
	- Fixed bitmap width/height code to account for hardware
	  margins properly.
