diff --git a/.cvsignore b/.cvsignore index 618a639..905c2cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -90,3 +90,4 @@ system-config-printer-0.7.45.tar.bz2 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 diff --git a/sources b/sources index a8d5525..c75b0d2 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 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 diff --git a/system-config-printer.spec b/system-config-printer.spec index 831fe39..ece0e31 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.49 +Version: 0.7.50 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -112,6 +112,18 @@ if [ "$1" = "0" ]; then fi %changelog +* Wed Feb 7 2007 Tim Waugh 0.7.50-1 +- 0.7.50: + - Fixed hex digits list (bug #223770). + - Added bs translation. + - Don't put the ellipsis in the real device URI (bug #227643). + - Don't check for existing drivers for complex command lines (bug #225104). + - Allow floating point job options (bug #224651). + - Prevent shared/published confusion (bug #225081). + - Fixed PPD page size setting. + - Avoid os.remove exception (bug #226703). + - Handle unknown job options (bug #225538). + * Tue Jan 16 2007 Tim Waugh 0.7.49-1 - 0.7.49: - Fixed a traceback in the driver check code.