]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.4svn-r7394.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
839a51c8 1CHANGES.txt - 2008-04-08
ef416fc2 2------------------------
3
2e4ff8af
MS
4CHANGES IN CUPS V1.4b1
5
839a51c8
MS
6 - Added --enable-pap configure option.
7 - The default cupsd.conf file now includes an "authenticated"
8 policy which requires authentication for remote print jobs.
9 - Added support for Czech and Hungarian in PPD files
10 (STR #2735, STR #2736)
11 - The PPD compiler tools now support Mac OS X .strings files
12 for localization (STR #2737)
13 - ppdOpen*() now default the colorspace member to PPD_CS_N
14 when no DefaultColorSpace attribute is present in the PPD
15 file.
50fe7201
MS
16 - The build system has been updated to support separate
17 installation of data, program, header, and library files.
18 - All support libraries are now built as shared libraries
19 by default.
568fa3fa
MS
20 - The scheduler now manages ICC color profiles on Mac OS X.
21 - The network backends (ipp, lpd, socket) now support
22 SNMP-based supply and page count monitoring (STR #1655)
23 - The lppasswd program is no longer installed setuid to
24 root to make the default installation more secure.
5a738aea
MS
25 - Added a new ppdLocalizeMarkerName() function to get
26 the localized version of a marker-names value.
d9bca400
MS
27 - The scheduler now provides the printer-dns-sd-name
28 attribute for printers shared via DNS-SD/Bonjour.
91c84a35
MS
29 - The pdftops filter now executes the Xpdf or poppler
30 pdftops utility to convert PDF files (STR #1471)
080811b1
MS
31 - Bonjour printer registrations now advertise as local or
32 global based on the current access policies for the
33 printer.
34 - cupsGetDests*() and cupsSetDests*() now track the last
35 used printer preference on Mac OS X.
3d052e43 36 - Added a new streaming request API (STR #2261)
a4924f6c
MS
37 - Added a new cupsGetNamedDest() function to the CUPS
38 library for faster printing with lp and lpr (STR #2638)
39 - The scheduler now sets the PAM RHOST value on systems
40 that support it (STR #2637)
41 - The scheduler now sandboxes child processes when
42 possible.
0a682745
MS
43 - The Cancel-Job operation now supports a purge-job
44 attriibute to purge a specified job.
45 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
46 attributes for custom option selections.
2e4ff8af
MS
47 - The web interface now enables/disables the printer
48 sharing (formerly publishing) controls based on the
49 server-is-sharing-printers state (STR #2233)
50 - The scheduler now tracks printer sharing via the
51 server-is-sharing-printers attribute, and manages LPD
52 and SMB sharing as well (STR #2233)
53 - The web interface now allows you to go back to the make/
54 manufacturer page if there is no matching printer driver
55 on the model page (STR #2436)
56 - The printer list now shows the default media, banner, and
57 duplex options as well as the color and duplex capabilities
58 of printers (STR #1175)
59 - The web interface look-n-feel has been updated (STR #2492)
60 - The scheduler now supports a CUPS-Get-Document operation
61 that returns the specified print job document (STR #118)
62 - The cupsfilter utility now supports a "-J jobid" option
63 to filter the document from the specified job.
64 - The scheduler (cupsd) now supports a new option (-t) to
65 do a syntax check of the cupsd.conf file (STR #2003)
66 - Added new cupsGetPPD3() API to allow applications to
67 cache PPDs safely (STR #1473)
68 - Added generic PostScript and PCL printer driver PPDs.
56ab62c6 69