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