From 2b9fa8e63b62b0325238ca1066f2b3a853d35a91 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 2 Jan 2007 15:25:14 +0000 Subject: [PATCH] - 0.7.44: - Fixed traceback in error display (bug #220136). - Preserve case in model string when dumping debug output. - Resolves: rhbz#220136 --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index d1ac5aa..8e4210a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -85,3 +85,4 @@ 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 +system-config-printer-0.7.44.tar.bz2 diff --git a/sources b/sources index 75a42b3..b38e728 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2 -7be85c85344139937f95387757815773 system-config-printer-0.7.43.tar.bz2 +47bd61cc00917c787eb659054007eb99 system-config-printer-0.7.44.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 216f743..e98d02d 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.43 +Version: 0.7.44 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -112,7 +112,13 @@ if [ "$1" = "0" ]; then fi %changelog +* Tue Jan 2 2007 Tim Waugh 0.7.44-1 +- 0.7.44: + - Fixed traceback in error display (bug #220136). + - Preserve case in model string when dumping debug output. + * Thu Dec 21 2006 Tim Waugh 0.7.43-1 +- 0.7.43: - Don't check against IEEE 1284 DES field at all. - Merged device matching code (bug #219518). - Catch non-fatal errors when auto-matching device.