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