~ubuntu-branches/ubuntu/jaunty/cups/jaunty-proposed

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Till Kamppeter, Martin Pitt
  • Date: 2009-02-15 18:39:03 UTC
  • mfrom: (6.1.30 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090215183903-i0nhvqyqj4vyn52a
Tags: 1.3.9-13
[ Till Kamppeter ]
* debian/local/filters/pdf-filters/filter/imagetopdf.c: Added support for
  the new "fit-to-page" option (new, more intuitive name for "fitplot").
* debian/filters/pstopdf: Only apply paper size if the "fitplot" or the
  "fit-to-page" option is set.
* debian/local/filters/cpdftocps: Only the last digit of the number of
  copies was used (LP: #309314).
* debian/local/filters/pdf-filters/pdftopdf/pdftopdf.cxx: Do not preceed the
  PDF output with a newline (LP: #303691). Only impose the page size from
  the PPD file to all pages if the "fitplot" or the "fit-to-page" option is 
  set. This prevented from automatic paper tray switching to the correct paper
  sizes when a multiple-page-size document is printed (partial fix for
  LP: #310575).
* debian/patches/pdftops-cups-1.4.dpatch: Updated from CUPS 1.4 SVN. Contains
  fixes for multiple-page-size document printing (partial fix for
  LP: #310575).
* debian/patches/pdftops-dont_fail_on_cancel.dpatch: Removed, should be
  fixed in the new upstream version of pdftops.

[ Martin Pitt ]
* debian/patches/pdftops-cups-1.4.dpatch: Add definition of
  HAVE_PDFTOPS and CUPS_PDFTOPS, so that the filter actually gets
  again built with pdftops support. (Fixes Till's change from above).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CHANGES.txt - 2008-07-21
 
1
CHANGES.txt - 2008-10-09
2
2
------------------------
3
3
 
 
4
CHANGES IN CUPS V1.3.9
 
5
 
 
6
        - SECURITY: The HP-GL/2 filter did not range check pen numbers
 
7
          (STR #2911)
 
8
        - SECURITY: The SGI image file reader did not range check
 
9
          16-bit run lengths (STR #2918)
 
10
        - SECURITY: The text filter did not range check cpi, lpi, or
 
11
          column values (STR #2919)
 
12
        - Documentation updates (STR #2904, STR #2944)
 
13
        - The French web admin page was never updated (STR #2963)
 
14
        - The IPP backend did not retry print jobs when the printer
 
15
          reported itself as busy or unavailable (STR #2951)
 
16
        - The "Set Allowed Users" web interface did not handle trailing
 
17
          whitespace correctly (STR #2956)
 
18
        - The PostScript filter did not work with Adobe applications
 
19
          using custom page sizes (STR #2968)
 
20
        - The Mac OS X USB backend did not work with some printers
 
21
          that reported a bad 1284 device ID.
 
22
        - The scheduler incorrectly resolved the client connection
 
23
          address when HostNameLookups was set to Off (STR #2946)
 
24
        - The IPP backend incorrectly stopped the local queue if
 
25
          the remote server reported the "paused" state.
 
26
        - The cupsGetDests() function did not catch all types of
 
27
          request errors.
 
28
        - The scheduler did not always log "job queued" messages
 
29
          (STR #2943)
 
30
        - The scheduler did not support destination filtering using
 
31
          the printer-location attribute properly (STR #2945)
 
32
        - The scheduler did not send the server-started,
 
33
          server-restarted, or server-stopped events (STR #2927)
 
34
        - The scheduler no longer enforces configuration file
 
35
          permissions on symlinked files (STR #2937)
 
36
        - CUPS now reinitializes the DNS resolver on failures
 
37
          (STR #2920)
 
38
        - The CUPS desktop menu item was broken (STR #2924)
 
39
        - The PPD parser was too strict about missing keyword
 
40
          values in "relaxed" mode.
 
41
        - The PostScript filter incorrectly mirrored landscape
 
42
          documents.
 
43
        - The scheduler did not correctly update the
 
44
          auth-info-required value(s) if the AuthType was Default.
 
45
        - The scheduler required Kerberos authentication for
 
46
          all operations on remote Kerberized printers instead
 
47
          of just for the operations that needed it.
 
48
        - The socket backend could wait indefinitely for back-
 
49
          channel data with some devices.
 
50
        - PJL panel messages were not reset correctly on older
 
51
          printers (STR #2909)
 
52
        - cupsfilter used the wrong default path (STR #2908)
 
53
        - Fixed address matching for "BrowseAddress @IF(name)"
 
54
          (STR #2910)
 
55
        - Fixed compiles on AIX.
 
56
        - Firefox 3 did not work with the CUPS web interface in SSL
 
57
          mode (STR #2892)
 
58
        - Custom options with multiple parameters were not emitted
 
59
          correctly.
 
60
        - Refined the cupstestppd utility.
 
61
        - ppdEmit*() did not support custom JCL options (STR #2889)
 
62
        - The cupstestppd utility incorrectly reported missing
 
63
          "en" base translations (STR #2887)
 
64
 
 
65
 
4
66
CHANGES IN CUPS V1.3.8
5
67
 
6
68
        - Documentation updates (STR #2785, STR #2861, STR #2862)