diff --git a/.cvsignore b/.cvsignore index 905c2cf..7828ee4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/sources b/sources index c75b0d2..9439a1f 100644 --- a/sources +++ b/sources @@ -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 diff --git a/system-config-printer.spec b/system-config-printer.spec index ece0e31..5c2e69f 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.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 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 0.7.50-1 - 0.7.50: - Fixed hex digits list (bug #223770).