diff --git a/.gitignore b/.gitignore index f08a73f..22c5a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e32ada7..71db351 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e4b1b1fd078c09769708f09b77cb3ed system-config-printer-1.3.4.tar.xz +9d806643f17dc65a492a1d4e8a60f2ec system-config-printer-1.3.5.tar.xz diff --git a/system-config-printer-1.3.4.tar.xz.sig b/system-config-printer-1.3.4.tar.xz.sig deleted file mode 100644 index 33ed0f2..0000000 Binary files a/system-config-printer-1.3.4.tar.xz.sig and /dev/null differ diff --git a/system-config-printer-1.3.5.tar.xz.sig b/system-config-printer-1.3.5.tar.xz.sig new file mode 100644 index 0000000..433548c Binary files /dev/null and b/system-config-printer-1.3.5.tar.xz.sig differ diff --git a/system-config-printer.spec b/system-config-printer.spec index ac20fcc..eafb597 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -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 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 1.3.4-2 - No longer requires glade (uses GtkBuilder instead).