SHA256
1
0
forked from pool/pappl
pappl/pappl.changes

105 lines
4.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon May 16 11:02:57 UTC 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 7 18:27:49 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-Define-_FILE_OFFSET_BITS-64-on-linux-Issue-193.patch
-------------------------------------------------------------------
Sun Feb 13 23:21:17 UTC 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 16:11:11 UTC 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.
Accepting request 855030 from home:alois:branches:Printing - Update to version 1.0.0 * papplSystemLoadState would not load printers whose device IDs contained the # character. * Passing "auto" for the driver name would cause a crash if there was no auto-add callback. * Added papplPrinterGetPath API to get the path for a printer web page. * The papplPrinterAddLink and papplSystemAddLink functions now accept an "options" argument instead of the "secure" boolean in order to allow links to be added to multiple places on the web interface in addition to requesting a secure (HTTPS) link. version 1.0rc1: * Added IEEE-1284 device ID to argument list for printer driver callbacks. * Documentation updated * Printers discovered via DNS-SD now report their IEEE-1284 device ID string. * The "auto-add" callback is now part of the system's printer driver interface, allowing IPP, web, and command-line clients to access it. * Now save state after deleting a printer. * Now check whether a named printer already exists. * Support for "output-bin-default" was missing from the web interface. * Fixed support for vendor options at the command-line. * The main loop now shows an error message if an option is provided after "-o" without a space. * Fixed test page and identify buttons. * Code cleanup. * Boolean vendor options are now shown as checkboxes. * Made several improvements to the web interface for adding printers. * papplSystemLoadState no longer crashes when it cannot create a printer. * Fixed a crash bug in the "autoadd" command provided by papplMainloop. * Added a printer creation callback to papplSystemSetPrinterDrivers that is run after a printer is created. * Added the "path" value for the DNS-SD printer web page, and added a registration for the system web page in multi-queue mode. * papplDeviceRead now has a 100ms timeout for USB and network connections. * Implemented back-channel and status updates for the USB printer gadget. * Finished implementation of test suite for major code paths/job processing functionality. * Fixed a bug in the log rotation code. * Fixed some threading bugs with the various object lists managed by the system. OBS-URL: https://build.opensuse.org/request/show/855030 OBS-URL: https://build.opensuse.org/package/show/Printing/pappl?expand=0&rev=4
2020-12-12 14:46:08 +01:00
-------------------------------------------------------------------
Sat Dec 12 04:55:54 UTC 2020 - aloisio@gmx.com
- Update to version 1.0.0
* papplSystemLoadState would not load printers whose device
IDs contained the # character.
* Passing "auto" for the driver name would cause a crash if
there was no auto-add callback.
* Added papplPrinterGetPath API to get the path for a
printer web page.
* The papplPrinterAddLink and papplSystemAddLink functions
now accept an "options" argument instead of the "secure"
boolean in order to allow links to be added to multiple
places on the web interface in addition to requesting a
secure (HTTPS) link.
version 1.0rc1:
* Added IEEE-1284 device ID to argument list for printer
driver callbacks.
* Documentation updated
* Printers discovered via DNS-SD now report their IEEE-1284
device ID string.
* The "auto-add" callback is now part of the system's printer
driver interface, allowing IPP, web, and command-line
clients to access it.
* Now save state after deleting a printer.
* Now check whether a named printer already exists.
* Support for "output-bin-default" was missing from the web
interface.
* Fixed support for vendor options at the command-line.
* The main loop now shows an error message if an option is
provided after "-o" without a space.
* Fixed test page and identify buttons.
* Code cleanup.
* Boolean vendor options are now shown as checkboxes.
* Made several improvements to the web interface for adding
printers.
* papplSystemLoadState no longer crashes when it cannot
create a printer.
* Fixed a crash bug in the "autoadd" command provided by
papplMainloop.
* Added a printer creation callback to
papplSystemSetPrinterDrivers that is run after a printer
is created.
* Added the "path" value for the DNS-SD printer web page, and
added a registration for the system web page in multi-queue
mode.
* papplDeviceRead now has a 100ms timeout for USB and
network connections.
* Implemented back-channel and status updates for the USB
printer gadget.
* Finished implementation of test suite for major code
paths/job processing functionality.
* Fixed a bug in the log rotation code.
* Fixed some threading bugs with the various object lists
managed by the system.
-------------------------------------------------------------------
Thu Nov 12 07:52:25 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0b1
* Drop 10-second timeout for USB data.
* Add start of USB ethernet & mass storage gadget support.
* Make sure an unknown number of pages does not disable
duplex printing.
* Pad/crop PWG/Apple raster data rather than erroring out.
-------------------------------------------------------------------
Tue Oct 13 21:40:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 0~git378 / 2c2b86eb9e9)
for build.opensuse.org.