- Updated pycups to 1.9.16.

- 0.7.41:
- Reconnect smoothly after uploading new configuration.
- Update lpoptions when setting default printer if it conflicts with the
    new setting (bug #217395).
- Fixed typo in show_HTTP_Error (bug #217537).
- Don't pre-select make and model when not discoverable for chosen device
    (bug #217518).
- Set Forward button sensitive on Device screen in new-printer dialog (bug
    #217515).
- Keep Server Settings selected after applying changes if it was selected
    before.
- Set Connecting dialog transient for main window.
- Center Connecting dialog on parent.
- Optional 'reason' argument for cupshelpers.Printer.setEnabled.
- Describe devices that have no optional parameters.
- Resolves: rhbz#217395 rhbz#217537 rhbz#217518 rhbz#217515
This commit is contained in:
Tim Waugh 2006-12-07 17:55:03 +00:00
parent 494ed56fe7
commit 607fbdbaed
3 changed files with 19 additions and 3 deletions

View File

@ -82,3 +82,4 @@ system-config-printer-0.7.38.tar.bz2
system-config-printer-0.7.39.tar.bz2
system-config-printer-0.7.40.tar.bz2
pycups-1.9.16.tar.bz2
system-config-printer-0.7.41.tar.bz2

View File

@ -1,2 +1,2 @@
6f61e57ee7c6464d618a89c60e2a44fa system-config-printer-0.7.40.tar.bz2
19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2
01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.40
Version: 0.7.41
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -114,8 +114,23 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com>
* Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
- Updated pycups to 1.9.16.
- 0.7.41:
- Reconnect smoothly after uploading new configuration.
- Update lpoptions when setting default printer if it conflicts with
the new setting (bug #217395).
- Fixed typo in show_HTTP_Error (bug #217537).
- Don't pre-select make and model when not discoverable for chosen
device (bug #217518).
- Set Forward button sensitive on Device screen in new-printer
dialog (bug #217515).
- Keep Server Settings selected after applying changes if it was selected
before.
- Set Connecting dialog transient for main window.
- Center Connecting dialog on parent.
- Optional 'reason' argument for cupshelpers.Printer.setEnabled.
- Describe devices that have no optional parameters.
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
- Provide pycups feature.