]> git.ipfire.org Git - thirdparty/cups-filters.git/log
thirdparty/cups-filters.git
8 years agocups-browsed: When checking for already present print queues, take into account that...
Till Kamppeter [Wed, 19 Jul 2017 21:42:03 +0000 (18:42 -0300)] 
cups-browsed: When checking for already present print queues, take into account that with the naming scheme "MakeModel" also remote CUPS queues from the same server can get clustered together.

8 years ago cups-browsed: Skip callback functions and the CUPS queue creation/update/removal...
Till Kamppeter [Mon, 17 Jul 2017 21:48:27 +0000 (18:48 -0300)] 
 cups-browsed: Skip callback functions and the CUPS queue creation/update/removal loop when cups-browsed is terminated by a SIGTERM signal.

8 years agolibcupsfilters: Added some fallbacks for incorrect resolution IPP attributes on IPP...
Till Kamppeter [Mon, 17 Jul 2017 18:02:26 +0000 (15:02 -0300)] 
libcupsfilters: Added some fallbacks for incorrect resolution IPP attributes on IPP network printers.

8 years agocups-browsed: Added a NULL check.
Till Kamppeter [Sun, 16 Jul 2017 14:56:12 +0000 (11:56 -0300)] 
cups-browsed: Added a NULL check.

8 years agopdftoopvp: Added missing "#include <math.h>".
Till Kamppeter [Fri, 14 Jul 2017 23:57:16 +0000 (20:57 -0300)] 
pdftoopvp: Added missing "#include <math.h>".

8 years agocups-browsed: Renamed functions to better reflect what they do.
Till Kamppeter [Fri, 14 Jul 2017 20:38:01 +0000 (17:38 -0300)] 
cups-browsed: Renamed functions to better reflect what they do.

8 years agocups-browsed: Also prevent the creation of two remote printer entries with the same...
Till Kamppeter [Fri, 14 Jul 2017 20:01:32 +0000 (17:01 -0300)] 
cups-browsed: Also prevent the creation of two remote printer entries with the same local queue name if one is an IPP printer and the other a remote CUPS printer.

8 years agocups-browsed.c: Small fixes on local queue duplicate check.
Till Kamppeter [Thu, 13 Jul 2017 23:48:56 +0000 (20:48 -0300)] 
cups-browsed.c: Small fixes on local queue duplicate check.

8 years agocups-browsed: Prevent the creation of two remote printer entries for IPP network...
Till Kamppeter [Thu, 13 Jul 2017 19:04:41 +0000 (16:04 -0300)] 
cups-browsed: Prevent the creation of two remote printer entries for IPP network printers with the same local queue name.

8 years agocups-browsed: Added the possibility to optionally not create local queues for remote...
Till Kamppeter [Wed, 12 Jul 2017 23:29:25 +0000 (20:29 -0300)] 
cups-browsed: Added the possibility to optionally not create local queues for remote printers for which CUPS auto-creates queues by itself.

8 years agocups-browsed: Removed repeated code for clean-up when generate_local_queue() function...
Till Kamppeter [Wed, 12 Jul 2017 00:32:16 +0000 (21:32 -0300)] 
cups-browsed: Removed repeated code for clean-up when generate_local_queue() function fails.

8 years agocups-browsed: Support for CUPS' temporary queues and configurable queue naming.
Till Kamppeter [Tue, 11 Jul 2017 19:37:10 +0000 (16:37 -0300)] 
cups-browsed: Support for CUPS' temporary queues and configurable queue naming.

8 years agocups-browsed: Do not add "APRemoteQueueID" keyword to the local queue's PPD file...
Till Kamppeter [Fri, 7 Jul 2017 23:58:31 +0000 (20:58 -0300)] 
cups-browsed: Do not add "APRemoteQueueID" keyword to the local queue's PPD file if the queue is for an IPP network printer.

8 years agocups-browsed: Skip multiple browse entries for the same printer with interface alias...
Till Kamppeter [Tue, 4 Jul 2017 21:03:05 +0000 (18:03 -0300)] 
cups-browsed: Skip multiple browse entries for the same printer with interface alias addresses.

8 years agocups-browsed: Actually add the description and location fields obtained from the...
Till Kamppeter [Tue, 4 Jul 2017 20:36:51 +0000 (17:36 -0300)] 
cups-browsed: Actually add the description and location fields obtained from the remote CUPS queue to the locally generated queue.

8 years agocups-browsed: Improved support for Description (Info) and Location fields of remote...
Till Kamppeter [Tue, 4 Jul 2017 20:32:01 +0000 (17:32 -0300)] 
cups-browsed: Improved support for Description (Info) and Location fields of remote CUPS queues.

8 years agocups-browsed: Renamed variable names for better code readability.
Till Kamppeter [Tue, 4 Jul 2017 19:43:37 +0000 (16:43 -0300)] 
cups-browsed: Renamed variable names for better code readability.

8 years agocups-browsed: Additional NULL checks in the create_local_queue() function.
Till Kamppeter [Tue, 4 Jul 2017 19:13:50 +0000 (16:13 -0300)] 
cups-browsed: Additional NULL checks in the create_local_queue() function.

8 years agocups-filters 1.14.1 Release release-1-14-1
Till Kamppeter [Thu, 29 Jun 2017 22:51:38 +0000 (19:51 -0300)] 
cups-filters 1.14.1 Release

8 years agocups-browsed: Always do correct removal of printer entries handling the duplicates...
Till Kamppeter [Thu, 29 Jun 2017 21:31:17 +0000 (18:31 -0300)] 
cups-browsed: Always do correct removal of printer entries handling the duplicates correctly.

8 years agocups-browsed: Use getline() instead of fgets() for loading saved options, improved...
Till Kamppeter [Thu, 29 Jun 2017 01:23:15 +0000 (22:23 -0300)] 
cups-browsed: Use getline() instead of fgets() for loading saved options, improved error logging.

8 years agocups-browsed: Added NULL checks for generate_local_queue() and create_local_queue...
Till Kamppeter [Tue, 27 Jun 2017 00:40:59 +0000 (21:40 -0300)] 
cups-browsed: Added NULL checks for generate_local_queue() and create_local_queue() functions.

8 years agocups-browsed: When accessing local CUPS queues use always the correct port of the...
Till Kamppeter [Mon, 26 Jun 2017 23:26:26 +0000 (20:26 -0300)] 
cups-browsed: When accessing local CUPS queues use always the correct port of the CUPS daemon we are attached to.

8 years agocups-browsed: Check whether a connection to the local CUPS daemon actually happened...
Till Kamppeter [Mon, 26 Jun 2017 22:49:51 +0000 (19:49 -0300)] 
cups-browsed: Check whether a connection to the local CUPS daemon actually happened before using it.

8 years agocups-browsed: Set unused fields of printer record to NULL.
Till Kamppeter [Mon, 26 Jun 2017 22:45:45 +0000 (19:45 -0300)] 
cups-browsed: Set unused fields of printer record to NULL.

8 years agocups-browsed: Simplify removal of all queues on shutdown or stop of Avahi.
Till Kamppeter [Fri, 23 Jun 2017 02:13:53 +0000 (23:13 -0300)] 
cups-browsed: Simplify removal of all queues on shutdown or stop of Avahi.

8 years agocups-browsed: When creating a record for a discovered printer set it all zero before...
Till Kamppeter [Fri, 23 Jun 2017 01:03:39 +0000 (22:03 -0300)] 
cups-browsed: When creating a record for a discovered printer set it all zero before filling it in.

8 years agocups-browsed: Removing CUPS array element from within a loop going to this array...
Till Kamppeter [Thu, 22 Jun 2017 21:39:38 +0000 (18:39 -0300)] 
cups-browsed: Removing CUPS array element from within a loop going to this array is save, so do not break out of the loop in handle_cups_queues().

8 years agocups-browsed: All functions which are called event-triggered log now in which thread...
Till Kamppeter [Thu, 22 Jun 2017 20:07:26 +0000 (17:07 -0300)] 
cups-browsed: All functions which are called event-triggered log now in which thread they are running.

8 years agocups-browsed: Fix handling of printer entry removal by the handle_cups_queues() function.
Till Kamppeter [Sat, 17 Jun 2017 02:47:48 +0000 (23:47 -0300)] 
cups-browsed: Fix handling of printer entry removal by the handle_cups_queues() function.

8 years agocups-browsed: Do not check whether the DNS-SD event is from the local machine in...
Till Kamppeter [Wed, 14 Jun 2017 21:21:20 +0000 (18:21 -0300)] 
cups-browsed: Do not check whether the DNS-SD event is from the local machine in the browse_callback() function.

8 years agocups-browsed: Added more NULL checks to Avahi callback functions.
Till Kamppeter [Wed, 14 Jun 2017 20:57:29 +0000 (17:57 -0300)] 
cups-browsed: Added more NULL checks to Avahi callback functions.

8 years agocups-browsed: Added NULL check to avoid crashes in the Avahi resolver callback.
Till Kamppeter [Wed, 14 Jun 2017 18:15:46 +0000 (15:15 -0300)] 
cups-browsed: Added NULL check to avoid crashes in the Avahi resolver callback.

8 years agolibcupsfilters: Let PPD generator do case-insensitive comparisons for PWG Raster...
Till Kamppeter [Tue, 16 May 2017 18:59:33 +0000 (15:59 -0300)] 
libcupsfilters: Let PPD generator do case-insensitive comparisons for PWG Raster color spaces.

8 years agocups-filters 1.14.0 Release release-1-14-0
Till Kamppeter [Mon, 15 May 2017 20:10:14 +0000 (17:10 -0300)] 
cups-filters 1.14.0 Release

8 years agocups-browsed: Use IP-based URIs with local (e. g. IPP-over-USB) printers.
Till Kamppeter [Fri, 12 May 2017 01:31:09 +0000 (22:31 -0300)] 
cups-browsed: Use IP-based URIs with local (e. g. IPP-over-USB) printers.

8 years agocups-browsed: Added new setting "LocalOnly" for the CreateIPPPrinterQueues in cups...
Till Kamppeter [Fri, 12 May 2017 01:07:10 +0000 (22:07 -0300)] 
cups-browsed: Added new setting "LocalOnly" for the CreateIPPPrinterQueues in cups-browsed.conf.

8 years agocups-browsed: Fixes and improvements in comments and debug messages.
Till Kamppeter [Fri, 12 May 2017 00:08:32 +0000 (21:08 -0300)] 
cups-browsed: Fixes and improvements in comments and debug messages.

8 years agocups-browsed: Added ./configure option to auto-setup IPP network printers by default.
Till Kamppeter [Tue, 9 May 2017 01:39:10 +0000 (22:39 -0300)] 
cups-browsed: Added ./configure option to auto-setup IPP network printers by default.

8 years agocups-filters 1.13.5 Release release-1-13-5
Till Kamppeter [Fri, 28 Apr 2017 02:47:30 +0000 (23:47 -0300)] 
cups-filters 1.13.5 Release

8 years agofoomatic-rip: Fixed reading PPD file when name is supplied by environment variable.
Till Kamppeter [Wed, 15 Mar 2017 19:04:41 +0000 (16:04 -0300)] 
foomatic-rip: Fixed reading PPD file when name is supplied by environment variable.

8 years agolibcupsfilters: Updated PPD generator to the state of the CUPS GIT again.
Till Kamppeter [Tue, 14 Mar 2017 01:34:14 +0000 (22:34 -0300)] 
libcupsfilters: Updated PPD generator to the state of the CUPS GIT again.

8 years agodriverless: Improved error message output.
Till Kamppeter [Tue, 14 Mar 2017 00:19:16 +0000 (21:19 -0300)] 
driverless: Improved error message output.

8 years agolibcupsfilters: Fixed error handling of the PPD file generator for driverless printing.
Till Kamppeter [Tue, 14 Mar 2017 00:14:54 +0000 (21:14 -0300)] 
libcupsfilters: Fixed error handling of the PPD file generator for driverless printing.

8 years agolibcupsfilters: Do not generate a PPD file where the only output data format is JPEG.
Till Kamppeter [Sat, 11 Mar 2017 03:07:23 +0000 (00:07 -0300)] 
libcupsfilters: Do not generate a PPD file where the only output data format is JPEG.

8 years agolibcupsfilters: Let PPD generator skip broken page size records.
Till Kamppeter [Sat, 11 Mar 2017 02:15:23 +0000 (23:15 -0300)] 
libcupsfilters: Let PPD generator skip broken page size records.

8 years agolibcupsfilters: Updated PPD generator to match with the current GIT state of the...
Till Kamppeter [Fri, 10 Mar 2017 23:46:55 +0000 (20:46 -0300)] 
libcupsfilters: Updated PPD generator to match with the current GIT state of the one of CUPS.

8 years agobraille: Encoding corrections.
Till Kamppeter [Sat, 4 Mar 2017 23:21:04 +0000 (20:21 -0300)] 
braille: Encoding corrections.

8 years agobraille: Updates for liblouis tables.
Till Kamppeter [Fri, 3 Mar 2017 22:08:47 +0000 (19:08 -0300)] 
braille: Updates for liblouis tables.

8 years agobraille: Added support for text margins.
Till Kamppeter [Fri, 24 Feb 2017 15:28:15 +0000 (12:28 -0300)] 
braille: Added support for text margins.

8 years agocups-browsed: Let local queues pointing to remote CUPS printers get the CUPS_PRINTER_...
Till Kamppeter [Fri, 24 Feb 2017 01:08:00 +0000 (22:08 -0300)] 
cups-browsed: Let local queues pointing to remote CUPS printers get the CUPS_PRINTER_REMOTE bit set by CUPS.

8 years agocups-filters 1.13.4 Release release-1-13-4
Till Kamppeter [Fri, 17 Feb 2017 18:38:31 +0000 (16:38 -0200)] 
cups-filters 1.13.4 Release

8 years agolibcupsfilters: Let PPD generator for driverless printing not error out when the...
Till Kamppeter [Wed, 1 Feb 2017 00:51:32 +0000 (22:51 -0200)] 
libcupsfilters: Let PPD generator for driverless printing not error out when the standard default resolution IPP attributes for PWG or Apple Raster are missing.

8 years agocups-browsed: Corrected determination whether an IPP status is an error.
Till Kamppeter [Tue, 24 Jan 2017 23:57:23 +0000 (21:57 -0200)] 
cups-browsed: Corrected determination whether an IPP status is an error.

8 years agocups-filters 1.13.3 Release release-1-13-3
Till Kamppeter [Wed, 18 Jan 2017 23:12:39 +0000 (21:12 -0200)] 
cups-filters 1.13.3 Release

8 years agolibcupsfilters: In auto-generating PPD files pass through JPEG input to printers...
Till Kamppeter [Sun, 15 Jan 2017 23:58:28 +0000 (21:58 -0200)] 
libcupsfilters: In auto-generating PPD files pass through JPEG input to printers which understand JPEG.

8 years agolibcupsfilters: Fixed typo in PPD-generator's output-bin option support.
Till Kamppeter [Thu, 5 Jan 2017 20:05:07 +0000 (18:05 -0200)] 
libcupsfilters: Fixed typo in PPD-generator's output-bin option support.

8 years agocups-browsed: Generate correct IPv6 URIs also for printers with link-local addresses.
Till Kamppeter [Thu, 5 Jan 2017 01:38:58 +0000 (23:38 -0200)] 
cups-browsed: Generate correct IPv6 URIs also for printers with link-local addresses.

8 years agolibcupsfilters: Added the "output-bin" option support from CUPS' PPD generator to...
Till Kamppeter [Wed, 4 Jan 2017 16:36:39 +0000 (14:36 -0200)] 
libcupsfilters: Added the "output-bin" option support from CUPS' PPD generator to our PPD generator.

8 years agocups-browsed: Make support for printers with IPv6 IP address work.
Till Kamppeter [Fri, 30 Dec 2016 23:14:22 +0000 (21:14 -0200)] 
cups-browsed: Make support for printers with IPv6 IP address work.

8 years agocups-filters 1.13.2 Release release-1-13-2
Till Kamppeter [Wed, 28 Dec 2016 15:58:58 +0000 (13:58 -0200)] 
cups-filters 1.13.2 Release

8 years agocupsfilters.drv: Corrected cupsFilter entry for the "Generic IPP Everywhere Printer".
Till Kamppeter [Wed, 28 Dec 2016 15:55:18 +0000 (13:55 -0200)] 
cupsfilters.drv: Corrected cupsFilter entry for the "Generic IPP Everywhere Printer".

8 years agodriverless: Fixes on the man page.
Till Kamppeter [Tue, 27 Dec 2016 20:45:40 +0000 (18:45 -0200)] 
driverless: Fixes on the man page.

8 years agodriverless: Do not error-exit (non-zero status) when run by CUPS.
Till Kamppeter [Tue, 27 Dec 2016 20:03:22 +0000 (18:03 -0200)] 
driverless: Do not error-exit (non-zero status) when run by CUPS.

8 years agoimagetoraster: Silenced a warning.
Till Kamppeter [Tue, 27 Dec 2016 18:09:51 +0000 (16:09 -0200)] 
imagetoraster: Silenced a warning.

8 years agoimagetoraster: Removed (incomplete) PWG Raster support.
Till Kamppeter [Tue, 27 Dec 2016 18:06:44 +0000 (16:06 -0200)] 
imagetoraster: Removed (incomplete) PWG Raster support.

8 years agoimagetoraster: Fixed several bugs in the calculation of the page geometry.
Till Kamppeter [Tue, 27 Dec 2016 01:40:40 +0000 (23:40 -0200)] 
imagetoraster: Fixed several bugs in the calculation of the page geometry.

8 years agolibcupsfilters: For PPD generation use the Bonjour record data about duplex only...
Till Kamppeter [Wed, 21 Dec 2016 23:23:40 +0000 (21:23 -0200)] 
libcupsfilters: For PPD generation use the Bonjour record data about duplex only if there is no "sides-supported" IPP attribute.

8 years agodriverless: When listing printers let the device ID contain "AppleRaster" and "PWGRas...
Till Kamppeter [Mon, 19 Dec 2016 21:50:05 +0000 (19:50 -0200)] 
driverless: When listing printers let the device ID contain "AppleRaster" and "PWGRaster" in the "CMD" field.

8 years agodriverless: Added "-T 3" to the ippfind command line.
Till Kamppeter [Mon, 19 Dec 2016 20:57:55 +0000 (18:57 -0200)] 
driverless: Added "-T 3" to the ippfind command line.

8 years agocups-filters 1.13.1 Release release-1-13-1
Till Kamppeter [Sat, 17 Dec 2016 23:40:40 +0000 (21:40 -0200)] 
cups-filters 1.13.1 Release

8 years agocups-browsed: Fixed erroring out when restarting after crash and not creating local...
Till Kamppeter [Sat, 17 Dec 2016 17:22:01 +0000 (15:22 -0200)] 
cups-browsed: Fixed erroring out when restarting after crash and not creating local queues for remote CUPS printers.

8 years agocups-browsed: Really fix the issue of the generated queues not being deleted on shutdown.
Till Kamppeter [Sat, 17 Dec 2016 15:41:19 +0000 (13:41 -0200)] 
cups-browsed: Really fix the issue of the generated queues not being deleted on shutdown.

8 years agoNEWS: Added bug reference.
Till Kamppeter [Sat, 17 Dec 2016 12:58:18 +0000 (10:58 -0200)] 
NEWS: Added bug reference.

8 years agocups-browsed: Fixed handling of IPP network printer queues when cupsd gets temporaril...
Till Kamppeter [Fri, 16 Dec 2016 22:58:34 +0000 (20:58 -0200)] 
cups-browsed: Fixed handling of IPP network printer queues when cupsd gets temporarily stopped while cups-browsed keeps running.

8 years agolibcupsfilters: Let PPD generator for driverless printing suppress page sizes which...
Till Kamppeter [Thu, 15 Dec 2016 14:54:37 +0000 (12:54 -0200)] 
libcupsfilters: Let PPD generator for driverless printing suppress page sizes which the printer reports more than once.

8 years agodriverless, libcupsfilters: Add the word "driverless" to the output of the driverless...
Till Kamppeter [Fri, 9 Dec 2016 22:05:08 +0000 (20:05 -0200)] 
driverless, libcupsfilters: Add the word "driverless" to the output of the driverless tool when used by CUPS.

8 years agocups-filters 1.13.0 Release release-1-13-0
Till Kamppeter [Fri, 9 Dec 2016 17:22:29 +0000 (15:22 -0200)] 
cups-filters 1.13.0 Release

8 years agocups-browsed: Use the httpGetAddr() only with CUPS 2.0.x or newer.
Till Kamppeter [Thu, 8 Dec 2016 22:10:41 +0000 (20:10 -0200)] 
cups-browsed: Use the httpGetAddr() only with CUPS 2.0.x or newer.

8 years agocups-browsed: Minor corrections in the handling of the data records of the discovered...
Till Kamppeter [Thu, 1 Dec 2016 22:24:17 +0000 (20:24 -0200)] 
cups-browsed: Minor corrections in the handling of the data records of the discovered printers.

8 years agoBuild system: Fixed help string.
Till Kamppeter [Mon, 28 Nov 2016 23:37:53 +0000 (21:37 -0200)] 
Build system: Fixed help string.

8 years agorastertopdf, urftopdf: Use rastertopdf for Apple Raster input from CUPS 2.2.2 on.
Till Kamppeter [Mon, 28 Nov 2016 23:02:22 +0000 (21:02 -0200)] 
rastertopdf, urftopdf: Use rastertopdf for Apple Raster input from CUPS 2.2.2 on.

8 years agodriverless: Added a CUPS backend mode to the driverless utility.
Till Kamppeter [Mon, 28 Nov 2016 16:06:50 +0000 (14:06 -0200)] 
driverless: Added a CUPS backend mode to the driverless utility.

8 years agocups-filters 1.12.0 Release release-1-12-0
Till Kamppeter [Sun, 27 Nov 2016 20:41:13 +0000 (18:41 -0200)] 
cups-filters 1.12.0 Release

8 years agocups-browsed: Added new "CreateRemoteCUPSPrinterQueues" directive to cups-browsed...
Till Kamppeter [Sun, 27 Nov 2016 20:06:01 +0000 (18:06 -0200)] 
cups-browsed: Added new "CreateRemoteCUPSPrinterQueues" directive to cups-browsed.conf.

8 years agobraille: Added TODO.txt file.
Till Kamppeter [Sun, 27 Nov 2016 19:20:33 +0000 (17:20 -0200)] 
braille: Added TODO.txt file.

8 years agodriverless: Fixed text flow of "--help" output.
Till Kamppeter [Sun, 27 Nov 2016 19:07:56 +0000 (17:07 -0200)] 
driverless: Fixed text flow of "--help" output.

8 years agodriverless: Added man page.
Till Kamppeter [Sun, 27 Nov 2016 19:03:28 +0000 (17:03 -0200)] 
driverless: Added man page.

8 years agodriverless: In some cases the output of "driverless list" shows the manufacturer...
Till Kamppeter [Sun, 27 Nov 2016 17:54:30 +0000 (15:54 -0200)] 
driverless: In some cases the output of "driverless list" shows the manufacturer twice in the make/model part.

8 years agodriverless: Added utility to make CUPS auto-generate PPDs for driverless printing.
Till Kamppeter [Sat, 26 Nov 2016 19:03:05 +0000 (17:03 -0200)] 
driverless: Added utility to make CUPS auto-generate PPDs for driverless printing.

8 years agolibcupsfilters, cups-browsed: Moved the PPD generator for IPP network printers from...
Till Kamppeter [Wed, 23 Nov 2016 21:43:37 +0000 (19:43 -0200)] 
libcupsfilters, cups-browsed: Moved the PPD generator for IPP network printers from cups-browsed to libcupsfilters.

8 years agocups-browsed: When auto-generating a PPD set the cost values in the filter lines...
Till Kamppeter [Tue, 22 Nov 2016 22:07:22 +0000 (20:07 -0200)] 
cups-browsed: When auto-generating a PPD set the cost values in the filter lines to define the priorities for the output formats.

8 years agocups-browsed: Updated config file and documentation for Apple Raster support.
Till Kamppeter [Tue, 22 Nov 2016 12:43:11 +0000 (10:43 -0200)] 
cups-browsed: Updated config file and documentation for Apple Raster support.

8 years agocups-browsed: Allow for configuring whether Apple Raster printers get set up automati...
Till Kamppeter [Tue, 22 Nov 2016 02:54:28 +0000 (00:54 -0200)] 
cups-browsed: Allow for configuring whether Apple Raster printers get set up automatically.

8 years agocups-browsed: Synced the PPD generator with the one of CUPS.
Till Kamppeter [Fri, 18 Nov 2016 22:20:08 +0000 (20:20 -0200)] 
cups-browsed: Synced the PPD generator with the one of CUPS.

8 years agocups-browsed: Added support for auto setup of IPP printers understanding Apple Raster.
Till Kamppeter [Fri, 18 Nov 2016 19:06:57 +0000 (17:06 -0200)] 
cups-browsed: Added support for auto setup of IPP printers understanding Apple Raster.

8 years agocups-browsed: Added new "NewIPPPrinterQueuesShared" directive to cups-browsed.conf.
Till Kamppeter [Thu, 17 Nov 2016 01:11:15 +0000 (23:11 -0200)] 
cups-browsed: Added new "NewIPPPrinterQueuesShared" directive to cups-browsed.conf.

8 years agocups-browsed: Record printer-is-shared setting for IPP network printers.
Till Kamppeter [Wed, 16 Nov 2016 21:56:51 +0000 (19:56 -0200)] 
cups-browsed: Record printer-is-shared setting for IPP network printers.

8 years agocups-browsed: Possibility to auto-create queues also for only IPP Everywhere printers.
Till Kamppeter [Wed, 9 Nov 2016 22:01:17 +0000 (20:01 -0200)] 
cups-browsed: Possibility to auto-create queues also for only IPP Everywhere printers.

8 years agocups-filters 1.11.6 Release release-1-11-6
Till Kamppeter [Mon, 31 Oct 2016 17:36:07 +0000 (15:36 -0200)] 
cups-filters 1.11.6 Release