Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pappl-devel-1.4.6-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: pappl-devel Distribution: openSUSE Tumbleweed
Version: 1.4.6 Vendor: openSUSE
Release: 1.1 Build date: Sun Feb 18 21:49:42 2024
Group: Development/Libraries/C and C++ Build host: i02-armsrv1
Size: 674467 Source RPM: pappl-1.4.6-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.msweet.org/pappl/
Summary: Development files for PAPPL
PAPPL is a C-based framework/library for developing CUPS Printer
Applications, which are the recommended replacement for printer
drivers.

This subpackage contains the headers for the library.

Provides

Requires

License

Apache-2.0

Changelog

* Sat Feb 10 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.4.6
    * Fixed reporting of "printer-strings-languages-supported" attribute
    * Fixed saving of "print-darkness-default" and
      "print-speed-default" values
    * Fixed incoming "raw" print socket support
    * Fixed web interface support for "printer-darkness"
* Fri Jan 26 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.4.5
    * Fixed support for "finishings", "output-bin", and "sides"
      options.
    * Fixed IEEE-1284 device ID generation code.
    * Fixed crash in retrofit printer application.
* Thu Dec 21 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.4.4
    * Fixed -n support for setting number of copies
    * Fixed that papplPrinterSetDriverDefaults did not set the
      ``orientation-requested-default`` value
    * Fixed job file preservation logic
* Wed Nov 15 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.4.3
    * Added "smi55357-device-uri" and "smi55357-driver" Printer
      Status attributes to Get-Printer-Attributes responses
    * Fixed missing mutex unlock in DNS-SD code
    * Fixed DNS-SD device list crash
* Tue Oct 17 2023 Ich <jengelh@inai.de>
  - Update to release 1.4.2
    * Fixed potential crash while listing devices
    * Fixed potential deadlock issue
* Tue Oct 10 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.4.1
    * Fixed typos in the names of the papplJobResume and
      papplJobSuspend functions
* Fri Sep 29 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to relese 1.4.0
    * Added support for "job-retain-until"
    * Added new PAPPL-Create-Printers operation, and the PAPPL
      mainloop API now auto-adds local printers the first time a
      server is run
    * Added new papplDeviceRemoveScheme and papplDeviceRemoveTypes
      APIs to disable unwanted device types
    * Added support for suspending and resuming jobs at copy boundaries
    * Added support for server configuration files
* Thu Sep 07 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.4
    * Fixed an issue with DNS-SD advertisements when the server name
      was set to "localhost".
    * Fixed an issue with hostname change detection when using
      mDNSResponder.
    * Fixed an issue with authentication cookie comparisons for
      simple password mode.
    * Updated TLS certificate generation to support more types of
      certificates and to use modern OpenSSL/GNU TLS APIs.
* Sat May 06 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.2
    * Fixed PWG ImageBox values in raster page header.
    * Fixed a bug in the "ipp-attribute-fidelity" support.
    * Fixed printing of 1/2/4-bit grayscale PNG images.
    * Fixed a potential buffer overflow in the logging code.
    * Fixed reporting of "xxx-k-octet-supported" attributes.
    * Updated the Wi-Fi configuration page to support hidden networks
      and to reload after 30 seconds.
* Sat Dec 31 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.1
    * Fixed auto-add of USB printers
    * Updated "ipp-attribute-fidelity" support
    * Reduced sleep interval for USB gadget initialization
* Fri Dec 02 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.3.0
    * Added debug logging for device management.
    * Added support for job hold and release.
    * Added papplLocGetDefaultMediaSizeName function to get the
      default media size for the current country.
    * Added support for localized banners at the top of printer and
      system web pages.
    * Added support for PNG image scaling using embedded resolution
      information.
    * Added timer APIs to manage periodic tasks, APIs to limit the
      max size of JPEG/PNG.
    * Added support for network configuration via callbacks,
    * Updated PAPPL to conform to the new prototype PWG 5100.13
      specification
* Thu Oct 13 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.3
    * Fixed a bug in the TLS upgrade logic.
    * Fixed a potential memory underflow with USB device IDs.
    * Fixed web interface support for vendor text options.
* Wed Sep 21 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.2
    * Added debug logging for device management.
    * Fixed a device race condition with job processing.
    * Fixed a potential value overflow when reading SNMP OIDs.
    * Fixed more CUPS 2.2.x compatibility issues.
    * Fixed a 100% CPU usage bug when cleaning the job history.
    * Fixed the default values of --with-papplstatedir and
    - -with-papplsockdir to use the localstatedir value.
    * Fixed a initialization timing issue with USB gadgets on newer
      Linux kernels.
* Thu May 26 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.1
    * Fixed a bug in the max-clients support code.
    * Fixed corruption in the English localization file.
* Mon May 16 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.2.0
    * Added `papplMainloopShutdown` API to trigger a shutdown of the
      system that was started by `papplMainloop`.
    * Fixed mapping of MIME media types to IEEE-1284 Command Set values.
    * Fixed a crash bug when no printers are added.
    * Fixed compatibility issues with libcups3.
  - Drop 0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch
    (merged)
* Mon Mar 07 2022 Jan Engelhardt <jengelh@inai.de>
  - Add 0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch
* Sun Feb 13 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.1.0
    * Support for Wi-Fi configuration, IPP-USB, printer driver
      lookup and auto-add functionality.
* Mon Jun 14 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.0.3
    * Fixed using the "auto" driver without an IEEE-1284 device ID
      string.
    * The DNS-SD support functions did not handle when the Avahi
      daemon is not running.

Files

/usr/include/pappl
/usr/include/pappl/pappl
/usr/include/pappl/pappl/base.h
/usr/include/pappl/pappl/client.h
/usr/include/pappl/pappl/device.h
/usr/include/pappl/pappl/job.h
/usr/include/pappl/pappl/loc.h
/usr/include/pappl/pappl/log.h
/usr/include/pappl/pappl/mainloop.h
/usr/include/pappl/pappl/pappl.h
/usr/include/pappl/pappl/printer.h
/usr/include/pappl/pappl/subscription.h
/usr/include/pappl/pappl/system.h
/usr/lib/libpappl.so
/usr/lib/pkgconfig/pappl.pc
/usr/share/doc/pappl
/usr/share/doc/pappl/pappl-512.png
/usr/share/doc/pappl/pappl-block.png
/usr/share/doc/pappl/pappl.html
/usr/share/man/man3/pappl-client.3.gz
/usr/share/man/man3/pappl-device.3.gz
/usr/share/man/man3/pappl-job.3.gz
/usr/share/man/man3/pappl-log.3.gz
/usr/share/man/man3/pappl-mainloop.3.gz
/usr/share/man/man3/pappl-printer.3.gz
/usr/share/man/man3/pappl-resource.3.gz
/usr/share/man/man3/pappl-system.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024