- No longer requires rhpl (since 0.7.53).

- 0.7.53:
- Use gettext instead of rhpl.translate.
- Better layout for PPD options.
- Added scrollbars to main printer list (bug #229453).
- Set maximum width of default printer label (bug #229453).
- Handle applying changes correctly when switching to another printer (bug
    #229378).
- Don't crash when failing to fetch the PPD (bug #229406).
- Make the text entry boxes sensitive but not editable for remote printers
    (bug #229381).
- Better job options screen layout (bug #222272).
- Resolves: rhbz#229453 rhbz#229453 rhbz#229378 rhbz#229406 rhbz#229381
    rhbz#222272
This commit is contained in:
Tim Waugh 2007-02-27 11:05:49 +00:00
parent 5379fc13c9
commit 834bcbdb79
3 changed files with 15 additions and 3 deletions

View File

@ -93,3 +93,4 @@ system-config-printer-0.7.49.tar.bz2
system-config-printer-0.7.50.tar.bz2
system-config-printer-0.7.51.tar.bz2
system-config-printer-0.7.52.tar.bz2
system-config-printer-0.7.53.tar.bz2

View File

@ -1,2 +1,2 @@
fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2
67d305f4149323a24b4ba5233f4c4898 system-config-printer-0.7.52.tar.bz2
66e8fef7fa43ffdcb55c795b6c72cc77 system-config-printer-0.7.53.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.52
Version: 0.7.53
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -111,8 +111,19 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com>
* Wed Feb 14 2007 Tim Waugh <twaugh@redhat.com> 0.7.53-1
- No longer requires rhpl (since 0.7.53).
- 0.7.53:
- Use gettext instead of rhpl.translate.
- Better layout for PPD options.
- Added scrollbars to main printer list (bug #229453).
- Set maximum width of default printer label (bug #229453).
- Handle applying changes correctly when switching to another
printer (bug #229378).
- Don't crash when failing to fetch the PPD (bug #229406).
- Make the text entry boxes sensitive but not editable for remote
printers (bug #229381).
- Better job options screen layout (bug #222272).
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 0.7.52-1
- 0.7.52: