]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-2.0.txt
Stop reporting waste-receptacle-xxx from SNMP, because vendors implement it
[thirdparty/cups.git] / CHANGES-2.0.txt
1 CHANGES-2.0.txt
2 ---------------
3
4 CHANGES IN CUPS V2.0.1
5
6 - Security: SSLv3 is now disabled by default to protect against the
7 POODLE attack (STR #4476)
8 - Printer sharing did not work when systemd was being used (STR #4497)
9 - cupsGetPPD* would return a symlink to the PPD in /etc/cups/ppd even if
10 it was not readable by the user (STR #4500)
11 - The web interface now protects against frame "click-jacking" attacks
12 (STR #4492)
13 - Fixed a crash in ippAttributeString (<rdar://problem/17903871>)
14 - Fixed a crash in the scheduler on Linux/*BSD if colord was not running
15 (STR #4496)
16 - Added systemd support for cups-lpd (STR #4493)
17 - The scheduler did not honor the FatalErrors directive for mis-
18 configured Group and SystemGroup values (STR #4495)
19 - The network backends no longer report waste-receptacle conditions when
20 using SNMP (STR #4499)
21 - RPMs did not build (STR #4490)
22
23
24 CHANGES IN CUPS V2.0.0
25
26 - The scheduler did not preserve listener sockets from launchd or
27 systemd after a restart (<rdar://problem/18112848>)
28 - Added some USB quirk rules for the libusb-based USB backend
29 (STR #4482)
30 - Spanish localization update (STR #4487)
31 - Updated documentation for 2.0.0 release.
32
33
34 CHANGES IN CUPS V2.0rc1
35
36 - Documentation updates (STR #4464)
37 - The scheduler now monitors the AC power status on OS X, allowing for
38 "sleep printing" when sharing printers (<rdar://problem/17325852>)
39 - The scheduler incorrectly called launch_activate_socket multiple times
40 on OS X (<rdar://problem/17523218>)
41 - The ippserver test program now passes the IPP Everywhere self-
42 certification tests (STR #4101)
43 - Relaxed the new OS X filter sandbox slightly (STR #4471,
44 <rdar://problem/17483959>)
45 - Dropped the old Epson Stylus Color/Photo sample drivers since they
46 don't work with any current printers and there are free alternatives
47 that produce much better output (<rdar://problem/18036889>)
48 - Log and configuration files that are not world-readable are again
49 accessible via the web interface (STR #4461)
50 - PPD files are now created using the permissions specified by the
51 ConfigFilePerm directive.
52 - Fixed RPM build issues (STR #4459)
53 - Fixed the spinner image and restart page when reconfiguring the
54 scheduler through the web interface (STR #4475)
55
56
57 CHANGES IN CUPS V2.0b1
58
59 - Added a "--list-filters" option to the cupsfilter command (STR #4325)
60 - Added systemd support (STR #3917)
61 - Added support for re-sending a job as a raster file if a higher-level
62 format such as PDF fails (<rdar://problem/15583721>)
63 - Added support for regular expression matching in the MIME type rules
64 (<rdar://problem/11131245>)
65 - Added support for TLS certificate validation and policy enforcement
66 (STR #1616)
67 - Added support for simultaneous XML and test output from ipptool.
68 - Added support for PAUSE directive in ipptool test files.
69 - Added support for auto-typing of TIFF files by ipptool (STR #4418)
70 - The scheduler now returns completed jobs in the correct newest-to-
71 oldest order (STR #4396)
72 - The configure script now supports target-specific tools for pkg-config
73 and others (STR #4423)
74 - The ipptool program now supports EXPECT statements for collection
75 member attributes (<rdar://problem/15355218>)
76 - The ipptool program now supports collection attributes with multiple
77 values (<rdar://problem/15355124>)
78 - The sample drivers now include all of the installed localizations by
79 default (<rdar://problem/14756625>)
80 - Adopted Linux man page conventions and updated all man pages
81 (STR #4372, STR #4329)
82 - The scheduler now supports the "first-index" operation attribute for
83 the Get-Jobs operation (STR #2913)
84 - Changed the default AccessLogLevel and PageLogFormat to disable the
85 access_log and page_log files by default (<rdar://problem/16495000>)
86 - cupsRasterInterpretPPD now supports the Orientation header in order to
87 support long-edge feed raster printers (<rdar://problem/15837926>)
88 - The scheduler now allows run-as-root backends to have group read and
89 execute permissions (STR #2935)
90 - The ippFindAttribute and ippFindNextAttribute functions now support
91 hierarchical searches (STR #4395)
92 - Dropped OpenSSL support in favor of GNU TLS.
93 - Dropped "dark wake" support on OS X, which was preventing portables
94 from going to sleep when there was a stuck job. We now use a variation
95 of the CUPS 1.4 sleep support to do a cleaner sleep
96 (<rdar://problem/14323704>)
97 - Dropped support for AIX, HP-UX, and OSF/1 (aka Digital UNIX)
98 - Dropped lppasswd and support for Digest authentication in in the
99 scheduler (STR #4321)
100 - The cupsGetClasses, cupsGetPrinters, and cupsTempFile functions are no
101 longer supported.
102 - The scheduler now caches more job history data and limits the number
103 of completed jobs returned by Get-Jobs as needed in order to prevent a
104 denial-of-service on busy servers (STR #2913)
105 - The filter/backend sandbox on OS X now defaults to a more strict
106 whitelist (<rdar://problem/15939788>)
107 - Increased the default idle exit timeout to 60 seconds on OS X
108 (<rdar://problem/16041820>)
109 - Printer classes were not accessible on OS X
110 (<rdar://problem/16385643>)
111 - The scheduler now uses </DefaultPrinter> to close the default printer
112 definition in printers.conf (STR #4153)
113 - Canceling all jobs in the web interface now just cancels the jobs
114 (STR #1914)