- 0.7.51:

- Prevent display glitch in job options list when clicking on a printer
    repeatedly.
- List conflicting PPD options, and embolden the relevant tab labels (bug
    #226368).
- Fixed typo in 'set default' handling that caused a traceback (bug
    #227936).
- Handle interactive search a little better (bug #227935).
- Resolves: rhbz#226368 rhbz#227936 rhbz#227935
This commit is contained in:
Tim Waugh 2007-02-09 16:06:33 +00:00
parent 586f01b33d
commit 1dc5b3fb2e
3 changed files with 12 additions and 3 deletions

View File

@ -91,3 +91,4 @@ system-config-printer-0.7.46.tar.bz2
system-config-printer-0.7.47.tar.bz2
system-config-printer-0.7.49.tar.bz2
system-config-printer-0.7.50.tar.bz2
system-config-printer-0.7.51.tar.bz2

View File

@ -1,3 +1,2 @@
fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2
47832c6587aee2b85d4bc3e845b34363 system-config-printer-0.7.49.tar.bz2
6d996b2f839649ee0d6e2907626641dc system-config-printer-0.7.50.tar.bz2
cb3cda33fc4935257233806c4a368171 system-config-printer-0.7.51.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.50
Version: 0.7.51
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -112,6 +112,15 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.51-1
- 0.7.51:
- Prevent display glitch in job options list when clicking on a printer
repeatedly.
- List conflicting PPD options, and embolden the relevant tab
labels (bug #226368).
- Fixed typo in 'set default' handling that caused a traceback (bug #227936).
- Handle interactive search a little better (bug #227935).
* Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.50-1
- 0.7.50:
- Fixed hex digits list (bug #223770).