- 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:
parent
c696aea799
commit
0273c3389b
@ -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.53.tar.bz2
|
||||||
system-config-printer-0.7.54.tar.bz2
|
system-config-printer-0.7.54.tar.bz2
|
||||||
system-config-printer-0.7.55.tar.bz2
|
system-config-printer-0.7.55.tar.bz2
|
||||||
|
system-config-printer-0.7.56.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2
|
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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 0.7.55
|
Version: 0.7.56
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -111,6 +111,14 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
|
||||||
- 0.7.55:
|
- 0.7.55:
|
||||||
- Use converted value for job option widgets.
|
- Use converted value for job option widgets.
|
||||||
|
Loading…
Reference in New Issue
Block a user