]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Merge changes from CUPS 1.5rc1-r9833.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2011-06-14
2 ------------------------
3
4 CHANGES IN CUPS V1.5rc1
5
6 - Compile fixes (STR #3849, STR #3850)
7 - The scheduler didn't check for empty values for several configuration
8 directives (STR #3861)
9 - ipptool didn't generate valid XML when a test was skipped.
10 - Added additional error checking to the 1284 device ID code (STR #3858)
11 - Fixed some compatibility issues migrating from the old usblp backend
12 to the libusb backend (STR #3860)
13 - Fixed the wake-from-sleep printing behavior on Mac OS X.
14 - The scheduler incorrectly allowed jobs to be held from a terminating
15 state.
16 - The cups-driverd program could crash when a PPD was renamed.
17 - The dnssd backend took too long to discover printers on large or busy
18 networks with the new default timeout used by lpinfo and the web
19 interface. This resulted in "lost" printers.
20
21
22 CHANGES IN CUPS V1.5b2
23
24 - Documentation updates.
25 - Localization updates (STR #3845)
26 - Compiler warning cleanup.
27 - Fixed PIE support for Linux (STR #3846)
28 - Made httpSetTimeout API public and use it in the IPP backend to avoid
29 timeout errors.
30 - The scheduler incorrectly set the "authenticated" printer-type bit for
31 remote queues using authentication.
32
33
34 CHANGES IN CUPS V1.5b1
35
36 - The CUPS library now supports per-connection HTTP timeouts and
37 callbacks.
38 - The CUPS library now supports (limited) SSL/TLS X.509 certificate
39 validation and revocation (STR #1616)
40 - Updated the PostScript filter to support IncludeFeature in more
41 circumstances (STR #3417)
42 - The schedule did not correctly parse some IPv6 addresses and masks in
43 the cupsd.conf file (STR #3533)
44 - Fixed a case-insensitive string comparison issue for locales that do
45 not treat "I" and "i" as equivalent (STR #3800)
46 - The scheduler reported an incorrect job-printer-uri value when sharing
47 was not enabled (STR #3639)
48 - The scheduler now allows the ServerAlias directive to contain multiple
49 hostnames separated by spaces or commas (STR #3813)
50 - The scheduler now sets the process group for child processes and
51 manages the group (STR #2829)
52 - Fixed some minor issues discovered by a Coverity scan (STR #3838)
53 - The scheduler now more carefully creates and removes configuration,
54 cache, and state files (STR #3715)
55 - The lpadmin command now allows default option values to be deleted
56 (STR #2959)
57 - The lpadmin command now allows the cupsIPPSupplies and
58 cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
59 - Moving a held job no longer releases it (STR #3839)
60 - Restored support for GNU TLS and OpenSSL with threading enabled
61 (STR #3605)
62 - Fixed a confusing error message from cups-polld (STR #3806)
63 - Increased the default RIPCache value to 128MB (STR #3535)
64 - MIME errors are now routed to the error_log file (STR #2410)
65 - Updated PDF filter to support new Ghostscript ps2write device
66 (STR #3766)
67 - Updated PDF filter to support new Poppler option to preserve page
68 sizes in PDF files when the user has not selected a particular media
69 size (STR #3689)
70 - Added new PWG Raster filter for IPP Everywhere printer support.
71 - Added job-uuid, printer-uuid, and subscription-uuid attributes.
72 - Added support for the cupsSingleFile PPD keyword.
73 - Dropped support for the printer-state-history attribute (STR #3654)
74 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
75 drivers to disable IPP supply level reporting.
76 - Added support for a new cupsFilter2 keyword in PPD files to allow for
77 the propagation of the actual MIME media type produced by a filter.
78 - The scheduler did not always get the correct Kerberos username when
79 authenticating (STR #3670)
80 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
81 CUPS imaging library to support printing to IPP Everywhere raster
82 printers.
83 - The scheduler now provides default values for the pages-per-minute and
84 pages-per-minute-color attributes for PPD files that lack a
85 Throughput keyword.
86 - Email notifications did not work on Mac OS X.
87 - The cupstestppd program now shows an error for files missing a
88 CloseGroup keyword (STR #3668)
89 - Name resolution errors no longer cause queues to stop (STR #3719,
90 STR #3753)
91 - Added a new cups-exec helper program that applies security profiles
92 to filters, port monitors, backends, CGI programs, and mini-daemons.
93 - The web interface can now be disabled using the WebInterface directive
94 in cupsd.conf (STR #2625)
95 - The scheduler now provides privacy controls for jobs and subscriptions
96 (STR #2969)
97 - Added new cupsArrayNew3 API which offers memory management of array
98 elements.
99 - Added several new color spaces to the CUPS raster format (STR #3419)
100 - The Validate-Job operation now uses the same policy as Print-Job by
101 default.
102 - CUPS now uses iconv to implement all of its character encoding
103 support (STR #3097)
104 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
105 Close-Job operations along with the job-ids operation attribute from
106 PWG 5100.11.
107 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
108 (<cups/ppd.h>).
109 - The scheduler and CUPS API now support the print-quality job template
110 attribute.
111 - The scheduler no longer supports the old Mac OS X Server quota
112 plugin.
113 - The scheduler now allows writing to /Users/Shared from print filters
114 on Mac OS X.
115 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
116 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
117 were introduced in CUPS 1.2 must now be used.
118 - The ipptest tool is now a first-class user program and has several
119 improvements along with new documentation (STR #3484)
120 - The cupstestppd tool now warns about non-unique filenames and
121 provides a way to ignore all filename warnings.
122 - Dropped support for the recoverable: and recovered: message prefixes.
123 - The scheduler now requires that filters and backends have group write
124 permissions disabled.
125 - The PPD compiler now checks for overlapping filenames when writing
126 PPD files.
127 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
128 - The SCSI backend is no longer included with CUPS (STR #3500)