- 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
This commit is contained in:
Tim Waugh 2006-11-27 17:21:54 +00:00
parent bd74415c9a
commit 409c437e1d
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

@ -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 <twaugh@redhat.com> 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 <twaugh@redhat.com> 0.7.39-1
- 0.7.39:
- Busy cursor while loading foomatic and PPD list (bug #215527).