- 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).
- Resolves: rhbz#223770 rhbz#227643 rhbz#225104 rhbz#224651 rhbz#225081
    rhbz#226703 rhbz#225538
This commit is contained in:
Tim Waugh 2007-02-07 16:55:47 +00:00
parent c5970d3a6f
commit 586f01b33d
3 changed files with 15 additions and 1 deletions

View File

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

View File

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

View File

@ -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 <twaugh@redhat.com> 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 <twaugh@redhat.com> 0.7.49-1
- 0.7.49:
- Fixed a traceback in the driver check code.