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