Driver selection, missing executables checking, and physical
device grouping now exposed via D-Bus.
Fixed cupsFilter search in missing executables check.
Use PackageKit to resolve missing executable filenames to
packages.
Fixed DNSSD hostname resolution.
Fixed firewall code to handle json errors when used with the older
system-config-firewall D-Bus service.
Fixed LPD probing (726383).
Use "hostname" instead of "IP address" when asking for names of
browse servers (bug #726134).
Updated translations.
This commit is contained in:
Tim Waugh 2011-07-29 12:42:54 +01:00
parent 626dcf1518
commit a935439d45
5 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -233,3 +233,4 @@ pycups-1.9.51.tar.bz2
/system-config-printer-1.3.2.tar.xz
/system-config-printer-1.3.3.tar.xz
/system-config-printer-1.3.4.tar.xz
/system-config-printer-1.3.5.tar.xz

View File

@ -1 +1 @@
8e4b1b1fd078c09769708f09b77cb3ed system-config-printer-1.3.4.tar.xz
9d806643f17dc65a492a1d4e8a60f2ec system-config-printer-1.3.5.tar.xz

Binary file not shown.

View File

@ -4,8 +4,8 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.3.4
Release: 2%{?dist}
Version: 1.3.5
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -201,6 +201,21 @@ if [ $1 -ge 1 ] ; then
fi
%changelog
* Fri Jul 29 2011 Tim Waugh <twaugh@redhat.com> 1.3.5-1
- 1.3.5:
- Driver selection, missing executables checking, and physical
device grouping now exposed via D-Bus.
- Fixed cupsFilter search in missing executables check.
- Use PackageKit to resolve missing executable filenames to
packages.
- Fixed DNSSD hostname resolution.
- Fixed firewall code to handle json errors when used with the older
system-config-firewall D-Bus service.
- Fixed LPD probing (726383).
- Use "hostname" instead of "IP address" when asking for names of
browse servers (bug #726134).
- Updated translations.
* Thu Jul 21 2011 Tim Waugh <twaugh@redhat.com> 1.3.4-2
- No longer requires glade (uses GtkBuilder instead).