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