f7f7382134
Release Notes:
Significant Changes:
- Queue configuration using 'hp-setup' command is no more supported for
HP ScanJets. Scan frontends like xsane, hp-scan, scanimage, simplescan
will automatically detect usb and network ScanJets.
Added Support for the Following New Printers:
- HP ScanJet Pro 4500 fn1 Network scanner
- HP LaserJet Pro MFP M127fs
- HP DeskJet Ultra Ink Advantage 2029 Printer
- HP DeskJet Ink Advantage Ultra 2529 All-in-One Printer
Added support for the following new Distro's:
- LinuxMint 17.3
- Debian 8.3
Launchpad fixes:
1521687 - /usr/lib/sane/libsane-hpaio.so.1: undefined symbol:
mdns_probe_nw_scanners
1537467
- udev: 56-hpmud.rules should not run usb_id for all USB devices
out there
1517494 - Upgrade to HPLIP-3.15.11 fails
1536762 - HPLIP installation fails with non-english locale
1483820 - hp-plugin hangs on 'su'
1484916 - hp-plugin infinite loop
1510950 - hp-plugin not working - stuck on permission
1502025 - HP plugin installation hangs after accepting license
1534404 - Debian 8's hplip version is 3.14.6, not 3.15.2
1532451 - Laserjet Pro MFP M127fs is not supported
15 lines
537 B
Python
15 lines
537 B
Python
$NetBSD: patch-diagnose_queues.py,v 1.2 2016/02/28 20:37:28 schnoebe Exp $
|
|
|
|
Correct the spelling on the module name.
|
|
|
|
--- diagnose_queues.py.orig 2015-08-19 13:25:37.000000000 +0000
|
|
+++ diagnose_queues.py
|
|
@@ -22,7 +22,7 @@
|
|
from __future__ import print_function
|
|
__version__ = '1.1'
|
|
__title__ = 'AutoConfig Utility to check queues configuration'
|
|
-__mod__ = 'hp-daignose-queues'
|
|
+__mod__ = 'hp-diagnose-queues'
|
|
__doc__ = """Auto config utility for HPLIP supported multifunction Devices to diagnose queues configuration."""
|
|
|
|
# Std Lib
|