diff --git a/.cvsignore b/.cvsignore index fb68ff1..d1ac5aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -84,3 +84,4 @@ system-config-printer-0.7.40.tar.bz2 pycups-1.9.16.tar.bz2 system-config-printer-0.7.41.tar.bz2 system-config-printer-0.7.42.tar.bz2 +system-config-printer-0.7.43.tar.bz2 diff --git a/sources b/sources index 7c04671..75a42b3 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ 19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2 -01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2 -285d03bd4f1375d327fdc5c83e1642e1 system-config-printer-0.7.42.tar.bz2 +7be85c85344139937f95387757815773 system-config-printer-0.7.43.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 4897868..216f743 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -2,7 +2,7 @@ Summary: A printer administration tool Name: system-config-printer -Version: 0.7.42 +Version: 0.7.43 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -112,6 +112,13 @@ if [ "$1" = "0" ]; then fi %changelog +* Thu Dec 21 2006 Tim Waugh 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 0.7.42-1 - 0.7.42: - Fixed typo in command set matching code.