From 56ed9b83bb61033aca86c182b3ed4a438566062a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 7 May 2010 15:29:58 +0000 Subject: [PATCH] - Updated to 1.2.2: - Check we are connected to the local server for server firewall changes and package installation. - Avoid Yes/No buttons (trac #204). - Set gettext domain for new printer dialog (Ubuntu #557199). - Make sure the printer we are changing the PPD for still exists and close New Printer window if not (bug #581668). - Specify requested_attributes in getJobs if possible (bug #584806). - Resolve DNS-SD hostnames for physical device comparision (trac #179). - jobviewer: PrinterURIIndex fix when no initial printer names and when looking up by name. - Don't fetch Device ID from network printer if we already know it. - Applet module no longer needs to import statereason. - Removed doubled-up 'translatable' attribute in UI file (Ubuntu #571662). - Fixed indentation in PK1Connection.getDevices. - No need to introspect CupsPkHelper every time, just once. - troubleshoot: turn off debugging before fetching error log. - Fixed localized state reasons (bug #587718). - Match Kyocera as manufacturer when only model name reported (Ubuntu #564633). - Fixed TreeIter handling in update_job_creation_times (bug #588409). - Make Verify buttons auto-sized (Ubuntu #575048). - Fixed a troubleshooter string and some SMB auth dialog strings that were not being translated (Ubuntu #557199). - Show unmatched IEEE 1284 Device IDs in less confusing format. - check-device-ids: run SNMP query for lpd URIs too. - Handle HTTPError from AdvancedServerSettingsDialog, and treat any HTTP errors as failures (bug #587744). - asyncconn/asyncipp: some fixes for connection/reconnection failures. - ppdsloader: watch out for errors when connecting. - Initialise GUI.printers in constructor (bug #589793). - Always use close_fds=True in subprocess.Popen calls (bug #587830). - Translation updates. --- .cvsignore | 1 + sources | 2 +- system-config-printer-1.2.1.tar.xz.sig | Bin 65 -> 0 bytes system-config-printer-1.2.2.tar.xz.sig | Bin 0 -> 65 bytes ...-printer-use-getJobs-requested-attrs.patch | 34 ------------- system-config-printer.spec | 47 +++++++++++++++--- 6 files changed, 43 insertions(+), 41 deletions(-) delete mode 100644 system-config-printer-1.2.1.tar.xz.sig create mode 100644 system-config-printer-1.2.2.tar.xz.sig delete mode 100644 system-config-printer-use-getJobs-requested-attrs.patch diff --git a/.cvsignore b/.cvsignore index ee1a9d5..e6fe8d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -217,3 +217,4 @@ system-config-printer-1.1.93.tar.xz pycups-1.9.49.tar.bz2 system-config-printer-1.2.0.tar.xz system-config-printer-1.2.1.tar.xz +system-config-printer-1.2.2.tar.xz diff --git a/sources b/sources index da82021..2ed88c8 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2 6db9d8bc7f40315bc0b93f210737cc82 pycups-1.9.49.tar.bz2 -c5463ad1b9f81947293521f8152727a1 system-config-printer-1.2.1.tar.xz +b14021236af2d935641c27d214d4923a system-config-printer-1.2.2.tar.xz diff --git a/system-config-printer-1.2.1.tar.xz.sig b/system-config-printer-1.2.1.tar.xz.sig deleted file mode 100644 index 74c72181d67a0a3824fe8e97fbe153dc37d112f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-OU6!Z1hg7`no8Q&5dt@20G==t3sBc4zdV - 1.2.2-1 +- Updated to 1.2.2: + - Check we are connected to the local server for server firewall + changes and package installation. + - Avoid Yes/No buttons (trac #204). + - Set gettext domain for new printer dialog (Ubuntu #557199). + - Make sure the printer we are changing the PPD for still exists + and close New Printer window if not (bug #581668). + - Specify requested_attributes in getJobs if possible (bug #584806). + - Resolve DNS-SD hostnames for physical device comparision + (trac #179). + - jobviewer: PrinterURIIndex fix when no initial printer names and + when looking up by name. + - Don't fetch Device ID from network printer if we already know it. + - Applet module no longer needs to import statereason. + - Removed doubled-up 'translatable' attribute in UI file + (Ubuntu #571662). + - Fixed indentation in PK1Connection.getDevices. + - No need to introspect CupsPkHelper every time, just once. + - troubleshoot: turn off debugging before fetching error log. + - Fixed localized state reasons (bug #587718). + - Match Kyocera as manufacturer when only model name reported + (Ubuntu #564633). + - Fixed TreeIter handling in update_job_creation_times (bug #588409). + - Make Verify buttons auto-sized (Ubuntu #575048). + - Fixed a troubleshooter string and some SMB auth dialog strings + that were not being translated (Ubuntu #557199). + - Show unmatched IEEE 1284 Device IDs in less confusing format. + - check-device-ids: run SNMP query for lpd URIs too. + - Handle HTTPError from AdvancedServerSettingsDialog, and treat any + HTTP errors as failures (bug #587744). + - asyncconn/asyncipp: some fixes for connection/reconnection + failures. + - ppdsloader: watch out for errors when connecting. + - Initialise GUI.printers in constructor (bug #589793). + - Always use close_fds=True in subprocess.Popen calls (bug #587830). + - Translation updates. + * Thu Apr 22 2010 Tim Waugh - 1.2.1-2 - Specify requested attributes in getJobs if possible (bug #584806). - Added optional requested_attributes argument to Connection.getJobs