~ubuntu-branches/ubuntu/oneiric/python-cups/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-07-21 15:12:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100721151256-m6qqggm81hs8kxkw
Tags: 1.9.51-0ubuntu2
* debian/patches/ppd-list-extract-also-arrays.patch: When polling a list of
  available PPDs/drivers from CUPS also read out data arrays from the IPP
  reply and not only the first values. Especially the info of all "*Product:"
  lines and of all supported languages of PPDs get available this way. To
  keep backwards-compatibility, the full arrays are in new fields in the
  output dictionaries, named as the old fields suffixed by "-all", like
  "ppd-product-all".
* debian/rules: Added patch support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-cups (1.9.51-0ubuntu2) maverick; urgency=low
 
2
 
 
3
  * debian/patches/ppd-list-extract-also-arrays.patch: When polling a list of
 
4
    available PPDs/drivers from CUPS also read out data arrays from the IPP
 
5
    reply and not only the first values. Especially the info of all "*Product:"
 
6
    lines and of all supported languages of PPDs get available this way. To
 
7
    keep backwards-compatibility, the full arrays are in new fields in the
 
8
    output dictionaries, named as the old fields suffixed by "-all", like
 
9
    "ppd-product-all".
 
10
  * debian/rules: Added patch support.
 
11
 
 
12
 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 21 Jul 2010 15:12:56 +0200
 
13
 
1
14
python-cups (1.9.51-0ubuntu1) maverick; urgency=low
2
15
 
3
16
  * New upstream release