From 2ca8eef9bea78147c7e7957434f891dba0a643d9 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 27 2006 17:21:54 +0000 Subject: - 0.7.40: - Removed username:password from hint string because we add that in afterwards. - Don't set button widths in create-printer dialog (bug #217025). - Resolves: rhbz#217025 --- diff --git a/.cvsignore b/.cvsignore index b964986..7b19a8a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -80,3 +80,4 @@ system-config-printer-0.7.37.tar.bz2 pycups-1.9.15.tar.bz2 system-config-printer-0.7.38.tar.bz2 system-config-printer-0.7.39.tar.bz2 +system-config-printer-0.7.40.tar.bz2 diff --git a/sources b/sources index d7fdce2..225222f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 508e7693033d4752f522307cff60a413 pycups-1.9.15.tar.bz2 -53da893785fb5689b8b7faabcc20e387 system-config-printer-0.7.39.tar.bz2 +6f61e57ee7c6464d618a89c60e2a44fa system-config-printer-0.7.40.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 5836732..ef55d2b 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.39 +Version: 0.7.40 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -113,6 +113,12 @@ if [ "$1" = "0" ]; then fi %changelog +* Tue Nov 21 2006 Tim Waugh 0.7.40-1 +- 0.7.40: + - Removed username:password from hint string because we add that in + afterwards. + - Don't set button widths in create-printer dialog (bug #217025). + * Tue Nov 21 2006 Tim Waugh 0.7.39-1 - 0.7.39: - Busy cursor while loading foomatic and PPD list (bug #215527).