- 0.7.74.2:

- When a class is removed on the server, remove it from the UI.
- When deleting a printer, select the default printer again.
- Select newly-copied printer.
- Updated translation (fi).
- Better --help message.
- Use strcoll to sort manufacturer names.
- Avoid duplicate 'recommended' marks.
- Remove duplicate device URIs.
- Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
This commit is contained in:
Tim Waugh 2007-09-19 14:00:40 +00:00
parent fa0556269c
commit ebc5077fd0
4 changed files with 14 additions and 3 deletions

View File

@ -138,3 +138,4 @@ system-config-printer-0.7.74.tar.bz2
system-config-printer-0.7.74.1.tar.bz2 system-config-printer-0.7.74.1.tar.bz2
pycups-1.9.26.tar.bz2 pycups-1.9.26.tar.bz2
pycups-1.9.27.tar.bz2 pycups-1.9.27.tar.bz2
system-config-printer-0.7.74.2.tar.bz2

View File

@ -1,2 +1,2 @@
b552088b418f7da5f55b24024f8bdd51 system-config-printer-0.7.74.1.tar.bz2
20b18338b46531b1b28602deb44aa07d pycups-1.9.27.tar.bz2 20b18338b46531b1b28602deb44aa07d pycups-1.9.27.tar.bz2
f5f78d97282eab2e33a302025f31f74e system-config-printer-0.7.74.2.tar.bz2

Binary file not shown.

View File

@ -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.74.1 Version: 0.7.74.2
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/ URL: http://cyberelk.net/tim/software/system-config-printer/
@ -128,8 +128,18 @@ if [ "$1" = "0" ]; then
fi fi
%changelog %changelog
* Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> * Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-1
- Updated pycups to 1.9.27. - Updated pycups to 1.9.27.
- 0.7.74.2:
- When a class is removed on the server, remove it from the UI.
- When deleting a printer, select the default printer again.
- Select newly-copied printer.
- Updated translation (fi).
- Better --help message.
- Use strcoll to sort manufacturer names.
- Avoid duplicate 'recommended' marks.
- Remove duplicate device URIs.
- Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
* Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com> * Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
- Updated pycups to 1.9.26. - Updated pycups to 1.9.26.