- Don't check against IEEE 1284 DES field at all.

- Merged device matching code (bug #219518).
- Catch non-fatal errors when auto-matching device.
- Fixed driver checking bug involving pipelines (bug #220347).
- Show PPD errors (bug #220136).
- Resolves: rhbz#219518 rhbz#220347 rhbz#220136
This commit is contained in:
Tim Waugh 2006-12-21 18:41:52 +00:00
parent e3539a52f4
commit 77096f35c2
3 changed files with 10 additions and 3 deletions

View File

@ -84,3 +84,4 @@ system-config-printer-0.7.40.tar.bz2
pycups-1.9.16.tar.bz2 pycups-1.9.16.tar.bz2
system-config-printer-0.7.41.tar.bz2 system-config-printer-0.7.41.tar.bz2
system-config-printer-0.7.42.tar.bz2 system-config-printer-0.7.42.tar.bz2
system-config-printer-0.7.43.tar.bz2

View File

@ -1,3 +1,2 @@
19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2 19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2
01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2 7be85c85344139937f95387757815773 system-config-printer-0.7.43.tar.bz2
285d03bd4f1375d327fdc5c83e1642e1 system-config-printer-0.7.42.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool Summary: A printer administration tool
Name: system-config-printer Name: system-config-printer
Version: 0.7.42 Version: 0.7.43
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
@ -112,6 +112,13 @@ if [ "$1" = "0" ]; then
fi fi
%changelog %changelog
* Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
- Don't check against IEEE 1284 DES field at all.
- Merged device matching code (bug #219518).
- Catch non-fatal errors when auto-matching device.
- Fixed driver checking bug involving pipelines (bug #220347).
- Show PPD errors (bug #220136).
* Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1 * Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1
- 0.7.42: - 0.7.42:
- Fixed typo in command set matching code. - Fixed typo in command set matching code.