libppd 2.1b1 #47
tillkamppeter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First beta release for libppd 2.1.0.
New features (more to come):
(Pull request Make libppd build with libcups3 as well as libcups2 #27)
INSTALL
toINSTALL.md
(Pull request Markdown and Makefile updates for Install #34)
Bug fixes:
PDF works better with finishing, especially combinations of multiple copies, collation, and stapling/binding (Issue Driverless no longer supports pdf #42, Pull request Prefer PDF again (fixes #42) #44).
For the PWG two page sizes are considered the same when the dimensions differ no more than 0.5 mm, libppd used too tight tolerances (Issue Wrong media limits for A4 paper using HP OfficeJet 7740 Pro due ignoring duplicated sizes in ppdCacheCreateWithPPD() #29, Pull request ppd-cache.c: Use 0.5mm for delta when comparing sizes #46).
Check for PCLm and PWG the minimum of attributes which we require during PPD generation. (Pull request ppd-generator.c: Check for
urf-supported
if we foundimage/urf
#39, ppd-generator.c: Check for required attributes when choosing standard #40, Fedora issue).ppdLoadAttributes()
: Improve check whether parameters are integer(Pull request ppd-ipp.c: Enhance integer conversion in ppdLoadAttributes() #38)
ppdLoadAttributes()
: Fix crash when page size could not get determined(Issue universal filter crashes when there is no valid default page size #31, Pull request ppd-ipp.c: Fix crash if ppd_size is NULL #37)
(Pull request ppd-emit.c: Fix crash if there is no page size for "Custom" #35, SEGV ppd-emit.c:905:22 in ppdEmitString() cups#849)
*ptr
is NULL(Pull request raster-interpreter.c: Fix crash when incoming
*ptr
is NULL #28, same as Segmentation fault with raster-interpret.c:1055 cups#831)Fixed CUPS array function call in libcups2 compatibility layer (Pull request Redefined function call with proper parameters #33)
Look up zlib properly with pkg-config (Pull request build: fix failure to correctly link to zlib #32)
This discussion was created from the release libppd 2.1b1.
Beta Was this translation helpful? Give feedback.
All reactions