]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.6.txt
Fix EPM packaging file (STR #4199)
[thirdparty/cups.git] / CHANGES-1.6.txt
CommitLineData
4fb198c8 1CHANGES-1.6.txt
2---------------
3
77d791b6 4CHANGES IN CUPS V1.6.2
5
5d814264 6 - Documentation fixes
00f1b669 7 - Fixed EPM packaging files (STR #4199)
253b73b8 8 - OpenBSD build fix (STR #4195, STR #4196, STR #4197)
530a4a4e 9 - The scheduler could crash when using Avahi (STR #4183, STR #4192)
84a03f93 10 - The IPP backend could get stuck in an endless loop on certain network
11 errors (STR #4194)
fe6f459c 12 - 32-bit builds failed on Debian (STR #4133)
84cd2123 13 - The scheduler no longer accepts or sends job description attributes.
a2387f4f 14 - The IPP backend now works around some conformance issues for broken
15 printers (STR #4190)
1ee6a062 16 - cupsBackendReport() now filters out all control characters from the
17 reported 1284 device IDs (STR #4124)
da535dea 18 - The scheduler no longer allows job-name values that are not valid
19 network Unicode strings (STR #4072)
cb213a88 20 - The web interface did not preserve the order of classes, jobs, or
21 printers (STR #4170)
bd08ee89 22 - The network backends now support disabling of SNMP supply level
23 queries via the "snmp" URI option (STR #4106)
675dc7f3 24 - The IPP backend did not specify the compression used (STR #4181)
c35923cf 25 - ipptool did not support octetString values.
4e178f2a 26 - The scheduler did not recognize dnssd: or ipps: URIs as Bonjour shared
11f69246 27 queues (STR #4158)
4e178f2a 28 - Applications could not get the PPD file for statically-configured
29 Bonjour-shared print queues (STR #4159)
11f69246 30 - The cupsd.conf file included obsolete browsing directives (STR #4157)
8fa16503 31 - Fixed a USB backend compatibility issue on systems using libusb
a90b57c7 32 (STR #4155, STR #4191)
a3e03052 33 - Some Bonjour features were not available on systems with Avahi
34 (STR #4156)
dd9a0317 35 - CUPS now includes the port number in the Host: header for HTTP
36 requests.
77d791b6 37 - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
38 out.
39
40
4fb198c8 41CHANGES IN CUPS V1.6.1
42
43 - Documentation fix (STR #4149)
44 - RPM packaging fixes (STR #4129, #4145)
45 - The Japanese and English web interface headers were swapped
46 (STR #4148)
47
48
49CHANGES IN CUPS V1.6.0
50
51 - Document changes (STR #4131)
52 - Added new Catalan (STR #4107) and Spanish (STR #4137) localizations.
53
54
55CHANGES IN CUPS V1.6rc1
56
57 - Added a new Japanese localization (STR #4122)
58 - The SNMP backend no longer exits if it is unable to obtain an IPv6
59 socket (STR #4109)
60 - The LPD backend incorrectly used "localhost" in the control file
61 instead of the current hostname.
62
63
64CHANGES IN CUPS V1.6b1
65
66 - Documentation updates (STR #3927, STR #3980, STR #4010, STR #4068)
67 - The scheduler now consolidates all PPD updates from filters at the
68 end of the job (STR #4075)
69 - CUPS now supports color management using colord (STR #3808)
70 - CUPS now supports Bonjour using Avahi (STR #3066)
71 - The PreserveJobFiles and PreserveJobHistory directives now support
72 specification of a time interval (STR #3143)
73 - PPD files can now be archived in (gzip'd) tar files to further reduce
74 the disk space used by PPD files (STR #3772)
75 - The network backends now deal with printers that report their levels
76 in percent but do not specify a maximum capacity of 100 (STR #3551)
77 - The network backends now report full/almost-full waste bins in
78 printers along with end-of-life for cleaning pads (STR #4017)
79 - Added a configure option to set the permissions of the installed
80 cupsd (STR #3459)
81 - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates
82 (STR #3949)
83 - CUPS now supports a User directive in client.conf and the CUPS_USER
84 environment variable for overriding the default username (STR #3114)
85 - Now set the PJL USERNAME variable as needed (STR #3100)
86 - Added support for usernames and passwords longer than 32 characters
87 (STR #2856)
88 - Added a new MaxHoldTime directive to automatically cancel jobs that
89 have been held indefinitely after a specific number of seconds
90 (STR #2291)
91 - The LPD backend now uses the originating host name when it is not the
92 local system (STR #2053)
93 - CUPS now prefers the suffix "dpcm" when reporting resolution in dots-
94 per-centimeter (STR #4006)
95 - The configure script and build system no longer support building of
96 separate 32-bit and 64-bit libraries.
97 - The "brightness", "columns", "fitplot", "gamma", "hue",
98 "natural-scaling", "penwidth", "position", "ppi", "saturation", and
99 "scaling" options are not longer supported (STR #4010)
100 - The "page-bottom", "page-left", "page-right", "page-top",
101 "prettyprint", and "wrap" options have been deprecated (STR #4010)
102 - The scheduler now reports the standard "number-of-documents" attribute
103 instead of the CUPS-specific "document-count" attribute in
104 job objects.
105 - Added new destination connection and enumeration functions (STR #3924)
106 - Added new option, localization, and job submission functions that do
107 not depend on PPD files (STR #3925)
108 - Added a new MaxJobTime directive for cupsd that specifies the maximum
109 amount of time allowed for a job to complete before it is canceled.
110 - The default password callback now supports passwords up to 127
111 characters.
112 - The scheduler now supports a DefaultAuthType of "auto" to
113 automatically choose between Basic (username/password) and Negotiate
114 (Kerberos) authentication.
115 - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in
116 length.
117 - CUPS no longer supports automatic remote printers or implicit classes
118 via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923)
119 - The PPD APIs are now deprecated and will be removed in a future
120 version of CUPS (STR #3927)
121 - The default IPP version for requests is now 2.0 (STR #3929)
122 - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures
123 and instead provide accessor functions (STR #3928)
124 - The scheduler will no longer run programs with group write permission.
125 - The PHP module has been removed (STR #3932)
126 - The bannertops, commandtoescpx, commandtopclx, imagetops,
127 imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops
128 filters have been removed (STR #3930)
129 - The serial and parallel backends have been removed (STR 3935)