- 0.7.44:

- Fixed traceback in error display (bug #220136).
- Preserve case in model string when dumping debug output.
- Resolves: rhbz#220136
This commit is contained in:
Tim Waugh 2007-01-02 15:25:14 +00:00
parent 77096f35c2
commit 2b9fa8e63b
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <twaugh@redhat.com> 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 <twaugh@redhat.com> 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.