]>
git.ipfire.org Git - thirdparty/cups.git/log
mike [Thu, 8 Nov 2012 17:24:13 +0000 (17:24 +0000)]
Actually map print-color-mode to output-mode.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10685
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 8 Nov 2012 17:19:22 +0000 (17:19 +0000)]
Save work: now using httpAcceptConnection, httpReadRequest, and httpWriteResponse.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10684
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 8 Nov 2012 17:18:46 +0000 (17:18 +0000)]
Use print-color-mode or output-mode (deprecated) as needed.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10683
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 7 Nov 2012 21:19:02 +0000 (21:19 +0000)]
Only resolve IPP USB printers locally.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10682
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 7 Nov 2012 14:31:27 +0000 (14:31 +0000)]
Save work on ippserver.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10681
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 6 Nov 2012 18:40:17 +0000 (18:40 +0000)]
Use _CUPS_NO_DEPRECATED instead of CUPS_NO_DEPRECATED.
Allow programs to define _IPP_PRIVATE_STRUCTURES to 0 to disable the private
structures.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10680
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 6 Nov 2012 16:33:50 +0000 (16:33 +0000)]
Eliminate warning from unused vars...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10679
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 6 Nov 2012 13:03:57 +0000 (13:03 +0000)]
Don't wait for 5 seconds.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10678
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 6 Nov 2012 12:57:31 +0000 (12:57 +0000)]
Fix check for ippusb:
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10677
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 2 Nov 2012 14:20:27 +0000 (14:20 +0000)]
Implement httpReadRequest and httpWriteResponse.
Add ippAddStringf/fv.
Fix Upgrade: headers from scheduler.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10676
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 2 Nov 2012 13:33:19 +0000 (13:33 +0000)]
Fix EXPECT WITH-VALUE with quoted strings.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10675
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 2 Nov 2012 12:16:24 +0000 (12:16 +0000)]
Fix error reporting.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10674
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 1 Nov 2012 00:57:55 +0000 (00:57 +0000)]
Support gzip/deflate on HTTP connections.
Add httpConnect2, httpAddrCopyList, and several other new (stub, for now) APIs
to better support network connections and server implementations on top of
public API.
Update _httpCreate to support client/server mode and blocking behavior.
Deprecate httpConnect, httpConnectEncrypt, and httpReconnect.
Promote _httpAddrPort and _httpPeek to public API.
Add HTTP_FIELD_ACCEPT_ENCODING, HTTP_FIELD_ALLOW, and HTTP_FIELD_SERVER fields.
Add HTTP_STATE_ERROR and HTTP_STATE_UNKNOWN http_t states.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10672
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 29 Oct 2012 16:39:01 +0000 (16:39 +0000)]
Don't retry Send-Document when printing from stdin, reprocess the whole job.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10671
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 29 Oct 2012 16:15:58 +0000 (16:15 +0000)]
Don't limit octetString values to 1023 octets internally, just in the test tool.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10670
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 29 Oct 2012 15:56:43 +0000 (15:56 +0000)]
Only ignore server-error-internal-error 5 times.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10669
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 29 Oct 2012 15:51:29 +0000 (15:51 +0000)]
Don't abort monitoring on an internal error error...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10668
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 29 Oct 2012 11:39:59 +0000 (11:39 +0000)]
Allow ipptool to add octetString's to collections, too.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10667
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 25 Oct 2012 14:26:47 +0000 (14:26 +0000)]
Support "\," to prevent sending attributes with multiple values.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10666
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 25 Oct 2012 13:38:28 +0000 (13:38 +0000)]
Add logging of the requests we send...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10665
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 25 Oct 2012 11:55:41 +0000 (11:55 +0000)]
Also need to pass job-password-encryption...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10664
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 24 Oct 2012 15:19:42 +0000 (15:19 +0000)]
Track the operations each attribute/option goes in, and then make sure we send
operation attributes in CreateJob and SendDocument calls.
Also include a new private API for checking the options array.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10663
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 23 Oct 2012 18:45:08 +0000 (18:45 +0000)]
Add some more tests just for completeness.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10660
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 23 Oct 2012 18:28:49 +0000 (18:28 +0000)]
Fix _cupsArrayAdd/NewStrings implementation with spaces. Also add unit test
for these functions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10659
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 22 Oct 2012 17:21:20 +0000 (17:21 +0000)]
Add new 5101.1 media size names.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10658
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 22 Oct 2012 15:21:56 +0000 (15:21 +0000)]
Advertise correct TLS versions in Upgrade header.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10657
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 22 Oct 2012 15:10:50 +0000 (15:10 +0000)]
Clean up messages from the IPP backend - too much information about IPP
versions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10656
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 22 Oct 2012 00:27:38 +0000 (00:27 +0000)]
Eliminate compiler warnings.
Get Xcode project building again.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10655
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 19 Oct 2012 18:22:18 +0000 (18:22 +0000)]
Don't cancel a job after pausing the print queue.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10654
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 19 Oct 2012 18:20:33 +0000 (18:20 +0000)]
Use /printers/foo for the resource instead of /.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10653
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 19 Oct 2012 17:44:02 +0000 (17:44 +0000)]
Remove Unicode char from header.
Don't error out on empty print files.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10652
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 17 Oct 2012 16:24:31 +0000 (16:24 +0000)]
Fix another Avahi-caused crash (STR #4213)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10649
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 17 Oct 2012 15:53:50 +0000 (15:53 +0000)]
USB is both usb: and ippusb: now...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10648
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 16 Oct 2012 00:47:35 +0000 (00:47 +0000)]
Final bits of changes to support paid printing, release printing, etc.
(STR #4169)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10647
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 15 Oct 2012 22:41:12 +0000 (22:41 +0000)]
Next part of paid printing support - job-authorization-uri support, report
printer-charge-info-uri when cupsChargeInfoURI is present in the PPD, add
CUPS extensions for finishings punch values.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10646
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 15 Oct 2012 21:58:11 +0000 (21:58 +0000)]
Add status codes for paid printing.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10645
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 15 Oct 2012 21:11:29 +0000 (21:11 +0000)]
Update USB backend to use new API.
Fix indentation in cupstestppd.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10644
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 9 Oct 2012 03:01:31 +0000 (03:01 +0000)]
Work around broken 1284 device IDs that use a newline instead of a semicolon.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10642
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 3 Oct 2012 14:17:04 +0000 (14:17 +0000)]
Fix another spot where Avahi crashes cupsd because it does not handle NULL
values returned by its own APIs (STR #4200)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10640
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 2 Oct 2012 16:30:35 +0000 (16:30 +0000)]
The IPP backend did not send a cancel request to printers when a job was
canceled and the printer did not support Create-Job.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10638
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 13:24:08 +0000 (13:24 +0000)]
Fix EPM packaging file (STR #4199)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10636
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 12:35:07 +0000 (12:35 +0000)]
Don't use userland pthread hack on newer versions of OpenBSD (STR #4197)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10634
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 04:08:38 +0000 (04:08 +0000)]
Changelog.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10633
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 04:07:51 +0000 (04:07 +0000)]
Drop support for IRIX (STR #4092)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10632
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 03:54:34 +0000 (03:54 +0000)]
Fix PPD compiler support for JCL options (STR #4115)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10631
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 03:49:06 +0000 (03:49 +0000)]
The web interface now checks whether the web browser has cookies enabled and
displays a suitable error message (STR #4141)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10630
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:46:30 +0000 (02:46 +0000)]
Fix build on OpenBSD (STR #4196)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10628
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:43:31 +0000 (02:43 +0000)]
Fix builds on OpenBSD (STR #4195)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10627
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:35:15 +0000 (02:35 +0000)]
More "quirks" for libusb-based USB backend (STR #4191)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10626
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:27:49 +0000 (02:27 +0000)]
Fix crash on shutdown caused by broken Avahi config (STR #4192)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10625
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:19:09 +0000 (02:19 +0000)]
Prevent crash due to NULL host name or FQDN from Avahi (STR #4183)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10624
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 02:10:26 +0000 (02:10 +0000)]
The IPP backend could get stuck in an endless loop on certain network errors
(STR #4194)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10623
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 01:55:06 +0000 (01:55 +0000)]
Check whether we are building on 32-bit Debian (STR #4133)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10621
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Mon, 1 Oct 2012 01:10:34 +0000 (01:10 +0000)]
Fix "make check" on Linux, also fix version number in generated HTML output.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10619
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 28 Sep 2012 19:51:06 +0000 (19:51 +0000)]
Abort the outer loop if we get a failure from Send-Document.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10617
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 27 Sep 2012 03:33:42 +0000 (03:33 +0000)]
Don't crash on PPD files with no size information.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10616
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 26 Sep 2012 03:43:44 +0000 (03:43 +0000)]
Add some range checking for string values to avoid passing around name values
that are too large, among other things...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10615
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 26 Sep 2012 02:02:16 +0000 (02:02 +0000)]
The scheduler no longer accepts or sends job description attributes.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10614
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 21 Sep 2012 14:38:32 +0000 (14:38 +0000)]
Work around some broken IPP printers (STR #4190)
Also catch late authentication issues so the backend doesn't just spin on a
print request that will never succeed.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10612
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 18 Sep 2012 00:59:48 +0000 (00:59 +0000)]
Support new auth-info-default attribute to track default username for HTTP
authentication.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10611
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sun, 16 Sep 2012 23:16:32 +0000 (23:16 +0000)]
One more fix for STR #4072 - wasn't skipping extra data bytes.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10609
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 19:41:03 +0000 (19:41 +0000)]
Filter out all control characters from the 1284 device ID (STR #4124)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10607
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 19:12:30 +0000 (19:12 +0000)]
The scheduler no longer allows job-name values that are not valid network
Unicode strings (STR #4072)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10606
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 18:47:19 +0000 (18:47 +0000)]
The web interface did not preserve the order of classes, jobs, or printers
(STR #4170)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10605
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 18:34:03 +0000 (18:34 +0000)]
Add "snmp" option to network backends and don't use SNMP for Bonjour shared CUPS
queues (STR #4106)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10604
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 14:11:10 +0000 (14:11 +0000)]
The IPP backend did not specify the compression used (STR #4181)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10603
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Sat, 15 Sep 2012 14:06:05 +0000 (14:06 +0000)]
Also add support for sending octetString values.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10602
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 14 Sep 2012 17:38:33 +0000 (17:38 +0000)]
Fix reporting of octetString values.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10600
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 14 Sep 2012 00:56:16 +0000 (00:56 +0000)]
Some more cleanup for Clang, although we still haven't eliminated the last
warning (Clang bug).
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10598
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 13 Sep 2012 19:01:23 +0000 (19:01 +0000)]
Fix some issues reported by Clang.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10597
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 7 Sep 2012 02:49:46 +0000 (02:49 +0000)]
Stop using strcpy.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10596
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 7 Sep 2012 02:48:59 +0000 (02:48 +0000)]
Fix marker-types to use valid keyword strings (no uppercase).
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10595
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 5 Sep 2012 03:04:03 +0000 (03:04 +0000)]
Start adding some testing stuff for PIN/server printing.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10594
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 5 Sep 2012 02:24:34 +0000 (02:24 +0000)]
Remove bug URLs.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10593
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 4 Sep 2012 23:31:59 +0000 (23:31 +0000)]
Eliminate clang warning.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10592
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 4 Sep 2012 19:08:44 +0000 (19:08 +0000)]
Add a NULL check to silence a Clang warning.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10591
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 4 Sep 2012 18:25:53 +0000 (18:25 +0000)]
Eliminate a new compiler warning caused by our empty while loop; restructured
as a do-while loop...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10590
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 30 Aug 2012 23:01:34 +0000 (23:01 +0000)]
Update documentation to avoid confusion, add links.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10588
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Thu, 30 Aug 2012 20:22:22 +0000 (20:22 +0000)]
Add support for higher-level PIN printing, external accounting systems, and
"print here" printing environments (STR #4169)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10587
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 21:03:04 +0000 (21:03 +0000)]
Mark Windows PPD functions as deprecated.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10585
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 19:52:04 +0000 (19:52 +0000)]
Clean up documentation for new API functions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10583
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 19:08:28 +0000 (19:08 +0000)]
Make sure appleGetPaperSize is static...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10581
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 18:16:15 +0000 (18:16 +0000)]
Add missing documentation for cupsDest* functions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10579
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 00:13:14 +0000 (00:13 +0000)]
Applications could not get the PPD file for statically-configured Bonjour-shared
print queues (STR #4159)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10577
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Wed, 29 Aug 2012 00:03:04 +0000 (00:03 +0000)]
The scheduler did not recognize dnssd: or ipps: URIs as CUPS shared queues
(STR #4158)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10576
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 28 Aug 2012 22:03:51 +0000 (22:03 +0000)]
The cupsd.conf file included obsolete browsing directives (STR #4157)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10575
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 28 Aug 2012 22:02:08 +0000 (22:02 +0000)]
Fixed a USB backend compatibility issue on systems using libusb (STR #4155)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10574
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 28 Aug 2012 22:00:20 +0000 (22:00 +0000)]
Some Bonjour features were not available on systems with Avahi (STR #4156)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10573
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Tue, 28 Aug 2012 21:54:13 +0000 (21:54 +0000)]
CUPS now includes the port number in the Host: header for HTTP requests.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10572
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 24 Aug 2012 03:26:57 +0000 (03:26 +0000)]
Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring out.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10570
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 24 Aug 2012 03:13:30 +0000 (03:13 +0000)]
Bump version.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10569
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 10 Aug 2012 22:41:10 +0000 (22:41 +0000)]
1.7 is the base version now...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10568
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 10 Aug 2012 22:39:24 +0000 (22:39 +0000)]
Start CUPS 1.7.x development.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10567
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 20:56:42 +0000 (20:56 +0000)]
Bump version in this file, too.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10562
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 20:54:12 +0000 (20:54 +0000)]
Sync up changelog.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10561
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 20:41:36 +0000 (20:41 +0000)]
Remove unsupported "columns" option from help (STR #4149)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10560
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 20:39:32 +0000 (20:39 +0000)]
The Japanese and English web interface headers were swapped (STR #4148)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10559
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 20:33:27 +0000 (20:33 +0000)]
OK, I think I have it - the default for dnssd in the spec file was disabled, sort of...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10558
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 18:28:46 +0000 (18:28 +0000)]
One more time...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10557
7a7537e8 -13f0-0310-91df-
b6672ffda945
mike [Fri, 27 Jul 2012 18:03:40 +0000 (18:03 +0000)]
Try another way of conditionalizing dnssd backend...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10556
7a7537e8 -13f0-0310-91df-
b6672ffda945