~ubuntu-branches/ubuntu/lucid/python-cups/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2008-07-31 12:47:13 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20080731124713-t3nfxx1y5f2itg36
Tags: 1.9.41-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-07-14  Tim Waugh  <twaugh@redhat.com>
 
2
 
 
3
        * Makefile: Version 1.9.41.
 
4
 
 
5
2008-07-14  Tim Waugh  <twaugh@redhat.com>
 
6
 
 
7
        * cupsconnection.c (Connection_putFile): Allow destination to be a
 
8
        file descriptor or a Python file object, and call cupsPutFd() in
 
9
        those cases.
 
10
 
 
11
2008-07-09  Tim Waugh  <twaugh@redhat.com>
 
12
 
 
13
        * cupsconnection.c (Connection_getPrinterAttributes): Fixed
 
14
        requested_attributes parameter.
 
15
 
 
16
2008-06-20  Tim Waugh  <twaugh@redhat.com>
 
17
 
 
18
        * Makefile: Version 1.9.40.
 
19
 
 
20
2008-06-20  Tim Waugh  <twaugh@redhat.com>
 
21
 
 
22
        * cupsppd.c (Attribute_repr): New method.
 
23
        (cups_AttributeType): Set repr function.
 
24
 
 
25
        * cupsppd.c (Group_repr): New method.
 
26
        (cups_GroupType): Set repr function.
 
27
 
 
28
        * cupsppd.c (Option_repr): New method.
 
29
        (cups_OptionType): Set repr function.
 
30
 
 
31
        * cupsconnection.c (Dest_repr): New method.
 
32
        (cups_DestType): Set repr function.
 
33
 
 
34
        * cupsconnection.c (Connection): New structure member, host.
 
35
        (Connection_init): Store connected host name.
 
36
        (Connection_dealloc): Free it.
 
37
        (Connection_repr): New method.  Include host name in repr string.
 
38
        (cups_ConnectionType): Set repr function.
 
39
 
 
40
        * cupsconnection.c (Connection_init): New optional arguments host,
 
41
        port, and encryption.
 
42
 
 
43
2008-06-17  Tim Waugh  <twaugh@redhat.com>
 
44
 
 
45
        * cupsconnection.c (Connection_getPrinterAttributes): Enum-type
 
46
        attributes may be lists.
 
47
 
 
48
2008-05-30  Tim Waugh  <twaugh@redhat.com>
 
49
 
 
50
        * cupsconnection.c (Connection_getPrinterAttributes): New
 
51
        optional requested_attributes argument.
 
52
 
1
53
2008-05-29  Tim Waugh  <twaugh@redhat.com>
2
54
 
3
55
        * configure.in: Version 1.9.39.