]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES-1.3.txt
Remove old files.
[thirdparty/cups.git] / CHANGES-1.3.txt
index 3e05bf7dce7cbfe92bb6f0b4592b9963afe39208..d62d2d031fe7b5280776ae6cc6fc1d89f3ea8c94 100644 (file)
@@ -1,9 +1,101 @@
 CHANGES-1.3.txt
 ---------------
 
+CHANGES IN CUPS V1.3.8
+
+       - Documentation updates (STR #2785)
+       - cupsFileTell() did not work for log files opened in append
+         mode (STR #2810)
+       - The scheduler did not set QUERY_STRING all of the time
+         for CGI scripts (STR #2781)
+       - The scheduler now returns an error for bad job-sheets
+         values (STR #2775)
+       - Authenticated remote printing did not work over domain
+         sockets (STR #2750)
+       - The scheduler incorrectly logged errors for print filters
+         when a job was canceled (STR #2806, #2808)
+       - The scheduler not long allows multiple RSS subscriptions
+         with the same URI (STR #2789)
+       - The scheduler now supports Kerberized printing with
+         multiple server names (STR #2783)
+       - "Satisfy any" did not work in IPP policies (STR #2782)
+       - The CUPS imaging library would crash with very large
+         images - more than 16Mx16M pixels (STR #2805)
+       - The PNG image loading code would crash with large images
+         (STR #2790)
+       - The scheduler did not limit the total number of filters.
+       - The scheduler now ensures that the RSS directory has
+         the correct permissions.
+       - The RSS notifier did not quote the feed URL in the RSS
+         file it created (STR #2801)
+       - The web interface allowed the creation and cancellation
+         of RSS subscriptions without a username (STR #2774)
+       - Increased the default MaxCopies value on Mac OS X to
+         9999 to match the limit imposed by the print dialog.
+       - The scheduler did not reject requests with an empty
+         Content-Length field (STR #2787)
+       - The scheduler did not log the current date and time and
+         did not escape special characters in request URIs when
+         logging bad requests to the access_log file (STR #2788)
+
+
+CHANGES IN CUPS V1.3.7
+
+       - CVE-2008-0047: cgiCompileSearch buffer overflow (STR #2729)
+       - CVE-2008-1373: CUPS GIF image filter overflow (STR #2765)
+       - Updated the "make check" tests to do a more thorough
+         automated test.
+       - cups-driverd complained about missing directories (STR
+         #2777)
+       - cupsaddsmb would leave the Samba username and password on
+         disk if no Windows drivers were installed (STR #2779)
+       - The Linux USB backend used 100% CPU when a printer was
+         disconnected (STR #2769)
+       - The sample raster drivers did not properly handle SIGTERM
+         (STR #2770)
+       - The scheduler sent notify_post() messages too often on
+         Mac OS X.
+       - Kerberos access to the web interface did not work
+         (STR #2748)
+       - The scheduler did not support "AuthType Default" in IPP
+         policies (STR #2749)
+       - The scheduler did not support the "HideImplicitMembers"
+         directive as documented (STR #2760)
+       - "make check" didn't return a non-zero exit code on
+         error (STR #2758)
+       - The scheduler incorrectly logged AUTH_foo environment
+         variables in debug mode (STR #2751)
+       - The image filters inverted PBM files (STR #2746)
+       - cupsctl would crash if the scheduler was not running
+         (STR #2741)
+       - The scheduler could crash when printing using a port
+         monitor (STR #2742)
+       - The scheduler would crash if PAM was broken (STR #2734)
+       - The image filters did not work with some CMYK JPEG files
+         produced by Adobe applications (STR #2727)
+       - The Mac OS X USB backend did not work with printers that
+         did not report a make or model.
+       - The job-sheets option was not encoded properly (STR #2715)
+       - The scheduler incorrectly complained about missing LSB
+         PPD directories.
+
+
 CHANGES IN CUPS V1.3.6
 
        - Documentation updates (STR #2646, STR #2647, STR #2649)
+       - Fixed a problem with the web interface "Use Kerberos
+         Authentication" check box (STR #2703)
+       - The scheduler unconditionally overwrote the printer-state-
+         message with "process-name failed" when a filter or backend
+         failed, preventing a useful error message from being shown
+         to the user.
+       - Policies on CUPS-Move-Job didn't work as expected (STR
+         #2699)
+       - The configure script only supported D-BUS on Linux
+         (STR #2702)
+       - The scheduler did not support </LimitExcept> (STR #2701)
+       - The scheduler did not reset the job-hold-until attribute
+         after a job's hold time was reached.
        - The scheduler did not support printer supply attributes
          (STR #1307)
        - The Kerberos credentials provided by some Windows KDCs