From a935439d451dda8a2d61b9efcf236f2689a7f7fa Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 29 Jul 2011 12:42:54 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + sources | 2 +- system-config-printer-1.3.4.tar.xz.sig | Bin 280 -> 0 bytes system-config-printer-1.3.5.tar.xz.sig | Bin 0 -> 280 bytes system-config-printer.spec | 19 +++++++++++++++++-- 5 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 system-config-printer-1.3.4.tar.xz.sig create mode 100644 system-config-printer-1.3.5.tar.xz.sig 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 33ed0f2418fefa4d5e044bb84f127e8bf4e7d407..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 280 zcmV+z0q6dS0TlxU08Su2q3*?zs`TEJECB-Nrw9K=h9xKApI$;>wg7$HgXjx)=r4h2 z{1{^3z7&MqV$i@P%YV9 zLF9r1p%}}u_$MsP`QI8Rc`I-`#Do01XwYHI+OAmrJpn5c5_M(p4&HZl$wgi2Y15=* zviZ-jD7lo{W%41u^qPjJk3&AbNMmhY2~_n)q2|W@aRK>2>ClHwmmkIeq1@9;0Q;N) eu&Z4L4jeBErffc%jVZIKdw{2x?l+N(<}G|lw2UeM 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 0000000000000000000000000000000000000000..433548cc92afca1e9771f7d7057ac9ba211d1d74 GIT binary patch literal 280 zcmV+z0q6dS0TlxU08TQObMD2Fs`TEJECB)+?+5)GH&d~mlDSGfXk+lvw1#g@RIok( z_bMy|DV)kB8xU;=WVEUfR`6fpF#~)I%Sg1!)TU#)7*(qnh3XP0tUGhxu@w}y?Q6*O z*V)?s7>9Wr4W7bognG>Zia}D3w73qJ&VY4tVu5frGtHhXJApR=Ecl|?QqlB9e%_$x zEsdJ66IMw7AmV;G+SOa-+9jQ8yxC=7KtmyL#H2Jhw6dwMPPM4%nMdEin*_8&RwFx!}qV^S@b+o6U=^htGgrf$li-`WM^*9m`WKG eQ4sBaprHK-(i`zC7*!tcf6!(cSm!XYpe<;e+J 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).