- 0.7.56:

- Parse Boolean strings correctly in job options.
- Small command-set list/string fix (bug #230665).
- Handle hostname look-up failures.
- Updated filter-to-driver map.
- Don't parse printers.conf (bug #231826).
This commit is contained in:
Tim Waugh 2007-03-16 17:32:51 +00:00
parent c696aea799
commit 0273c3389b
3 changed files with 11 additions and 2 deletions

View File

@ -96,3 +96,4 @@ system-config-printer-0.7.52.tar.bz2
system-config-printer-0.7.53.tar.bz2
system-config-printer-0.7.54.tar.bz2
system-config-printer-0.7.55.tar.bz2
system-config-printer-0.7.56.tar.bz2

View File

@ -1,2 +1,2 @@
fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2
31b217a465e29ae5dfcd8f54e9d767a1 system-config-printer-0.7.55.tar.bz2
d099d2a25d8d9d8f605e42baea6b7bd6 system-config-printer-0.7.56.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.55
Version: 0.7.56
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -111,6 +111,14 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-1
- 0.7.56:
- Parse Boolean strings correctly in job options.
- Small command-set list/string fix (bug #230665).
- Handle hostname look-up failures.
- Updated filter-to-driver map.
- Don't parse printers.conf (bug #231826).
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
- 0.7.55:
- Use converted value for job option widgets.