All of lore.kernel.org
 help / color / mirror / Atom feed
From: Till Kamppeter <till.kamppeter@gmail.com>
To: Ira McDonald <blueroofmusic@gmail.com>
Cc: Aveek Basu <aveek.basu@lexmark.com>,
	Open Printing <printing-architecture@lists.linux-foundation.org>
Subject: [Printing-architecture] OpenPrinting News
Date: Fri, 5 Apr 2019 17:10:07 +0200	[thread overview]
Message-ID: <33d66248-6dd2-5e8b-9068-4232eeeb2b8a@gmail.com> (raw)

Hi,

here is the newest development of the last month.

    Till

----------


Google Summer of Code 2019
--------------------------

We are currently in the period of the students submitting their 
proposals to Google. Aveek, me, and other mentors are reviewing the 
proposals and working with the students to make them as good as 
possible, so that we get a good count of slots.


Avahi
-----

I talked with my managers at Canonical and they talked with Trent's 
manager, succeeding that Trent's manager allows him some work time to 
put into the merge of the localhost support.

This resulted in Trent actually starting to work on it.

Trent asked my for some materials and tips for him testing CUPS' 
behavior without needing an appropriate printer.

Finally, he posted some comments on

https://github.com/lathiat/avahi/issues/125

Look at the comments starting from here:

https://github.com/lathiat/avahi/issues/125#issuecomment-477502912

The patch consists of the localhost support itself, (3 lines which I 
have created something like 2 years ago) and of the renaming of the 
hostname to "localhost" in the DNS-SD records originating from the "lo" 
interface (1 line, contributed by Rithvik, one of our former GSoC students).

Trent considers the second part not correct, but instead, CUPS needs to 
work different when evaluating incoming DNS-SD messages from Avahi, 
especially considering from which interface and address family each 
message comes (and so treat "lo" and also IPv4/IPv6 correctly).

I have also asked Trent whether cups-browsed is doing this correctly (at 
least cups-browsed also works without the second part of the patch).

It is possible that the final settlement will get fought out between 
Trent and Mike Sweet after Mike comes back from his vacation on April 12.

Note that Trent has sometimes very urgent work items in his actual job, 
so progress comes in irregular portions.


OpenPrinting web site
---------------------

We have moved the Foomatic repositories from BZR to GIT now and so they 
are in the OpenPrinting GitHub now:

https://github.com/OpenPrinting

With this all active OpenPrinting projects are hosted in our GitHub.

Especially thanks to Dheeraj Yadav (GSoC 2019 candidate student) for 
adding scripts for syncing the database with the GIT repos to the 
Foomatic web app. See:

https://github.com/OpenPrinting/openprinting.github.io/issues/54

This means that manufacturer contributions of PPD files and printer 
entries have to get committed to the GIT repos. I have already informed 
the Ricoh guys.


CUPS
----

No new releases.

Mike Sweet is on vacation until April 12.


cups-filters
------------

Note that due to the fact that we have given GitHub issues of 
cups-filters to students as assignments for the GSoC 2019 student 
selection process I have checked through the issues and (together with 
issues which I have closed and which I have fixed by myself) reduced the 
number of issues from 26 to 18.

I will release 1.22.4 still for Ubuntu 19.04.

Currently released is 1.22.3.

Bug fix release, to fix crashes and hangs on broken GIF files and also 
to improve the documentation of cups-browsed.

1.22.2:

Bug fix release, mainly to a crash bug when using the "Cluster" 
directive in the cups-browsed configuration and to make the printing of 
jobs in printer clusters more reliable. Also improvements on the image 
filters and an update of the man page for the "driverless" utility.

CHANGES IN V1.22.4

	- cups-browsed: Fix broken trailing space removal on
	  "NickName" (Pull request #103).
	- pdftops: Emit PostScript Level 2 instead of Level 3 for
	  Brother PostScript printers as at least some of them
	  report to support level 3 but ontly work with Level 2
	  (Ubuntu bug #1306849, comment #42).
	- bannertopdf: When multiplying the page for N-up or Duplex
	  printing one page too much was generated (Issue #102).

CHANGES IN V1.22.3

	- libcupsfilters: Added error checks for processing GIF, to
	  avoid crashes or hangs on broken GIF files (Issues #81, #82,
	  Pull request #100).
	- cups-browsed: Added hint to the man page and configuration
	  file that with "DebugLogging stderr" the logging output goes
	  to journal or syslog if cups-browsed is running as system
	  service (Issue #28).

CHANGES IN V1.22.2

	- cups-browsed: Let distribution of jobs sent to queues with
	  "implicitclass" backend (usually clusters) be done by a
	  "job-state" CUPS notification and not by
	  "printer-state-changed" any more. The "job-state"
	  notification already contains the job ID. Before we had to
	  poll the job ID from CUPS via IPP which was sometimes
	  unreliable (Issue #97).
	- imagetopdf, imagetoraster, pdftopdf, libcupsfilters: Added
	  new page scaling options: "fill" scales the input page
	  (typically a photo) so that the output page (typically with
	  different aspect ratio) gets completely filled, aloowing for
	  some content of the input page getting lost. "crop-to-fit"
	  allows for easy printing of documents on slightly different
	  output page sizes (A4 <-> Letter) maintaining the size and
	  centering and cropping into the destination page. Thanks to
	  Dheeraj Yadav (dhirajyadav135 at gmail dot com) for the
	  patch (Pull request #92).
	- cups-browsed: Do not do IPP request for printer-is-shared
           option for remote cups queues with CUPS 2.2.x and newer
           (Pull request #91).
	- cups-browsed: Fix crash bug when reading "Cluster"
	  directive from configuration file (Issue #94).
	- driverless: Updated man page as now also Mopria and
	  Wi-Fi Direct printers are supported. Mentioned also
	  ippusbxd.


ippusbxd
--------

No further news.

             reply	other threads:[~2019-04-05 15:10 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-05 15:10 Till Kamppeter [this message]
2019-04-05 19:20 ` [Printing-architecture] OpenPrinting News Till Kamppeter
2019-04-07 15:21   ` Till Kamppeter
2019-04-07 15:28     ` Ira McDonald
2019-04-07 15:38 ` Till Kamppeter
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21  4:05 Till Kamppeter
2023-11-28  1:30 Till Kamppeter
2023-11-03  9:00 Till Kamppeter
2023-10-04 23:48 Till Kamppeter
2023-09-05 22:06 Till Kamppeter
2023-07-04 16:51 Till Kamppeter
2023-05-25  9:07 Till Kamppeter
2023-04-16 21:06 Till Kamppeter
2023-03-28 20:56 Till Kamppeter
2023-02-27 23:35 Till Kamppeter
2023-01-20 22:29 Till Kamppeter
2022-12-19  0:26 Till Kamppeter
2022-11-21 13:43 Till Kamppeter
2022-10-21  0:38 Till Kamppeter
2022-09-22 17:43 Till Kamppeter
2022-08-19 22:13 Till Kamppeter
2022-06-14 18:51 Till Kamppeter
2022-05-11 22:12 Till Kamppeter
2022-04-13 20:08 Till Kamppeter
2022-03-18 15:00 Till Kamppeter
2022-02-14 18:38 Till Kamppeter
2022-01-17 18:16 Till Kamppeter
2021-12-10 19:25 Till Kamppeter
     [not found] ` <20211210212022.7818a35d@laptop64>
2021-12-10 22:54   ` Till Kamppeter
2021-11-13 23:49 Till Kamppeter
2021-10-12 22:09 Till Kamppeter
2021-10-13 10:28 ` Zdenek Dohnal
2021-10-13 11:57   ` Till Kamppeter
2021-10-13 12:32     ` Zdenek Dohnal
2021-09-16 19:18 Till Kamppeter
2021-08-13 22:17 Till Kamppeter
2021-07-17  0:10 Till Kamppeter
2021-07-18 10:50 ` Andreas Radke
2021-06-15 11:21 Till Kamppeter
2021-05-21 16:30 Till Kamppeter
2021-04-11 12:53 Till Kamppeter
2021-03-06  0:14 Till Kamppeter
2021-02-08 23:13 Till Kamppeter
2021-02-10  6:01 ` Zdenek Dohnal
2021-01-15 20:05 Till Kamppeter
2020-12-13 20:10 Till Kamppeter
2020-11-12 22:59 Till Kamppeter
2020-10-26 19:54 Till Kamppeter
2020-09-11 18:53 Till Kamppeter
2020-08-14  6:29 Till Kamppeter
2020-08-14 11:42 ` Till Kamppeter
2020-08-17  6:00   ` Zdenek Dohnal
2020-07-10 18:57 Till Kamppeter
2020-06-05 22:58 Till Kamppeter
2020-05-18 21:27 Till Kamppeter
2020-04-11  8:32 Till Kamppeter
2020-03-20 22:18 Till Kamppeter
2020-03-23  6:03 ` Zdenek Dohnal
2020-02-17 11:19 Till Kamppeter
2020-01-17 21:24 Till Kamppeter
2019-12-14  0:44 Till Kamppeter
2019-11-06 23:06 Till Kamppeter
2019-09-03 21:16 Till Kamppeter
2019-08-07 12:44 Till Kamppeter
2019-06-04 10:41 Till Kamppeter
2019-06-04 11:24 ` Zdenek Dohnal
2019-05-12 16:03 Till Kamppeter
2019-05-12 18:15 ` Matthias Apitz
2019-05-12 18:48   ` Till Kamppeter
2019-03-06 14:55 Till Kamppeter
2019-02-13 18:14 Till Kamppeter
2019-02-13 20:34 ` Michael Sweet
2019-02-13 21:26   ` Till Kamppeter
2019-02-13 21:43     ` Michael Sweet
2019-02-13 23:56     ` Solomon Peachy
2019-02-14  8:34       ` Zdenek Dohnal
2019-02-14 17:49       ` Kurt Pfeifle
2019-02-14 20:57         ` Till Kamppeter
2019-02-14 23:43           ` Kurt Pfeifle
2019-02-14 13:21 ` Zdenek Dohnal
2019-02-14 14:39   ` Zdenek Dohnal
2019-02-14 15:31     ` Till Kamppeter
2019-02-14 16:12       ` Zdenek Dohnal
2019-02-14 14:52   ` Till Kamppeter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33d66248-6dd2-5e8b-9068-4232eeeb2b8a@gmail.com \
    --to=till.kamppeter@gmail.com \
    --cc=aveek.basu@lexmark.com \
    --cc=blueroofmusic@gmail.com \
    --cc=printing-architecture@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.