- Use modelName from custom PPD to suggest name for new printer (trac #97).
- Avoid display problem with installable options.
- Better matching for Lexmark printers.
- Catch exceptions from advanced server settings dialog (Ubuntu #267557).
- Added some missing OpenPrinting query fields.
- Jockey support added.
- Lots of translations updated.
This commit is contained in:
Tim Waugh 2008-09-29 16:59:13 +00:00
parent 875ce86ebf
commit a6d85b104e
3 changed files with 14 additions and 2 deletions

Binary file not shown.

View File

@ -6,8 +6,8 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.0.7
Release: 2%{?dist}
Version: 1.0.8
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -152,6 +152,18 @@ rm -rf %buildroot
exit 0
%changelog
* Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-1
- 1.0.8:
- Use modelName from custom PPD to suggest name for new printer
(trac #97).
- Avoid display problem with installable options.
- Better matching for Lexmark printers.
- Catch exceptions from advanced server settings dialog (Ubuntu
#267557).
- Added some missing OpenPrinting query fields.
- Jockey support added.
- Lots of translations updated.
* Sat Aug 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-2
- Handle IPP_FORBIDDEN (bug #460670).