-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: when are new releases made? #82
Comments
. |
We don't have a strict release policy. I try to do at least one or two releases per year, but that depends on the number of features and bug fixes I receive. That's said, it is probably about the time to do another release. As there are some work going on by some developers, I'll be waiting for a couple of days to receive any new stuff for the upcoming new version. |
Instead of opening plenty new issues, would you mind looking at https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=zbar before doing the new release? |
I reviewed the bugs at the Debian bug list and submitted some answers via e-mail (not displayed there yet). From those, I was unable to reproduce two bugs:
The first one, the Debian maintainer wasn't capable of reproducing it either and already asked the reporter to make the broken image file available for testing. The second one has an Image that zbarimg can't recognize the codes, probably because of the low resolution of the uploaded version. Even if we had a good version of it, this is probably something that we can't do much anyway: handling an image with 123 qrcodes will likely spend some time. Those are already solved upstream:
So, it is just a matter of upgrading Debian package to upstream. This one is not really a bug:
In any case, I agree with the report that the way ZBar handles it is not intuitive, so I changed the parameter parsing logic today. So, from that list, the only pending issue is this one:
Which has already an open issue: #66 Fixing it may not be trivial. Volunteers? |
This one has actually an issue associated to it: |
Just released version 0.23.1:
|
@mchehab It looks like we miss the tag ov 0.23.1. Any chance of tagging the release in https://github.com/mchehab/zbar/releases and/or https://github.com/mchehab/zbar/tags ? |
Version 0.23.1 is available as an Arch Linux package as of 2020-04-28 09:00. |
Tag added. |
When are new releases made?
I would like to use the new binary qr scanning feature, but this is not in the latest release. For now, I am using the the latest commit, but sake of configuration management it would be nice to have a new release at some point.
Thanks!
The text was updated successfully, but these errors were encountered: