- Extract hostname from hp:/net/...?hostname= URIs when grouping by
  physical device (bug #1154686).
- Tell user how to retrieve journal entries as root in
  troubleshooter (bug #1157253).
- Codec fix for AuthDialog.get_auth_info (bug #1060453).
- Catch IPPError when writing server settings (bug #1159584).
- Several other fixes.

Resolves: rhbz#1154686 rhbz#1157253 rhbz#1060453 rhbz#1159584
This commit is contained in:
Tim Waugh 2014-11-04 12:21:02 +00:00
parent 2ede1d2d01
commit adf2fa4d0f
5 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -253,3 +253,4 @@ pycups-1.9.51.tar.bz2
/system-config-printer-1.5.1.tar.xz
/system-config-printer-1.5.2.tar.xz
/system-config-printer-1.5.3.tar.xz
/system-config-printer-1.5.4.tar.xz

View File

@ -1 +1 @@
ffedc4d9d175163e1b0e9ddfef51578d system-config-printer-1.5.3.tar.xz
dd5b4c6b8c47e2bd780960b38a8e9a77 system-config-printer-1.5.4.tar.xz

Binary file not shown.

View File

@ -6,7 +6,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.5.3
Version: 1.5.4
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
@ -181,6 +181,16 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
exit 0
%changelog
* Tue Nov 4 2014 Tim Waugh <twaugh@redhat.com> - 1.5.4-1
- 1.5.4:
- Extract hostname from hp:/net/...?hostname= URIs when grouping by
physical device (bug #1154686).
- Tell user how to retrieve journal entries as root in
troubleshooter (bug #1157253).
- Codec fix for AuthDialog.get_auth_info (bug #1060453).
- Catch IPPError when writing server settings (bug #1159584).
- Several other fixes.
* Fri Oct 17 2014 Tim Waugh <twaugh@redhat.com> - 1.5.3-1
- 1.5.3.