]> git.ipfire.org Git - thirdparty/cups-filters.git/log
thirdparty/cups-filters.git
7 years agobraille: Fix handling non-printable characters 5/head
Samuel Thibault [Tue, 14 Nov 2017 01:01:57 +0000 (02:01 +0100)] 
braille: Fix handling non-printable characters

BRF files may contain SUBs for EOF, which we should just ignore, or FFs,
which we should just print.  Other non-printable characters are not supposed
to appear.

7 years agobraille: Fix printing \ BRF characters
Samuel Thibault [Tue, 14 Nov 2017 00:35:48 +0000 (01:35 +0100)] 
braille: Fix printing \ BRF characters

'read' would interpret them unless given the -r option

7 years agoUpdated NEWS.
Till Kamppeter [Mon, 13 Nov 2017 12:21:23 +0000 (10:21 -0200)] 
Updated NEWS.

7 years agoMerge pull request #4 from sthibaul/brf
Till Kamppeter [Mon, 13 Nov 2017 12:17:42 +0000 (10:17 -0200)] 
Merge pull request #4 from sthibaul/brf

braille: use application/vnd.cups-brf instead of text/vnd.cups-brf

7 years agoUpdated NEWS.
Till Kamppeter [Mon, 13 Nov 2017 11:58:36 +0000 (09:58 -0200)] 
Updated NEWS.

7 years agoMerge pull request #3 from sthibaul/master
Till Kamppeter [Mon, 13 Nov 2017 11:56:16 +0000 (09:56 -0200)] 
Merge pull request #3 from sthibaul/master

braille: make sure liblouis emits pure BRF output

7 years agobraille: use application/vnd.cups-brf instead of text/vnd.cups-brf 4/head
Samuel Thibault [Mon, 13 Nov 2017 01:19:48 +0000 (02:19 +0100)] 
braille: use application/vnd.cups-brf instead of text/vnd.cups-brf

When using a text/ MIME type, detection for .brf files would always
discover text/plain, instead of text/vnd.cups-brf, thus preventing from
directly embossing files by running .brf. Using application/vnd.cups-brf
avoids detection from trying to be too smart.

7 years agobraille: make sure liblouis emits pure BRF output 3/head
Samuel Thibault [Mon, 13 Nov 2017 00:17:47 +0000 (01:17 +0100)] 
braille: make sure liblouis emits pure BRF output

We need to make sure to use the brf table first, in case the table being
used defines other display encodings.

7 years agobraille: Spaces at the head of lines were not getting embossed.
Till Kamppeter [Mon, 6 Nov 2017 21:14:19 +0000 (19:14 -0200)] 
braille: Spaces at the head of lines were not getting embossed.

7 years agogstoraster: Emit proper error message if Ghostscript is missing.
Till Kamppeter [Wed, 1 Nov 2017 23:24:39 +0000 (21:24 -0200)] 
gstoraster: Emit proper error message if Ghostscript is missing.

7 years agobraille: Removed quotes in shell script, as this breaks old bash versions.
Till Kamppeter [Sun, 29 Oct 2017 23:13:42 +0000 (21:13 -0200)] 
braille: Removed quotes in shell script, as this breaks old bash versions.

7 years agobraille: Index V5 embossers are compatible with the V4 ones, updated .drv file.
Till Kamppeter [Wed, 25 Oct 2017 21:53:01 +0000 (19:53 -0200)] 
braille: Index V5 embossers are compatible with the V4 ones, updated .drv file.

7 years agoCOPYING: Fixed entry for the rastertopclm wrapper script.
Till Kamppeter [Tue, 24 Oct 2017 11:32:18 +0000 (09:32 -0200)] 
COPYING: Fixed entry for the rastertopclm wrapper script.

7 years agocups-filters 1.17.9 Release release-1-17-9 v1.17.9
Till Kamppeter [Thu, 5 Oct 2017 14:52:48 +0000 (11:52 -0300)] 
cups-filters 1.17.9 Release

7 years agoMigration from BZR to GIT: .bzrignore -> .gitignore
Till Kamppeter [Wed, 4 Oct 2017 22:11:24 +0000 (19:11 -0300)] 
Migration from BZR to GIT: .bzrignore -> .gitignore

7 years agocups-browsed: Applying option defaults from the DefaultOptions directive in cups...
Till Kamppeter [Wed, 4 Oct 2017 13:53:44 +0000 (10:53 -0300)] 
cups-browsed: Applying option defaults from the DefaultOptions directive in cups-browsed.conf got lost.

7 years agocups-browsed: Get printer-location field from remote printers.
Till Kamppeter [Wed, 4 Oct 2017 13:23:37 +0000 (10:23 -0300)] 
cups-browsed: Get printer-location field from remote printers.

7 years agocups-filters 1.17.8 Release release-1-17-8
Till Kamppeter [Thu, 28 Sep 2017 20:18:04 +0000 (16:18 -0400)] 
cups-filters 1.17.8 Release

7 years agofoomatic-rip: Failure status fixes
Till Kamppeter [Thu, 28 Sep 2017 20:05:26 +0000 (16:05 -0400)] 
foomatic-rip: Failure status fixes

7 years agoBuild system: Fixed typo which broke the "--enable-gs-ps2write" ./configure command...
Till Kamppeter [Tue, 19 Sep 2017 20:47:13 +0000 (17:47 -0300)] 
Build system: Fixed typo which broke the "--enable-gs-ps2write" ./configure command line option.

7 years agocups-filters 1.17.7 Release release-1-17-7
Till Kamppeter [Mon, 18 Sep 2017 12:30:32 +0000 (09:30 -0300)] 
cups-filters 1.17.7 Release

7 years agobraille: Add a mirror option for graphical output.
Till Kamppeter [Mon, 18 Sep 2017 01:55:40 +0000 (22:55 -0300)] 
braille: Add a mirror option for graphical output.

7 years agoRename the internal cups name of the Resize option to the standard well-known and...
Till Kamppeter [Mon, 18 Sep 2017 01:48:21 +0000 (22:48 -0300)] 
Rename the internal cups name of the Resize option to the standard well-known and well-documented fitplot option.

7 years agobraille: Add support for margins in graphical mode.
Till Kamppeter [Mon, 18 Sep 2017 01:44:55 +0000 (22:44 -0300)] 
braille: Add support for margins in graphical mode.

7 years agobraille: Updated French translation.
Till Kamppeter [Mon, 18 Sep 2017 01:38:24 +0000 (22:38 -0300)] 
braille: Updated French translation.

7 years agobraille: Add a PPD which generates UBRL output, i.e. Braille expressed in Unicode.
Till Kamppeter [Mon, 18 Sep 2017 01:29:17 +0000 (22:29 -0300)] 
braille: Add a PPD which generates UBRL output, i.e. Braille expressed in Unicode.

7 years agobraille: Add virtual BRF backend for generating ready-to-emboss BRF files with cups.
Till Kamppeter [Mon, 18 Sep 2017 01:14:30 +0000 (22:14 -0300)] 
braille: Add virtual BRF backend for generating ready-to-emboss BRF files with cups.

7 years agobraille: Some tools seem to emit true/false instead of True/False, so let us cope...
Till Kamppeter [Mon, 18 Sep 2017 00:40:02 +0000 (21:40 -0300)] 
braille: Some tools seem to emit true/false instead of True/False, so let us cope with it.

7 years agobraille: "make uninstall" did not remove all the links.
Till Kamppeter [Mon, 18 Sep 2017 00:18:19 +0000 (21:18 -0300)] 
braille: "make uninstall" did not remove all the links.

7 years agobraille: Fix on XML structured embossing support.
Till Kamppeter [Mon, 18 Sep 2017 00:00:21 +0000 (21:00 -0300)] 
braille: Fix on XML structured embossing support.

7 years agobraille: Add support for embossing MusicXML files, through the FreeDots transcriptor.
Till Kamppeter [Sat, 16 Sep 2017 23:38:33 +0000 (20:38 -0300)] 
braille: Add support for embossing MusicXML files, through the FreeDots transcriptor.

7 years agobraille: Add proper support for hardware margins on braille embossers.
Till Kamppeter [Sat, 16 Sep 2017 22:05:24 +0000 (19:05 -0300)] 
braille: Add proper support for hardware margins on braille embossers.

7 years agobraille: Fix the disabling of the text margins in Index graphics mode.
Till Kamppeter [Sat, 16 Sep 2017 22:00:22 +0000 (19:00 -0300)] 
braille: Fix the disabling of the text margins in Index graphics mode.

7 years agobraille: Support for direct, structured embossing of XML and XML-based file formats.
Till Kamppeter [Sat, 16 Sep 2017 21:55:36 +0000 (18:55 -0300)] 
braille: Support for direct, structured embossing of XML and XML-based file formats.

7 years agocups-filters 1.17.6 Release release-1-17-6
Till Kamppeter [Fri, 15 Sep 2017 23:13:34 +0000 (20:13 -0300)] 
cups-filters 1.17.6 Release

7 years agoNEWS: Line break fix.
Till Kamppeter [Thu, 14 Sep 2017 22:22:03 +0000 (19:22 -0300)] 
NEWS: Line break fix.

7 years agobraille: Embossers can only emboss integer numbers of 2x4 cells.
Till Kamppeter [Thu, 14 Sep 2017 22:19:36 +0000 (19:19 -0300)] 
braille: Embossers can only emboss integer numbers of 2x4 cells.

7 years agobraille: Margin fixes for graphics mode.
Till Kamppeter [Thu, 14 Sep 2017 21:00:51 +0000 (18:00 -0300)] 
braille: Margin fixes for graphics mode.

7 years agocups-filters 1.17.5 Release release-1-17-5
Till Kamppeter [Wed, 13 Sep 2017 16:25:58 +0000 (13:25 -0300)] 
cups-filters 1.17.5 Release

7 years agolibcupsfilters: In the PPD generator renamed the "print-quality" option back to
Till Kamppeter [Wed, 13 Sep 2017 16:16:35 +0000 (13:16 -0300)] 
libcupsfilters: In the PPD generator renamed the "print-quality" option back to
"cupsPrintQuality".

7 years agobraille: Improvements on the braille support for bitmap images.
Till Kamppeter [Mon, 11 Sep 2017 23:40:36 +0000 (20:40 -0300)] 
braille: Improvements on the braille support for bitmap images.

7 years agobraille: Fixed a leak of temporary files.
Till Kamppeter [Mon, 11 Sep 2017 22:23:05 +0000 (19:23 -0300)] 
braille: Fixed a leak of temporary files.

7 years agobraille: Added the new filters.
Till Kamppeter [Mon, 11 Sep 2017 20:04:22 +0000 (17:04 -0300)] 
braille: Added the new filters.

7 years agobraille: Added support for embossing vector images, liblouis1.defs installation fix.
Till Kamppeter [Mon, 11 Sep 2017 14:55:56 +0000 (11:55 -0300)] 
braille: Added support for embossing vector images, liblouis1.defs installation fix.

7 years agocups-filters 1.17.4 Release release-1-17-4
Till Kamppeter [Sun, 10 Sep 2017 19:08:26 +0000 (16:08 -0300)] 
cups-filters 1.17.4 Release

7 years agopdftopdf: Flatten interactive PDF forms, so that the content does not get lost.
Till Kamppeter [Sun, 10 Sep 2017 19:05:29 +0000 (16:05 -0300)] 
pdftopdf: Flatten interactive PDF forms, so that the content does not get lost.

7 years agocups-filters 1.17.3 Release release-1-17-3
Till Kamppeter [Thu, 7 Sep 2017 17:04:34 +0000 (14:04 -0300)] 
cups-filters 1.17.3 Release

7 years agobannertopdf: Make it working also with Poppler 0.58.0 and newer.
Till Kamppeter [Thu, 7 Sep 2017 16:02:01 +0000 (13:02 -0300)] 
bannertopdf: Make it working also with Poppler 0.58.0 and newer.

7 years agogstoraster, pdftops, foomatic-rip: Added "-dShowAcroForm" to all Ghostscript command...
Till Kamppeter [Fri, 1 Sep 2017 23:44:56 +0000 (20:44 -0300)] 
gstoraster, pdftops, foomatic-rip: Added "-dShowAcroForm" to all Ghostscript command lines where the input data format can be PDF.

7 years agolibcupsfilters: Do not check maximum resolutions of raster-based PDLs.
Till Kamppeter [Sun, 27 Aug 2017 18:22:06 +0000 (15:22 -0300)] 
libcupsfilters: Do not check maximum resolutions of raster-based PDLs.

7 years agocups-filters 1.17.2 Release release-1-17-2
Till Kamppeter [Fri, 25 Aug 2017 18:57:21 +0000 (15:57 -0300)] 
cups-filters 1.17.2 Release

7 years agolibcupsfilters: Fixed outstanding bug in PCLm with JPEG (DCT) compression.
Till Kamppeter [Fri, 25 Aug 2017 18:50:36 +0000 (15:50 -0300)] 
libcupsfilters: Fixed outstanding bug in PCLm with JPEG (DCT) compression.

7 years agorastertopdf: Fix DCT_DECODE compression method for PCLm image streams.
Sahil Arora [Fri, 25 Aug 2017 17:28:25 +0000 (22:58 +0530)] 
rastertopdf: Fix DCT_DECODE compression method for PCLm image streams.

7 years agocups-filters 1.17.1 Release release-1-17-1
Till Kamppeter [Fri, 25 Aug 2017 13:53:29 +0000 (10:53 -0300)] 
cups-filters 1.17.1 Release

7 years agolibcupsfilters: Added direct PNG printing support to the PPD generator and some clean-up.
Till Kamppeter [Fri, 25 Aug 2017 12:48:20 +0000 (09:48 -0300)] 
libcupsfilters: Added direct PNG printing support to the PPD generator and some clean-up.

8 years agolibcupsfilters: In the PPD file generator renamed the option "cupsPrintQuality" into...
Till Kamppeter [Thu, 24 Aug 2017 18:08:37 +0000 (15:08 -0300)] 
libcupsfilters: In the PPD file generator renamed the option "cupsPrintQuality" into the IPP name "print-quality".

8 years agoNEWS: Improvements in last entry.
Till Kamppeter [Thu, 24 Aug 2017 16:25:13 +0000 (13:25 -0300)] 
NEWS: Improvements in last entry.

8 years agolibcupsfilters: Improved determination of IPP printer resolutions.
Till Kamppeter [Thu, 24 Aug 2017 16:21:00 +0000 (13:21 -0300)] 
libcupsfilters: Improved determination of IPP printer resolutions.

8 years agorastertopdf: Prefer RLE compression instead of Flate.
Till Kamppeter [Wed, 23 Aug 2017 18:57:50 +0000 (15:57 -0300)] 
rastertopdf: Prefer RLE compression instead of Flate.

8 years agoBuild system: Fixed help mesage for "--enable-driverless" configure option.
Till Kamppeter [Wed, 23 Aug 2017 12:33:27 +0000 (09:33 -0300)] 
Build system: Fixed help mesage for "--enable-driverless" configure option.

8 years agocups-filters 1.17.0 Release release-1-17.0
Till Kamppeter [Wed, 23 Aug 2017 01:05:01 +0000 (22:05 -0300)] 
cups-filters 1.17.0 Release

8 years agoREADME: Updated for PCLm support.
Till Kamppeter [Wed, 23 Aug 2017 01:00:15 +0000 (22:00 -0300)] 
README: Updated for PCLm support.

8 years agorastertopdf: Do not segfault when trying to generate PCLm without PPD file.
Till Kamppeter [Wed, 23 Aug 2017 00:50:55 +0000 (21:50 -0300)] 
rastertopdf: Do not segfault when trying to generate PCLm without PPD file.

8 years agocups-browsed: Added support for the PCLm print output format.
Till Kamppeter [Wed, 23 Aug 2017 00:35:41 +0000 (21:35 -0300)] 
cups-browsed: Added support for the PCLm print output format.

8 years agorastertopdf, driverless, libcupsfilters: Conditional compiling of PCLm support only...
Till Kamppeter [Wed, 23 Aug 2017 00:22:44 +0000 (21:22 -0300)] 
rastertopdf, driverless, libcupsfilters: Conditional compiling of PCLm support only with QPDF 7.0.0 or newer.

8 years agorastertopdf, rastertopclm, driverless, libcupsfilters: Added support for the PCLm...
Till Kamppeter [Tue, 22 Aug 2017 22:35:13 +0000 (19:35 -0300)] 
rastertopdf, rastertopclm, driverless, libcupsfilters: Added support for the PCLm output format from Sahil Arora.

8 years agocups-filters 1.16.4 Release release-1-16-4
Till Kamppeter [Tue, 22 Aug 2017 22:24:50 +0000 (19:24 -0300)] 
cups-filters 1.16.4 Release

8 years agoAUTHORS, COPYING: Update copyright information and authors' list with new author
Sahil Arora [Tue, 22 Aug 2017 21:17:35 +0000 (02:47 +0530)] 
AUTHORS, COPYING: Update copyright information and authors' list with new author

8 years agorastertopdf, rastertopclm: Add PCLm generation mode to rastertopdf and added wrapper...
Sahil Arora [Tue, 22 Aug 2017 21:16:26 +0000 (02:46 +0530)] 
rastertopdf, rastertopclm: Add PCLm generation mode to rastertopdf and added wrapper to switch to this mode.

8 years agocupsfilters/ppdgenerator.c: Identify and write PCLm IPP attributes to the PPD file
Sahil Arora [Tue, 22 Aug 2017 20:15:40 +0000 (01:45 +0530)] 
cupsfilters/ppdgenerator.c: Identify and write PCLm IPP attributes to the PPD file

8 years agomime/cupsfilters.convs.in, mime/cupsfilters.types: Add identification and conversion...
Sahil Arora [Tue, 22 Aug 2017 20:11:34 +0000 (01:41 +0530)] 
mime/cupsfilters.convs.in, mime/cupsfilters.types: Add identification and conversion rules for "application/PCLm" mime type

8 years agodriverless: Consider also PCLm printers as supporting driverless printing
Sahil Arora [Tue, 22 Aug 2017 20:07:08 +0000 (01:37 +0530)] 
driverless: Consider also PCLm printers as supporting driverless printing

8 years agoBuild system: Switched to C11 standard.
Till Kamppeter [Tue, 22 Aug 2017 15:18:37 +0000 (12:18 -0300)] 
Build system: Switched to C11 standard.

8 years agocups-filters 1.16.3 Release release-1-16-3
Till Kamppeter [Mon, 21 Aug 2017 19:17:14 +0000 (16:17 -0300)] 
cups-filters 1.16.3 Release

8 years agolibfontembed: Reverted unneeded soname change.
Till Kamppeter [Mon, 21 Aug 2017 19:14:56 +0000 (16:14 -0300)] 
libfontembed: Reverted unneeded soname change.

8 years agocups-filters 1.16.2 Release release-1-16-2
Till Kamppeter [Fri, 18 Aug 2017 13:04:10 +0000 (10:04 -0300)] 
cups-filters 1.16.2 Release

8 years agoREADME: Corrected minimum CUPS version required (1.4.x).
Till Kamppeter [Fri, 18 Aug 2017 12:59:03 +0000 (09:59 -0300)] 
README: Corrected minimum CUPS version required (1.4.x).

8 years agodriverless, foomatic-rip: Create relative symbolic links.
Till Kamppeter [Thu, 17 Aug 2017 00:27:45 +0000 (21:27 -0300)] 
driverless, foomatic-rip: Create relative symbolic links.

8 years agoAll C/C++ files: Silenced all compiler warnings.
Till Kamppeter [Tue, 15 Aug 2017 18:32:47 +0000 (15:32 -0300)] 
All C/C++ files: Silenced all compiler warnings.

8 years agoREADME: Updated introduction, especially build-requirements for the Poppler-based...
Till Kamppeter [Tue, 15 Aug 2017 13:42:31 +0000 (10:42 -0300)] 
README: Updated introduction, especially build-requirements for the Poppler-based filters.

8 years agopdftoopvp, bannertopdf, pdftoraster: Build with C++11 standard.
Till Kamppeter [Tue, 15 Aug 2017 13:19:31 +0000 (10:19 -0300)] 
pdftoopvp, bannertopdf, pdftoraster: Build with C++11 standard.

8 years agocups-filters 1.16.1 Release release-1-16-1
Till Kamppeter [Fri, 11 Aug 2017 18:13:44 +0000 (15:13 -0300)] 
cups-filters 1.16.1 Release

8 years agocups-browsed: Make timeouts for HTTP access to the local CUPS daemon and remote IPP...
Till Kamppeter [Wed, 9 Aug 2017 18:11:06 +0000 (15:11 -0300)] 
cups-browsed: Make timeouts for HTTP access to the local CUPS daemon and remote IPP printers configurable.

8 years agotexttopdf: Allow bold and underline formatting to be used together when using "pretty...
Till Kamppeter [Thu, 3 Aug 2017 16:18:30 +0000 (13:18 -0300)] 
texttopdf: Allow bold and underline formatting to be used together when using "prettyprint".

8 years agotexttopdf: Allow to alter margins, and chars/lines per Inch when using "prettyprint".
Till Kamppeter [Thu, 3 Aug 2017 16:12:42 +0000 (13:12 -0300)] 
texttopdf: Allow to alter margins, and chars/lines per Inch when using "prettyprint".

8 years agotexttopdf: When "prettyprint" is used, do not drop out of C/shell comment mode too...
Till Kamppeter [Thu, 3 Aug 2017 16:06:17 +0000 (13:06 -0300)] 
texttopdf: When "prettyprint" is used, do not drop out of C/shell comment mode too early.

8 years agocups-browsed: Additional NULL checks for description and location.
Till Kamppeter [Tue, 1 Aug 2017 15:02:35 +0000 (12:02 -0300)] 
cups-browsed: Additional NULL checks for description and location.

8 years agocups-browsed: Fixed crash which happens when using BrowsePoll.
Till Kamppeter [Tue, 1 Aug 2017 14:57:45 +0000 (11:57 -0300)] 
cups-browsed: Fixed crash which happens when using BrowsePoll.

8 years agocups-filters 1.16.0 Release release-1-16-0
Till Kamppeter [Thu, 27 Jul 2017 21:09:18 +0000 (18:09 -0300)] 
cups-filters 1.16.0 Release

8 years agocups-browsed: Let elements in arrays get stacked up in the order they are added.
Till Kamppeter [Thu, 27 Jul 2017 19:33:35 +0000 (16:33 -0300)] 
cups-browsed: Let elements in arrays get stacked up in the order they are added.

8 years agocups-browsed: On shutdown not all locally created queues got deleted.
Till Kamppeter [Thu, 27 Jul 2017 16:29:50 +0000 (13:29 -0300)] 
cups-browsed: On shutdown not all locally created queues got deleted.

8 years agocups-browsed: Added support for manual definition of load-balancing printer clusters.
Till Kamppeter [Thu, 27 Jul 2017 02:52:17 +0000 (23:52 -0300)] 
cups-browsed: Added support for manual definition of load-balancing printer clusters.

8 years agocups-filters 1.15.0 Release release-1-15-0
Till Kamppeter [Mon, 24 Jul 2017 17:12:11 +0000 (14:12 -0300)] 
cups-filters 1.15.0 Release

8 years agocups-browsed: Added logging of full printer list and fixed a many crash bugs.
Till Kamppeter [Sun, 23 Jul 2017 13:45:02 +0000 (10:45 -0300)] 
cups-browsed: Added logging of full printer list and fixed a many crash bugs.

8 years agocups-browsed: Renamed the handle_cups_queues() function to update_cups_queues().
Till Kamppeter [Fri, 21 Jul 2017 21:16:55 +0000 (18:16 -0300)] 
cups-browsed: Renamed the handle_cups_queues() function to update_cups_queues().

8 years agocups-browsed: When clustering remote CUPS printers together do not call them duplicat...
Till Kamppeter [Fri, 21 Jul 2017 21:03:36 +0000 (18:03 -0300)] 
cups-browsed: When clustering remote CUPS printers together do not call them duplicates but slaves asigned to a master.

8 years agocups-browsed: Fixed bug in local queue naming for IPP printers.
Till Kamppeter [Fri, 21 Jul 2017 20:41:58 +0000 (17:41 -0300)] 
cups-browsed: Fixed bug in local queue naming for IPP printers.

8 years agocups-browsed: Log implicit class members, simplified printer removal, log interface...
Till Kamppeter [Fri, 21 Jul 2017 19:48:58 +0000 (16:48 -0300)] 
cups-browsed: Log implicit class members, simplified printer removal, log interface name errors.

8 years agocups-browsed: Removed superfluous duplicate counter from the remote printer entry...
Till Kamppeter [Thu, 20 Jul 2017 03:16:42 +0000 (00:16 -0300)] 
cups-browsed: Removed superfluous duplicate counter from the remote printer entry data structure.

8 years agocups-browsed: Add "AutoClustering" directive to cups-browsed.conf.
Till Kamppeter [Wed, 19 Jul 2017 23:13:31 +0000 (20:13 -0300)] 
cups-browsed: Add "AutoClustering" directive to cups-browsed.conf.