|
|
|
|
Changelog for system-config-printer-udev-1.3.7-2.fc16.i686.rpm :
Mon Oct 17 14:00:00 2011 Tim Waugh 1.3.7-2 - Fixed typo in check-device-ids.py when looking for ID-less matches. - Handle new CUPS 1.5 IPP error response IPP_AUTHENTICATION_CANCELED (Ubuntu #653132).
Wed Oct 5 14:00:00 2011 Tim Waugh 1.3.7-1 - 1.3.7: - Show private job attributes for \"my jobs\" (bug #742279). - Enable Test Page button when application/postscript is supported. - Some preferreddrivers.xml fixes (Ubuntu #855412). - Handle errors saving troubleshoot.txt (Ubuntu #789602). - Removed some stale code. - Make connections list more easily accessible (Ubuntu #842092). - Improved handling of remote CUPS queues via DNS-SD, and IPP devices. - Better display of CUPS servers from \"Find Network Printer\". - Fixed SMB method for printer finder. - Don\'t handle tooltips during mainloop recursion (bug #664044, bug #739734). - Fixed bold print of tab labels on option conflicts. - Preserve installable options on driver change. - Update printer properties dialog correctly when PPD changed. - Fixed typo triggered by private job attributes (Ubuntu #827573). - Marked some translatable strings that weren\'t (bug #734313).
Mon Aug 22 14:00:00 2011 Tim Waugh 1.3.6-1 - 1.3.6: - Updated translations. - IPPAuthConnection: avoid traceback (Ubuntu #828030). - Allow entering AATT,?,=,& characters in Device URI text field (Ubuntu #826958). - Removed PackageKit client code in missingPackagesAndExecutables (bug #726938). - Properties dialog: make OK button sensitive even when no changes to save (Ubuntu #444280).
Mon Aug 15 14:00:00 2011 Tim Waugh 1.3.5-4 - Removed redundant macros, spotted by Jiri Popelka.
Tue Aug 2 14:00:00 2011 Tim Waugh 1.3.5-3 - Removed problematic PackageKit client support (bug #726996, bug #726938).
Mon Aug 1 14:00:00 2011 Tim Waugh 1.3.5-2 - Make PackageKit optional (bug #726996).
Fri Jul 29 14:00:00 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. - Also: applied patch to fix serversettings traceback, from upstream post-1.3.5 (bug #726682). - Move files around so the libs sub-package provides the D-Bus service.
Thu Jul 21 14:00:00 2011 Tim Waugh 1.3.4-2 - No longer requires glade (uses GtkBuilder instead).
Fri Jul 15 14:00:00 2011 Tim Waugh 1.3.4-1 - 1.3.4: - Don\'t rely on retriggering printers; enumerate them from systemd instead. - Don\'t complain about missing/invalid device ID for devices we\'ve already handled. - Removed unused Printer Groups feature. - Don\'t show \"No printers configured\" page if the printers are filtered in any way. - URL-quote URIs when using \"Find Network Printer\" (Ubuntu #808137). - Downloadable drivers: don\'t display printers for which there are no drivers (bug #668154). - Kerberos support for the SMB \'Verify\' button (requires new enough pycups). - Removed IPP/HTTP device screen in favour of \"Enter URI\" (bug #685091). - Converted ComboBoxEntry widgets to Entry+EntryCompletion in NewPrinterWindow.ui. - Robustness in ppdsloader in the face of errors (Ubuntu #766818). - Changed Make/Model/State labels into GtkEntry widgets so contents are always fully selectable (bug #719217). - Convert iters to paths before comparing (bug #717062, Ubuntu #791690, trac #221). - Set translation domain in D-Bus service (Ubuntu #783967). - Ensure consistency in jobviewer if add_job fails (bug #693055, bug #632551). - Avoid PostScript for HP LaserJet 2100 Series (bug #710231). - Raised priority for SpliX driver (Ubuntu bug #793741). - Updated Free Software Foundation (FSF) address. - Adjusted test code in asyncpk1.py so it doesn\'t look like a tempfile vulnerability.
Fri Jun 3 14:00:00 2011 Jiri Popelka 1.3.3-1 - 1.3.3: - Set translation domain for ServerSettingsDialog (Ubuntu #777188). - scp-dbus-service: Ignore setlocale() errors (Ubuntu #748964). - Renamed ui/ *.glade to ui/ *.ui again (Ubuntu #759811). - Allow % character in SMB URI (Ubuntu #747400). - More error handling (Ubuntu #744783). - Avoid traceback if printer duplication fails (bug #694629). - Fixed off-by-one error in monitor. - Fixed printer renaming (Ubuntu #726954). - Added PrinterModified D-Bus signal to printer properties interface. - More robustness for printer properties dialog when printer removed (Ubuntu #741987). - Fixed PPDs loader when using CUPS remotely or when DBus not available (bug #693515). - Handle failure to load PPDs more gracefully (Ubuntu #742409). - Avoid traceback when cancelling New Printer dialog after failure. - Make sure everything is ready before handlers might be called (bug #689336). - Ensure consistency in jobviewer if add_job fails (bug #693055, bug #632551). - Be defensive against CUPS returning incorrect job IDs (Ubuntu #721051). - Job viewer\'s attribute window: Convert job numbers and attribute values to strings (Ubuntu bug #733088). - udev-configure-printer: be more defensive when parsing CUPS response (Ubuntu #760661).
Tue Mar 22 13:00:00 2011 Tim Waugh 1.3.2-2 - Fixed traceback in newprinter.py (bug #680683). - Improvements for check-device-ids from upstream. - Don\'t start the applet in GNOME at all (bug #677676), now that GNOME Shell is capable of handling New Printer notifications. (Note that automatic driver installation won\'t work until GNOME Shell implements that part.)
Fri Mar 18 13:00:00 2011 Tim Waugh 1.3.2-1 - 1.3.2: - Set connected state when connecting to server fails (bug #685098). - Handle the situation where cupsd has died/restarted more gracefully. - Renamed ui/ *.ui -> ui/ *.glade again, fixing translations. - Just hide Printer Properties dialog on delete-event (Ubuntu #729966). - Extra job options: print-quality, printer-resolution, output-bin. - Automatically show horizontal scrollbar in job options screen. - Ignore \"output-mode-default\" attribute as it is not settable. - Handle IPP_TAG_RESOLUTION types (requires pycups-1.9.55). - Don\'t traceback if option value cannot be handled. - Fixed traceback in options.py (bug #679103). - Handle URIs in Find Network Printer entry, and use \'Enter URI\' instead of \'Other\' (bug #685091). - Use \"Do It Later\" instead of \"Cancel\" for adjust firewall dialog (trac #213). - Fixed an instance where NewPrinterGUI might not have self.printers set (bug #680683). - IPPHostname can contain colon (to specify port). - Fixed automatic driver installation when changing the driver. - Removed stale code left over from conversion to gobjects. - Ensure all uses of ppdsloader supply the Device ID. - Fixed some small typos in newprinter --help output. - Prevent traceback after 2nd drivers search dialog is cancelled (bug #680288). - Activated and fixed testing mode for device ID/driver association - Match HP-Fax2/3/... PPDs, as well as Ubuntu/Debian hpijs-ppds packages. - preferreddrivers.xml: Identify hpcups and hpijs fax PPDs. - Match native hpijs driver (drv:///hp/hpijs.drv/...) as \"hpijs\". - Handle Ubuntu locations of hpcups.drv and hpijs.drv. - preferreddrivers.xml: match OpenPrinting gutenprint PPD names as gutenprint. - Removed DES field check altogether. - xmldriverprefs.test: show order more clearly. - Make xmldriverprefs.test() debugging optional. - More debugging during PPD selection. - Prefer foomatic PostScript drivers before PCL drivers (except foomatic-recommended ones).
Thu Feb 17 13:00:00 2011 Tim Waugh 1.3.1-1 - 1.3.1: - Fixed page sequence when adding a printer with an exactly-matching driver. - firewall: fixed cache behaviour. - Defer calls to populateList initiated by monitor. - Removed duplicate method definition. - monitor: always set self.bus even when D-Bus not available.
Thu Feb 17 13:00:00 2011 Tim Waugh 1.3.0-3 - Prevent traceback during libsane-hpaio installation check.
Wed Feb 16 13:00:00 2011 Tim Waugh 1.3.0-2 - Don\'t show job notifications from the applet, just do New Printer notifications and handle requests to install printer drivers (bug #677676).
Wed Feb 16 13:00:00 2011 Tim Waugh 1.3.0-1 - 1.3.0: - Prevent look-up failures in dnssdresolve (Ubuntu #716357). - Install libsane-hpaio when appropriate (bug #585362). - Avoid double-checking networked HPLIP-able devices. - Use #!/usr/bin/python throughout, even for non-executables. - Don\'t display tooltips in the jobviewer as they do not work at all. - Translation updates.
Wed Feb 9 13:00:00 2011 Fedora Release Engineering - 1.2.97-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Wed Feb 9 13:00:00 2011 Jiri Popelka 1.2.97-1 - 1.2.97: - Handle failure to connect in PrinterURIIndex (bug #668568). - Fixed bugs in gtk_label_autowrap.py (bug #637829). - Avoid Foomatic/pxlmono until output size issue is fixed (bug #661814). - Avoid traceback when notification daemon has persistence (bug #671375). - Don\'t crash when DISPLAY is unset (bug #676339, #676343). - Improvements for DNS-SD support from Till Kamppeter - troubleshoot: handle wrong server name but right IP address. - Update printer properties after NewPrinter dialog has changed PPD/device. - Don\'t rely on CUPS_PRINTER_COMMANDS alone. - Use set_autowrap() from slip.gtk module when possible.
Fri Jan 21 13:00:00 2011 Jiri Popelka 1.2.96-3 - Fixed driver selection when there are duplicate PPDs available. (#667571) - Grabbing focus for editing breaks it (bug #650995).
Tue Jan 18 13:00:00 2011 Jiri Popelka 1.2.96-2 - Allow %, ( and ) characters in dnssd URI (bug #669820).
Mon Jan 17 13:00:00 2011 Jiri Popelka 1.2.96-1 - 1.2.96: - Remove reference to current printer on exit (bug #556548). - Handle cups.Connection() failure in PrinterURIIndexr (bug #648014). - Block unwanted characters when editing queue name (bug #658550). - Initialise D-Bus threading in timedops module (bug #662047). - many other fixes
Thu Dec 2 13:00:00 2010 Tim Waugh - 1.2.95-4 - Grab focus on the IconView after setting it editable (bug #650995).
Tue Nov 30 13:00:00 2010 Tim Waugh - 1.2.95-3 - Removed calls to pynotify.Notification.attach_to_status_icon() (bug #657722).
Fri Nov 26 13:00:00 2010 Jiri Popelka 1.2.95-2 - Added %ghost to /var/run/udev-configure-printer/usb-uris (bug #656698).
Thu Nov 25 13:00:00 2010 Tim Waugh - 1.2.95-1 - 1.2.95. - Removed pycups and pysmbc tarballs as they are now packaged separately as python-cups and python-smbc.
Mon Nov 22 13:00:00 2010 Tim Waugh - 1.2.5-8 - Added in missing part of patch for last change (bug #655317).
Wed Nov 3 13:00:00 2010 Tim Waugh - 1.2.5-7 - Don\'t use status icon if notification server supports persistence.
Fri Oct 29 14:00:00 2010 Tim Waugh - 1.2.5-6 - Make sure InstallPrinterDrivers gets correctly typed values (bug #647270).
Sun Oct 24 14:00:00 2010 Jiri Popelka 1.2.5-5 - Correct newly added NPTLpdQueue.patch (bug #646002).
Fri Oct 22 14:00:00 2010 Jiri Popelka 1.2.5-4 - Don\'t check ComboBoxEntry for allowed characters (bug #644131).
Thu Oct 14 14:00:00 2010 Tim Waugh - 1.2.5-3 - Always use MFG and MDL fields for InstallPrinterDrivers interface (bug #643073).
Thu Oct 14 14:00:00 2010 Tim Waugh - 1.2.5-2 - Show debug output whenever InstallPrinterDrivers is called.
Wed Oct 13 14:00:00 2010 Tim Waugh - 1.2.5-1 - 1.2.5: - CMD-field matching for PPDs (bug #630058). - Avoid crash in jobviewer (bug #640904). - Don\'t try to modify firewall for SNMP broadcast responses as it doesn\'t work (trac #214). - Correctly parse snmp backend output when fetching Device ID (bug #639394). - XmlHelper: Don\'t indent output when saving to file (bug #639586). - GroupsPaneModel: Avoid crash when removing queue (bug #639586). - Use \"Do It Later\" instead of \"Cancel\" for adjust firewall dialog (trac #213). - Delete Bluetooth printer\'s queue when unpaired. - Show examples of IPP URIs (bug #575795). - Use actual Device ID strings in \'no match\' debug message (bug #630350). - Prevent disallowed characters in text entry fields when adding new printer (bug #621199). - Fixed race condition while renaming printer (bug #625502). - Request required job attributes rather than assuming they will be present in response (bug #635719). - Discard disallowed characters when renaming (bug #612315). - Mark more translatable strings (bug #634436).
Wed Sep 29 14:00:00 2010 jkeating - 1.2.4-3 - Rebuilt for gcc bug 634757
Mon Sep 13 14:00:00 2010 Tim Waugh - 1.2.4-2 - Rebuilt with updated translations.
Thu Aug 26 14:00:00 2010 Jiri Popelka 1.2.4-1 - Updated to 1.2.4: - Error checking in on_job_cancel_prompt_response (bug #608283). - Fixed UDEV_RULES conditional; also, avoid unnecessary tests. - Fill in username before calling set_auth_info (bug #609515). - Make the \'Add\' button actually do something. - Initialise downloadable_drivers dict earlier (bug #608815). - Strip \' BR-Script3\' from the names of Brother PPDs. - Sanitize loading of non-existing icon (bug #612415). - udev helper: use CUPS defaults when connecting. - Blacklist certain printer state reasons (bug #520815). - Exclude dnssd backend from udev search. - Avoid double-destroy in ppdsloader. - Catch KeyError in jobviewer when printer uri not known (bug #615727). - Changed shebang in executables (bug #618357). - Make udev-configure-printer work for Bluetooth (Bastien Nocera). - Merged Till Kamppeter\'s patches. - Access OpenPrinting via the web query API with redirect support. - Prioritize DNS-SD-based URIs against IP-based URIs. - Added missing \"import gobject\" to probe_printer.py. - On discovered network printers do not only cache make and model but also the device ID. - Fix recognition of remote CUPS queues when setting up an IPP queue. - Added delay to the auto-start of the applet. - Do not error out on missing firewall D-Bus service. - Make multi-threaded driver package search via Jockey work. - Prioritize HP\'s hpcups driver against HPIJS. - Silence error messages of missing PrinterDriversInstaller D-Bus service. - Improvements for setting up Bluetooth printers. - udev-configure-printer: Match usblp, libusb, HPLIP, and USB device file URIs. - Fill the queue list when clicking \"Probe\" in LPD printer setup screen. - Remove the \":9100\" from discovered \"socket://...\" URIs. - Integration of the dnssd CUPS backend and assosiation of DNS-SD names and IPs. - When setting up a printer search for local drivers before searching the internet.
Sun Aug 22 14:00:00 2010 Tim Waugh - 1.2.3-6 - Updated pysmbc to 1.0.9.
Thu Jul 22 14:00:00 2010 David Malcolm - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
Mon Jul 12 14:00:00 2010 Jiri Popelka 1.2.3-4 - Moved COPYING file to libs sub-package.
Fri Jun 25 14:00:00 2010 Tim Waugh - 1.2.3-3 - Updated pycups to 1.9.51 (bug #584991).
Thu Jun 24 14:00:00 2010 Tim Waugh - 1.2.3-1 - Updated to 1.2.3: - Use toolbar instead of menubar in JobsViewer (trac #205). - Fixed HTTPError status code handling when changing server settings. - Fixed traceback with driver auto-selection (bug #590193). - Only local filenames can be selected for troubleshoot.txt (bug #590529). - Fixed cups-pk-helper FileGet usage (bug #587744). - Escape printer names in error dialog markup (Ubuntu #567324). - Avoid traceback changing PPD for queue with bad PPD. - Attempt to translate backend device-info strings (Ubuntu #557199). - Don\'t buffer debugging output. - Avoid leaking Connection objects when cancelling jobs. - Threading fixes (trac #206). - Canon naming fixes from vendor. - Make deep copy of list of job ids to cancel (bug #598249). - Bluetooth auto-config support. - Restored keybindings/tooltips lost in switch to action groups (trac #208). - Spinner icon has to have more than one frame (bug #603034). - Add job to active_jobs only if we\'re interested in it (bug #604492). - Make sure automatically-created queues will work; delete queue if missing executables. - Don\'t add queues for Graphtec devices (bug #547171). - Avoid KeyError in AdvancedServerSettings.py (bug #606798). - Handle empty notify-subscribed-event subscription attributes (bug #606909).
Wed Jun 2 14:00:00 2010 Jiri Popelka 1.2.2-4 - Initialise auto_make to the empty string (bug #590193).
Tue May 18 14:00:00 2010 Tim Waugh - 1.2.2-3 - Updated pycups to 1.9.50. - Updated pysmbc to 1.0.7.
Thu May 13 14:00:00 2010 Tim Waugh - 1.2.2-2 - cups-pk-helper FileGet method requires directory it can write to (bug #587744).
Fri May 7 14:00:00 2010 Tim Waugh - 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 14:00:00 2010 Tim Waugh - 1.2.1-2 - Specify requested attributes in getJobs if possible (bug #584806). - Added optional requested_attributes argument to Connection.getJobs (bug #584806).
Thu Apr 15 14:00:00 2010 Tim Waugh - 1.2.1-1 - Updated to 1.2.1: - Fixed missing translations (bug #580442). - Offer to adjust firewall when necessary. - Avoid tracebacks when adjusting server settings. - Handle IPP failure fetching printer attributes for completed jobs (Ubuntu #562679). - monitor: don\'t crash if job-state attribute is missing (Ubuntu #562441). - troubleshoot: handle IPPError in PrintTestPage module (bug #579957). - Lots of check-device-ids fixes.
Mon Apr 12 14:00:00 2010 Tim Waugh - 1.2.0-13 - Use JobCancel compatibility method until cups-pk-helper-0.1.0 is packaged (bug #581315).
Sat Mar 27 13:00:00 2010 Tim Waugh - 1.2.0-12 - check-device-ids: use make-and-model field for best-matching. - Use upstream fix for async bugs.
Fri Mar 26 13:00:00 2010 Tim Waugh - 1.2.0-11 - More async traceback fixes (Ubuntu #547075).
Fri Mar 26 13:00:00 2010 Tim Waugh - 1.2.0-10 - Better inklevel 25/50/75 markers. - Fixed window transience for \'Change Device URI\'. - More async traceback fixes (Ubuntu #547075).
Thu Mar 25 13:00:00 2010 Tim Waugh - 1.2.0-9 - check-device-ids: use correct paths for LSB model URIs. - Fixed cdi-search-harder patch.
Thu Mar 25 13:00:00 2010 Tim Waugh - 1.2.0-8 - Fixed traceback in asyncipp (bug #576932). - check-device-ids: search harder for missing Device IDs. - Make inklevel widget easier to read (bug #576930).
Wed Mar 24 13:00:00 2010 Tim Waugh - 1.2.0-7 - Use new JobCancelPurge cups-pk-helper method (bug #576496).
Mon Mar 22 13:00:00 2010 Tim Waugh - 1.2.0-6 - Initialize downloadable_drivers when OpenPrinting query fails (bug #574562).
Mon Mar 22 13:00:00 2010 Tim Waugh - 1.2.0-5 - Fixed pycups build with new distutils. - Fixed reconnection error handling in IPPAuthOperation class (bug #575198).
Fri Mar 19 13:00:00 2010 Tim Waugh - 1.2.0-4 - check-device-ids.py: Fixed driver-URI to filename mapping.
Fri Mar 19 13:00:00 2010 Tim Waugh - 1.2.0-3 - The canonical name for Kyocera is Kyocera Mita. - Show CMD field in check-device-ids.py.
Thu Mar 18 13:00:00 2010 Tim Waugh - 1.2.0-2 - Fixed traceback in check-driver-ids.py when no drivers are found (bug #574827).
Wed Mar 17 13:00:00 2010 Tim Waugh - 1.2.0-1 - Updated to pycups-1.9.49. - 1.2.0: - Another error handling fix in check-device-ids.py. - Added StartupNotify=true to \'manage print jobs\' desktop file.
Tue Mar 16 13:00:00 2010 Tim Waugh - 1.1.93-7 - Import modules we catch exceptions from (bug #574117).
Mon Mar 8 13:00:00 2010 Jiri Popelka 1.1.93-6 - Fixed pycups to be more cautious when removing the Connection object from the list (bug #567386).
Wed Mar 3 13:00:00 2010 Tim Waugh - 1.1.93-5 - Added comments for all sources and patches. - Ship COPYING files.
Mon Mar 1 13:00:00 2010 Tim Waugh - 1.1.93-4 - Use icon name \'printer\' instead of \'gnome-dev-printer\'.
Mon Mar 1 13:00:00 2010 Tim Waugh - 1.1.93-3 - Attempt to install drivers in the Device ID checker.
Sun Feb 28 13:00:00 2010 Tim Waugh - 1.1.93-2 - Import gobject in gtkspinner.py.
Sat Feb 27 13:00:00 2010 Tim Waugh - 1.1.93-1 - 1.1.93.
Mon Feb 22 13:00:00 2010 Tim Waugh - 1.1.92-4 - Removed Device ID hacks for Kyocera and HP. This avoids a false positive for the incorrect-Device-ID warning.
Mon Feb 22 13:00:00 2010 Jiri Popelka 1.1.92-3 - Catch RuntimeError in statereason.py when cupsGetPPD2 fails (bug #566938).
Sun Feb 21 13:00:00 2010 Tim Waugh - 1.1.92-2 - Display a warning when the wrong IEEE 1284 Device ID is detected.
Fri Feb 19 13:00:00 2010 Tim Waugh - 1.1.92-1 - 1.1.92.
Wed Feb 17 13:00:00 2010 Tim Waugh - 1.1.91-3 - Convert MFG and MDL to lowercase before D-Bus call to work around bug #566217.
Thu Feb 11 13:00:00 2010 Tim Waugh - 1.1.91-2 - Avoid clearing device settings when adding printer (bug #563989).
Mon Feb 8 13:00:00 2010 Tim Waugh - 1.1.91-1 - 1.1.91. - No longer requires usermode (bug #562270).
Mon Jan 25 13:00:00 2010 Tim Waugh - 1.1.90-3 - Set model for LPD queue ComboEntry (bug #558484). - Only add current device to list when all devices found (bug #558524). - Fixed statereason localization for raw queues (bug #558156). - Fixed async fallback again (bug #557854).
Thu Jan 21 13:00:00 2010 Tim Waugh - 1.1.90-2 - Added GtkAdjustments for all XML-declared SpinButtons. - Fixed traceback when renaming a printer.
Tue Jan 19 13:00:00 2010 Tim Waugh - 1.1.90-1 - 1.1.90 development release.
Tue Jan 19 13:00:00 2010 Tim Waugh - 1.1.16-10 - Update pycups to 1.9.48.
Mon Jan 18 13:00:00 2010 Tim Waugh - 1.1.16-9 - Clean up temporary files when localizing statereason (bug #552768). - Make sure serial device widgets are always initialized (bug #556488). - Handle errors more gracefully in userdefault.py (bug #556345). - Don\'t rely on cups-pk-helper being around (bug #556170). - Avoid traceback when checking on connecting backends (bug #555552).
Mon Jan 11 13:00:00 2010 Tim Waugh - 1.1.16-8 - Fixed traceback when copying printer with certain job options set (bug #554268).
Mon Jan 11 13:00:00 2010 Tim Waugh - 1.1.16-7 - Fixed traceback introduced in recent fix (bug #554372).
Thu Jan 7 13:00:00 2010 Tim Waugh - 1.1.16-6 - Fixed crash when using keyring for auth without password (bug #553141).
Thu Jan 7 13:00:00 2010 Tim Waugh - 1.1.16-5 - Fixed typo introduced in recent fix (bug #551436).
Wed Jan 6 13:00:00 2010 Tim Waugh - 1.1.16-4 - Use %global instead of %define.
Wed Jan 6 13:00:00 2010 Tim Waugh - 1.1.16-3 - Fixed pycups IPPRequest attribute handling bug. - Make sure there are enough ink level values (bug #541882). - Make sure the printer we added still exists before selecting it (bug #551436). - Set notification timeouts appropriately (bug #550829). - Avoid traceback in NewPrinterGUI.init (bug #550442). - Avoid traceback in on_jobviewer_exit (bug #550437).
Wed Dec 23 13:00:00 2009 Tim Waugh - 1.1.16-2 - Prefer foomatic-recommended drivers (bug #550108). - Pre-select correct driver when adding or changing a queue (bug #550075). - Fixed typo (bug #550096).
Tue Dec 22 13:00:00 2009 Tim Waugh - 1.1.16-1 - Updated pycups to 1.9.47. - 1.1.16: - Ignore com.apple.print.recoverable state reason. - Prevent traceback in found_network_printer_callback (bug #547765). - Use asynchronous connection class for fetching device lists (bug #549749). - Prefer Foomatic/hpijs to hpcups for the time being. - Clear device screen each time a new dialog is presented. - Constraints handling fix.
Fri Dec 18 13:00:00 2009 Jiri Popelka 1.1.15-9 - Prevent traceback when no downloadable driver selected (#548449).
Mon Dec 14 13:00:00 2009 Jiri Popelka 1.1.15-8 - Prevent traceback when cancel button in troubleshooter pressed (#546821).
Wed Dec 9 13:00:00 2009 Tim Waugh - 1.1.15-7 - Fixed jobviewer traceback with short-lived state reasons (bug #545733).
Tue Dec 8 13:00:00 2009 Tim Waugh - 1.1.15-6 - Fixed traceback with short lpd device URIs (bug #545397).
Mon Dec 7 13:00:00 2009 Tim Waugh - 1.1.15-5 - Fixed traceback when troubleshooter operation is cancelled (bug #544356).
Thu Dec 3 13:00:00 2009 Tim Waugh - 1.1.15-3 - Fixed cupsd.conf parsing when lines begin with blanks (bug #544003). - Don\'t overwrite BrowsePoll settings in basic settings dialog (bug #543986).
Thu Dec 3 13:00:00 2009 Tim Waugh - 1.1.15-2 - Handle RuntimeError when localizing state reason (bug #543937).
Mon Nov 30 13:00:00 2009 Tim Waugh 1.1.15-1 - 1.1.15: - Fixed traceback introduced by fix to bug #541882.
Fri Nov 27 13:00:00 2009 Tim Waugh 1.1.14-1 - 1.1.14: - Retry when reconnection fails (bug #541741). - Prevent traceback with bad marker-levels attribute (bug #541882).
Thu Nov 26 13:00:00 2009 Tim Waugh 1.1.13-12 - Prevent display of marker levels from making the properties dialog too big (bug #540826). - Place the window in the middle of the screen (bug #539876). - Fixed editability of PPD options for explicit IPP queues (bug #541588).
Mon Nov 23 13:00:00 2009 Jiri Popelka 1.1.13-11 - Prevent traceback when PackageKit is not installed (bug #540230).
Wed Nov 11 13:00:00 2009 Tim Waugh 1.1.13-10 - Suggest installing foomatic-db-ppds when appropriate (bug #536831).
Thu Nov 5 13:00:00 2009 Tim Waugh 1.1.13-9 - Release bump.
Thu Nov 5 13:00:00 2009 Tim Waugh 1.1.13-8 - Fail gracefully if the new printer has disappeared before the user has responded to the test page prompt (bug #533109).
Mon Nov 2 13:00:00 2009 Tim Waugh 1.1.13-7 - Fixed typo in de.po (bug #532371).
Fri Oct 30 13:00:00 2009 Tim Waugh 1.1.13-6 - Avoid traceback in IPP notification handlers (bug #530641). - Avoid epydoc dependency.
Thu Oct 29 13:00:00 2009 Tim Waugh 1.1.13-5 - Added upstream patch for custom state reasons (bug #531872). - Strip \'zjs\' from make-and-model as well (bug #531869).
Wed Oct 28 13:00:00 2009 Tim Waugh 1.1.13-4 - Troubleshoot: connect to the right server when choosing a network queue (bug #531482). - Strip \'zxs\' and \'pcl3\' from make-and-model (bug #531048). - Fixed visibility tracking for jobs window (bug #531438). - Don\'t display properties dialog for first test page (bug #531490). - Determine make/model for network printers (bug #524321). - Auto-select the correct driver entry for raw queues. - Avoid traceback in PhysicalDevice.py. - Let Return key activate the Find button for Find Network Printer.
Tue Sep 22 14:00:00 2009 Tim Waugh 1.1.13-3 - Fixed missing import in probe_printer module. - Fixed race when fetching device list (bug #521110).
Fri Sep 18 14:00:00 2009 Tim Waugh 1.1.13-2 - Iconify jobs window into status icon. - Avoid showing the publish-printers dialog when not necessary. - Fixed traceback when cancelling change-driver dialog. - Fixed data button state.
Mon Sep 14 14:00:00 2009 Tim Waugh 1.1.13-1 - 1.1.13: - Translation updates (bug #522451).
Fri Sep 4 14:00:00 2009 Tim Waugh 1.1.12-8 - Further speed improvement when fetching devices.
Thu Sep 3 14:00:00 2009 Tim Waugh 1.1.12-7 - Speed improvement when fetching devices. - Allow raw devices to be changed.
Fri Aug 28 14:00:00 2009 Tim Waugh 1.1.12-6 - Fixed PPD/IPP string translation. - Fixed proxy authentication.
Thu Aug 27 14:00:00 2009 Tim Waugh 1.1.12-4 - Ported to polkit-1.
Wed Aug 26 14:00:00 2009 Tim Waugh 1.1.12-3 - Handle icon load failure gracefully. - Fixed statereason icon names.
Wed Aug 26 14:00:00 2009 Tim Waugh 1.1.12-2 - Fixed traceback in on_tvNPDeviceURIs_cursor_changed (bug #519367).
Tue Aug 25 14:00:00 2009 Tim Waugh 1.1.12-1 - 1.1.12: - Troubleshooting fix. - Fixed applet traceback when printing test page. - Removed completed job notifications (trac #181). - Show printer status in printer icons (bug #518020). - Use paused icon when printer state reason is \'paused\'. - Driver preference order fixes. - Job status icon and state reason display in jobs list (bug #518070). - Fixed overactive job creation times update timer. - Use preferred D-Bus object path for AuthenticationAgent (bug #518427). - Fixed disabling a printer when PolicyKit call fails. - Set appropriate status icon tooltip when configuration printer (bug #518007). - Use separate thread for verifying IPP queue (bug #518065). - Use newer tooltip API to avoid deprecation warnings. - Compare MFG/MDL case-insensitively in udev rule. - Support for cups-pk-helper\'s DevicesGet method. - Don\'t attempt to use PolicyKit if running as root. - Support for localized marker names (trac #183). - Other small fixes.
Thu Aug 20 14:00:00 2009 Tim Waugh 1.1.11-6 - Applied patch from 1.1.x (52a73b6). - Better printer icons representing status (bug #518020). - Use paused ico nwhen printer state reason is \'paused\'. - Job status icon and state reason in jobs treeview (bug #518070). - Job creation times display fixes. - Use preferred object path for AuthenticationAgent (bug #518427).
Wed Aug 19 14:00:00 2009 Tim Waugh 1.1.11-5 - Applied patch from 1.1.x (3f45e96): - Show a \'paused\' emblem for rejecting/disabled printers (bug #518020). - Set appropriate tooltip when configuring printer (bug #518007). - Use separate thread for verifying IPP queue (part of bug #518065). - Better driver preference order (bug #518045).
Fri Aug 14 14:00:00 2009 Tim Waugh 1.1.11-4 - Compare MFG and MDL fields case insensitively when adding automatic queues, because HPLIP provides them with different case than the actual devices do. Upstream HPLIP bug: https://bugs.launchpad.net/hplip/+bug/405804
Fri Aug 14 14:00:00 2009 Tim Waugh 1.1.11-3 - Own /var/run/udev-configure-printer.
Thu Aug 13 14:00:00 2009 Tim Waugh 1.1.11-2 - Updated cupspk DevicesGet call for accepted API.
Fri Aug 7 14:00:00 2009 Tim Waugh 1.1.11-1 - 1.1.11: - Several udev-configure-printer fixes. - Use case-insensitive PPD matching. - Better URI validity testing. - Another stale printer status icon fix. - Notice when jobs stop due to backend errors. - Warn about job history when renaming printers. - Small UI improvements.
Tue Aug 4 14:00:00 2009 Tim Waugh 1.1.10-8 - Dropped foomatic dependency from libs package.
Fri Jul 31 14:00:00 2009 Tim Waugh 1.1.10-7 - Sync with 1.1.x. - Added patch for cupspk DevicesGet method call.
Mon Jul 27 14:00:00 2009 Matthias Clasen 1.1.10-6 - Drop no-longer-used python-sexy dep
Sun Jul 26 14:00:00 2009 Tim Waugh 1.1.10-5 - Split out D-Bus service for udev helper. Build requires dbus-glib-devel.
Fri Jul 24 14:00:00 2009 Tim Waugh 1.1.10-3 - Removed gnome-packagekit dependency. The presence of gpk-install-package-name is detected at run-time, and the program acts accordingly.
Thu Jul 23 14:00:00 2009 Tim Waugh 1.1.10-2 - Applied some udev-configure-printer fixes from upstream.
Wed Jul 22 14:00:00 2009 Tim Waugh 1.1.10-1 - 1.1.10: - New udev rules for adding/enabling/disabling USB printers automatically. - Now uses gnome-packagekit utility to install packages instead of the D-Bus API. - Fixed detection of stopped jobs with CUPS 1.4. - Fixed tracebacks when adding a new printer and when receiving IPP notifications. - Fixed \'location\' field for printers added on remote CUPS servers. - Fixed handling of incorrect authentication. - Some UI and troubleshooter fixes have been made.
Mon Jul 6 14:00:00 2009 Tim Waugh 1.1.8-6 - Requires gnome-packagekit for gpk-install-package-name.
Fri Jul 3 14:00:00 2009 Tim Waugh 1.1.8-5 - Use gpk-install-package-name instead of trying to use the D-Bus API. - Spot stopped jobs with CUPS 1.4 as well (trac #177). This, along with the previous fix, addresses bug #509177. - Map gutenprint filenames to the package name. - Fixed sensitivity of class member selection arrows (bug #508653).
Thu Jun 25 14:00:00 2009 Tim Waugh 1.1.8-3 - Use correct \'location\' field for printers added remotely. - Parse nmblookup failures correctly in troubleshooter. - Prevent traceback on IPP notification after properties dialog cancelled. - Fixed handling of incorrect authentication when not using PolicyKit (bug #508102).
Wed Jun 24 14:00:00 2009 Tim Waugh 1.1.8-2 - Make sure we find https URIs from https backend (bug #507628). - Avoid showing a non-fatal exception when adding an IPP printer (bug #507629). - Fixed traceback when adding/modifying printer which could lead to display bugs (bug #507489).
Thu Jun 18 14:00:00 2009 Tim Waugh 1.1.8-1 - Updated pycups to 1.9.46. - Updated to 1.1.8: - Select a printer after adding it (trac #145). - Make sure the job and printer context menus cannot get out of date (trac #175, trac #172). - Fixed displayed hold time for held jobs. - Use grey ink-drop when there is no marker-colors value instead of crashing (bug #505399). - Scroll job list window to new job when appropriate. - Clean up temporary PPD files (bug #498743). - Fixed XML crash (Ubuntu #370469). - Fixed automatic printer model selection. - Fixed cupspk crash due to missing debugprint import (bug #496722, trac #161). - Fixed PhysicalDevice crash (bug #496722, trac #161). - Adjusted border padding for New Printer window (bug #493862). - Set glade\'s textdomain in the job viewer (Ubuntu #341765). - Fixed URI parsing when verifying IPP URIs. - Set relaxed PPD conformance (trac #159). - Make troubleshooter work again by disabling cupspk for it.
Wed May 13 14:00:00 2009 Tim Waugh 1.1.7-4 - Changed requirement on notification-daemon to desktop-notification-daemon to allow for other implementations (bug #500587).
Tue Apr 21 14:00:00 2009 Tim Waugh 1.1.7-3 - Moved them back again, as they are not part of the exported interface (bug #496808).
Tue Apr 21 14:00:00 2009 Kevin Kofler 1.1.7-2 - Move files required by system-config-printer-kde to -libs (#496646)
Tue Apr 14 14:00:00 2009 Tim Waugh 1.1.7-1 - Requires dbus-python (bug #495392). - Updated to 1.1.7: - Updated translations. - Don\'t abort if the jobviewer couldn\'t show a notification. - Don\'t use setlocale() for locale-independent case conversion. - Don\'t assume the notification daemon can show action buttons. - Use case-insensitive matching for model names. - HPLIP compatibility fixes. - Fixed typo in jobviewer keyring support (Ubuntu #343156). - Added support for https device URIs (bug #478677). - Prevent traceback in monitor when connection failed (Ubuntu #343387).
Fri Mar 13 13:00:00 2009 Tim Waugh 1.1.6-1 - No longer requires gnome-python2-gnome. - Updated to 1.1.6: - Translatable string fix for authconn. - Romanian allow/deny translation fix (bug #489748). - Set glade\'s textdomain in the jobviewer (Ubuntu #341765).
Tue Mar 10 13:00:00 2009 Tim Waugh 1.1.5-2 - Added patch for changes in 1.1.x since 1.1.5: - Strip \" hpijs\" from PPD names. - Handle there being no operation name set when authentication/retry is required. - Mark \"Unauthorized\" PolicyKit dialog strings for translation, and change that dialog to an error. - Work around marker- * attributes not being presented as lists (bug #489512). - D-Bus policy tweak. - Better PPD fallback searching. - Fixed model search oddity when no digits in model name. - Fixed locale save/restore in cupshelpers (bug #489313). - Use gtk.show_uri() instead of gnome.url_show() (trac #147). - Removed HPLIP probe screen (no longer needed). - Be certain of having the right cell when starting a rename (Ubuntu #333260). - Fixed strftime call (Ubuntu #334859). - Check dict before use when handling auth-info-required. - Handle timed operations being cancelled in the troubleshooter test print page (Ubuntu #325084). - Put pycups version requirement in monitor module.
Tue Mar 3 13:00:00 2009 Tim Waugh 1.1.5-1 - 1.1.5.
Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 1.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Fri Feb 20 13:00:00 2009 Tim Waugh 1.1.4-2 - Updated from git: - Prevent traceback when adding new printer (bug #486587).
Wed Feb 18 13:00:00 2009 Tim Waugh 1.1.4-1 - 1.1.4: - Skip model selection screen when adding a new printer for which we know the exact model. - Better integration for HPLIP hp and hpfax queues. - Work around HPLIP option parsing bug. - Pre-select the current device correctly. - Better descriptions for types of available connection. - Perform lowercase operations in a locale-independent manner (trac #151).
Wed Feb 11 13:00:00 2009 Tim Waugh 1.1.3-7 - Updated from git: - Avoid tracebacks in main application (bug #484130) and job viewer. - Avoid unnecessary modal dialog when adding printer (bug #484960). - Don\'t use notification when authentication is required, just display the dialog.
Tue Feb 10 13:00:00 2009 Tim Waugh 1.1.3-6 - Updated from git: - Better make/model discovery for multiple devices (bug #484130).
Tue Feb 10 13:00:00 2009 Tim Waugh 1.1.3-5 - Updated from git: - Handle D-Bus failures when querying Jockey (bug #484402). - Set operation when fetching PPD from server (bug #484130). - Don\'t allow prompting when updating the UI for a server failure (bug #484130). - Fixed printing a test page from the applet (bug #484130).
Mon Feb 9 13:00:00 2009 Tim Waugh 1.1.3-4 - Requires libxml2-python.
Sat Feb 7 13:00:00 2009 Tim Waugh 1.1.3-3 - Ship the missing cupspk file (bug #484461).
Thu Feb 5 13:00:00 2009 Tim Waugh 1.1.3-2 - Added in cups-pk-helper support from upstream.
Tue Feb 3 13:00:00 2009 Tim Waugh 1.1.3-1 - Requires python-sexy. - 1.1.3.
Thu Jan 15 13:00:00 2009 Tim Waugh 1.1.2-1 - 1.1.2. - Requires gnome-python2-gnomekeyring.
Thu Jan 8 13:00:00 2009 Tim Waugh 1.1.1-2 - Updated pycups to 1.9.45.
Sat Dec 20 13:00:00 2008 Tim Waugh 1.1.1-1 - 1.1.1.
Fri Dec 19 13:00:00 2008 Tim Waugh 1.1.0-1 - 1.1.0.
Fri Dec 19 13:00:00 2008 Tim Waugh 1.0.12-7 - Updated patch for 1.0.x changes: - Fixed stub scripts (bug #477107).
Fri Dec 19 13:00:00 2008 Tim Waugh 1.0.12-6 - Updated patch for 1.0.x changes: - Look harder for locale/page size issues in the troubleshooter (trac #118). - Troubleshooter speed improvement (trac #123). - Localization fixes for authentication dialog (trac #122). - Character encoding fixes (trac #124). - Handle model names with more than one set of digits (Ubuntu #251244). - Catch unable-to-connect error when trying to print a test page (Ubuntu #286943). - Prevent crash when copying PPD options (Ubuntu #285133). - Use get_cursor for the printer properties treeview (Ubuntu #282634). - Fix IPP browser when trying to connect to host:port (bug #476396). - Make sure we\'re authenticating as the correct user in authconn. - Prevent traceback when adding printer driven by HPLIP (bug #477107). - Better display of available local HP fax devices.
Wed Dec 17 13:00:00 2008 Tim Waugh 1.0.12-5 - Added patch for pycups git changes since 1.9.44: - Look for test page file in new location for CUPS 1.4 (bug #476612).
Fri Dec 12 13:00:00 2008 Tim Waugh 1.0.12-4 - Updated patch for 1.0.x changes: - Fix for advanced server settings dialog. - Fixes for troubleshooter to restore error_log fetching.
Wed Dec 10 13:00:00 2008 Tim Waugh 1.0.12-3 - Updated patch for 1.0.x changes: - Fixed problem that prevented authentication prompt being displayed.
Fri Dec 5 13:00:00 2008 Tim Waugh 1.0.12-2 - Added patch for 1.0.x changes since 1.0.12: - Smarter PPD cache in cupshelpers module. - Don\'t write back localized versions of globalized PPDs.
Mon Dec 1 13:00:00 2008 Tim Waugh 1.0.12-1 - Updated to 1.0.12: - Don\'t automatically replace network printer URIs with HPLIP URIs (bug #473129). - Fixed some file descriptor and temporary file leaks. - Updated pycups to 1.9.44.
Fri Nov 21 13:00:00 2008 Tim Waugh 1.0.11-1 - Updated to 1.0.11. - Updated pycups to 1.9.43.
Wed Nov 12 13:00:00 2008 Tim Waugh 1.0.10-2 - Updated to 1.0.10. Applied patch from git. - Applied pycups patch from git.
Tue Oct 21 14:00:00 2008 Tim Waugh 1.0.9-1 - Updated to 1.0.9 for translations. - Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
Fri Oct 17 14:00:00 2008 Tim Waugh 1.0.8-7 - Added patch for pysmbc changes in git to prevent getdents crashing (bug #465975).
Thu Oct 16 14:00:00 2008 Tim Waugh 1.0.8-6 - Updated patch for 1.0.x changes: - Fixed SMB authentication dialog\'s cancel button (bug #467127). - Work around samba bug #5805 by sending debug output to stderr instead of stdout.
Wed Oct 15 14:00:00 2008 Tim Waugh 1.0.8-5 - Updated patch for 1.0.x changes: - Fixed SMB authentication (bug #464003).
Wed Oct 15 14:00:00 2008 Tim Waugh 1.0.8-4 - Updated patch for 1.0.x changes: - Removed unneeded debugging output. - Don\'t show the applet in KDE (bug #466945). - Auth/error dialog improvements for SMB as for IPP (bug #465407).
Mon Oct 13 14:00:00 2008 Tim Waugh 1.0.8-3 - Added patch for 1.0.x changes since 1.0.8: - Don\'t use a LinkButton for the \'Problems?\' button (bug #465407). - Don\'t use a separator for the server settings dialog (bug - Don\'t set non-zero page size for SpinButtons. - Don\'t show an error dialog if an IPP operation\'s authentication dialog is cancelled by the user, but show an error dialog if the password was incorrect (bug #465407). - Set Server Settings... menu entry sensitive depending on whether we are connected to a server (Ubuntu #280736). - Lots of translations updated.
Mon Sep 29 14:00:00 2008 Tim Waugh 1.0.8-2 - Removed patch (no longer needed).
Mon Sep 29 14:00:00 2008 Tim Waugh 1.0.8-1 - 1.0.8: - Use modelName from custom PPD to suggest name for new printer (trac #97). - Avoid display problem with installable options. - Better matching for Lexmark printers. - Catch exceptions from advanced server settings dialog (Ubuntu - Added some missing OpenPrinting query fields. - Jockey support added. - Lots of translations updated.
Sat Aug 30 14:00:00 2008 Tim Waugh 1.0.7-2 - Handle IPP_FORBIDDEN (bug #460670).
Fri Aug 29 14:00:00 2008 Tim Waugh 1.0.7-1 - 1.0.7: - Efficiency improvements. - Small UI improvements for the New Printer dialog. - Other small fixes.
Fri Aug 29 14:00:00 2008 Tim Waugh - Updated pysmbc to 1.0.5. - Updated pycups to 1.9.42.
Tue Aug 26 14:00:00 2008 Tim Waugh 1.0.6-1 - Requires gnome-python2-gnome (bug #460021). - 1.0.6: - More delete-event fixes. - Fixed temporary file leak. - Fixed dialog leaks. - Small UI improvements for the New Printer dialog. - Other small fixes.
Thu Aug 14 14:00:00 2008 Tim Waugh 1.0.5-3 - Include other fixes from upstream including: - OpenPrinting API change (trac #74). - libnotify API change for \'closed\' signal. - Notification for job authentication (trac #91). - Glade delete-event fixes (trac #88). - Pre-fill username in job authentication dialog (trac #87).
Wed Aug 13 14:00:00 2008 Tim Waugh 1.0.5-2 - Handle HTTP_FORBIDDEN.
Mon Aug 11 14:00:00 2008 Tim Waugh 1.0.5-1 - 1.0.5. - Updated pycups to 1.9.41.
Thu Jul 10 14:00:00 2008 Tim Waugh 1.0.4-1 - 1.0.4. - Applied upstream patch for pycups to fix getPrinterAttributes when requested_attributes is specified.
Tue Jul 8 14:00:00 2008 Tim Waugh 1.0.3-2 - Better debugging for pysmbc.
Mon Jun 30 14:00:00 2008 Tim Waugh 1.0.3-1 - Updated pycups to 1.9.40. - 1.0.3.
Fri Jun 20 14:00:00 2008 Tim Waugh - Updated pysmbc to 1.0.4.
Tue Jun 10 14:00:00 2008 Tim Waugh 1.0.2-1 - 1.0.2.
Mon Jun 9 14:00:00 2008 Tim Waugh 1.0.1-1 - Updated pysmbc to 1.0.3. - 1.0.1 (bug #450119).
Thu Jun 5 14:00:00 2008 Tim Waugh - Requires notify-python (bug #450139).
Thu Jun 5 14:00:00 2008 Tim Waugh 1.0.0-3 - Applied patches from upstream (bug #450120).
Tue Jun 3 14:00:00 2008 Tim Waugh 1.0.0-2 - Applied patches from upstream (bug #449753).
Thu May 29 14:00:00 2008 Tim Waugh - Updated pycups to 1.9.39. - Updated libs summary.
Tue May 27 14:00:00 2008 Tim Waugh 1.0.0-1 - 1.0.0.
Fri May 23 14:00:00 2008 Tim Waugh 0.9.93-2 - Fixed small UI problem in SMB browser.
Fri May 23 14:00:00 2008 Tim Waugh 0.9.93-1 - 0.9.93.
Tue May 20 14:00:00 2008 Tim Waugh 0.9.92-1 - 0.9.92.
Tue May 20 14:00:00 2008 Tim Waugh 0.9.91-3 - Sync to trunk. - Updated pysmbc to 1.0.2.
Sun May 18 14:00:00 2008 Tim Waugh 0.9.91-2 - Fixed icon search path.
Fri May 16 14:00:00 2008 Tim Waugh 0.9.91-1 - No longer requires system-install-packages (bug #444645). - Added pysmbc. Build requires libsmbclient-devel. - Don\'t install consolehelper bits any more as they are no longer needed. - 0.9.91: - User interface overhaul, part 2.
Thu Apr 3 14:00:00 2008 Tim Waugh 0.9.90-1 - Updated pycups to 1.9.38. - 0.9.90: - User interface overhaul, part 1.
Thu Apr 3 14:00:00 2008 Tim Waugh 0.7.82.2-1 - 0.7.82.2: - Various bug fixes. - Translation updates.
Mon Mar 17 13:00:00 2008 Tim Waugh 0.7.82.1-3 - Updated pycups to 1.9.37. - More fixes from upstream.
Wed Mar 5 13:00:00 2008 Tim Waugh 0.7.82.1-2 - Updated pycups to 1.9.36. - Some fixes from upstream.
Mon Mar 3 13:00:00 2008 Tim Waugh 0.7.82.1-1 - Requires /usr/bin/system-install-packages not pirut (bug #435622). - 0.7.82.1: - More trouble-shooting improvements. - applet: notify user about failed jobs (bug #168370).
Tue Feb 19 13:00:00 2008 Tim Waugh 0.7.82-1 - Updated to pycups-1.9.35. - 0.7.82: - More trouble-shooting improvements.
Wed Feb 13 13:00:00 2008 Tim Waugh 0.7.81-1 - 0.7.81: - Trouble-shooting improvements and other minor fixes.
Mon Feb 11 13:00:00 2008 Tim Waugh 0.7.80-2 - Rebuild for GCC 4.3.
Mon Feb 4 13:00:00 2008 Tim Waugh 0.7.80-1 - Updated to pycups-1.9.34. - 0.7.80: - Trouble-shooting support.
Fri Jan 25 13:00:00 2008 Tim Waugh 0.7.79-1 - 0.7.79.
Wed Jan 23 13:00:00 2008 Tim Waugh 0.7.78-5 - Updated to pycups-1.9.33.
Wed Jan 16 13:00:00 2008 Tim Waugh 0.7.78-4 - Use config-util from new usermode (bug #428406).
Thu Dec 20 13:00:00 2007 Tim Waugh - Requires notification-daemon (Ubuntu #176929). - Requires gnome-python2 for theme support (Ubuntu #176929). - Requires gnome-icon-theme for printer icon (Ubuntu #176929).
Mon Dec 17 13:00:00 2007 Tim Waugh 0.7.78-3 - Install Python egg-info file. - Updated pycups to 1.9.32.
Tue Nov 27 13:00:00 2007 Tim Waugh 0.7.78-2 - pycups: Applied patch from SVN to allow fetching printer attributes by URI. - Sync to SVN 1748.
Thu Nov 22 13:00:00 2007 Tim Waugh 0.7.78-1 - pycups: Fix job-sheets-default attribute. - Updated pycups to 1.9.31. - 0.7.78.
Wed Nov 21 13:00:00 2007 Tim Waugh - Applied patch to pycups to avoid reading uninitialised memory (bug #390431).
Mon Nov 19 13:00:00 2007 Tim Waugh - Updated pycups to 1.9.30.
Tue Oct 30 13:00:00 2007 Tim Waugh 0.7.77-1 - 0.7.77: - Tooltips for the button bar buttons (bug #335601).
Mon Oct 15 14:00:00 2007 Tim Waugh 0.7.76-1 - 0.7.76.
Thu Oct 4 14:00:00 2007 Tim Waugh 0.7.75-1 - 0.7.75.
Wed Oct 3 14:00:00 2007 Tim Waugh - No need to run update-desktop-database because there are no MimeKey lines in the desktop files. - Consistent macro style.
Tue Oct 2 14:00:00 2007 Tim Waugh 0.7.74.4-1 - Changed PreReq to Requires. - Mark console.apps file as a config file. - Mark pam file as a config file (not replaceable). - No need to ship empty NEWS file. - Give cupsd.py executable permissions to satisfy rpmlint. - Provides system-config-printer-gui. - Mark D-Bus configuration file as a config file. - Fixed libs summary. - Better buildroot tag. - Better defattr. - Preserve timestamps on explicitly install files. - Make example pycups program non-executable. - 0.7.74.4: - Updated translations. - Several small bugs fixed.
Thu Sep 27 14:00:00 2007 Tim Waugh 0.7.74.3-1 - 0.7.74.3: - Updated translations. - Other small bug fixes.
Tue Sep 25 14:00:00 2007 Tim Waugh 0.7.74.2-3 - Pull in SVN patch from stable branch for foomatic recommended drivers (bug #292021).
Fri Sep 21 14:00:00 2007 Tim Waugh 0.7.74.2-2 - Pull in SVN patch from stable branch for \'Allow printing from the Internet\' check-box (bug #221003).
Wed Sep 19 14:00:00 2007 Tim Waugh 0.7.74.2-1 - Updated pycups to 1.9.27. - 0.7.74.2: - When a class is removed on the server, remove it from the UI. - When deleting a printer, select the default printer again. - Select newly-copied printer. - Updated translation (fi). - Better --help message. - Use strcoll to sort manufacturer names. - Avoid duplicate \'recommended\' marks. - Remove duplicate device URIs. - Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
Wed Sep 12 14:00:00 2007 Tim Waugh - Updated pycups to 1.9.26. - Build requires epydoc. Ship HTML documentation.
Fri Sep 7 14:00:00 2007 Tim Waugh 0.7.74.1-1 - 0.7.74.1: - Updated Polish translation (bug #263001). - Don\'t select the default printer after changes to another printer have been made. - Always construct URI from input fields when changing device (bug #281551). - Avoid busy-cursor traceback when window is not yet displayed.
Thu Aug 30 14:00:00 2007 Tim Waugh 0.7.74-1 - Updated pycups to 1.9.25. - 0.7.74: - Fixed New Class dialog. - UI fixes.
Sat Aug 25 14:00:00 2007 Tim Waugh - More specific license tag.
Fri Aug 24 14:00:00 2007 Tim Waugh 0.7.73-1 - 0.7.73.
Fri Aug 10 14:00:00 2007 Tim Waugh 0.7.72-2 - Ship the applet\'s desktop file.
Wed Aug 8 14:00:00 2007 Tim Waugh 0.7.72-1 - 0.7.72: - Fixed my-default-printer traceback. - Improvements to New Printer wizard (Till Kamppeter).
Fri Aug 3 14:00:00 2007 Tim Waugh 0.7.71-1 - 0.7.71: - Don\'t discard make/model-matched devices when there are ID-matched devices (Till Kamppeter). - Fixed fallback if no text-only driver is available (Till Kamppeter). - Initialise the make/model list when an ID match failed (Till Kamppeter). - Better error-handling in default-print application (Ubuntu #129901). - UI tweak in admin tool (Ubuntu #128263). - Handle socket: URIs (Ubuntu #127074).
Mon Jul 23 14:00:00 2007 Tim Waugh 0.7.70-2 - Obsoletes/provides desktop-printing.
Mon Jul 9 14:00:00 2007 Tim Waugh 0.7.70-1 - Requires pirut for system-install-packages. - 0.7.70: - Increased GetReady->NewPrinter timeout. - More binary names mapped to package named. - Run system-install-packages to install missing drivers (bug #246726). - Less debug output. - Desktop file fixes for KDE (bug #247299).
Thu Jun 28 14:00:00 2007 Tim Waugh 0.7.69-1 - No longer requires PyXML (bug #233146). - Moved applet to main package. - 0.7.69: - Use HardwareSettings category for my-default-printer desktop file (bug #244935). - Removed unused code. - Filter PPDs by natural language (bug #244173).
Mon Jun 25 14:00:00 2007 Tim Waugh - The applet requires dbus-x11 (Ubuntu #119570).
Fri Jun 15 14:00:00 2007 Tim Waugh 0.7.68-1 - 0.7.68: - Fixed the notification bubbles. - Ship my-default-printer utility.
Fri Jun 8 14:00:00 2007 Tim Waugh 0.7.67-1 - Don\'t put TrayIcon or SystemSetup categories in the desktop file. - Updated pycups to 1.9.24. - 0.7.67: - Fixed desktop files to have capital letters at the start of each word in the Name field (bug #242859). - Fixed crash when saving unapplied changes. - Fixed Device ID parser to always split the CMD field at commas. - New PPDs class means we no longer parse the foomatic XML database.
Wed May 30 14:00:00 2007 Tim Waugh 0.7.66-1 - 0.7.66: - Allow job-hold-until to be set (bug #239776). - Implement new printer notifications.
Tue May 22 14:00:00 2007 Tim Waugh 0.7.65-1 - Build requires xmlto. - Updated to pycups-1.9.22. - 0.7.65: - Use urllib for quoting/unquoting (Val Henson, Ubuntu #105022). - Added kn translation. - Better permissions on non-scripts. - Added man pages. - Applet: status feedback. - Applet: fixed relative time descriptions. - Applet: limit refresh frequency.
Mon Apr 16 14:00:00 2007 Tim Waugh 0.7.63.1-1 - 0.7.63.1: - Small applet fixes.
Thu Apr 5 14:00:00 2007 Tim Waugh 0.7.63-1 - 0.7.63: - Translation updates. - Checked in missing file.
Wed Apr 4 14:00:00 2007 Tim Waugh - Updated to pycups-1.9.20 for printer-state-reasons fix.
Mon Apr 2 14:00:00 2007 Tim Waugh 0.7.62-1 - 0.7.62: - Use standard icon for admin tool desktop file. - Fixed env path in Python scripts. - Applet: stop running when the session ends. - Prevent a traceback in the SMB browser (bug #225351). - \'Manage print jobs\' desktop file.
Fri Mar 30 14:00:00 2007 Tim Waugh 0.7.61-1 - 0.7.61: - Fixed retrieval of SMB authentication details (bug #203539).
Tue Mar 27 14:00:00 2007 Tim Waugh 0.7.60-1 - Updated to pycups-1.9.19. - Avoid %makeinstall. - 0.7.60: - Handle reconnection failure. - New applet name.
Mon Mar 26 14:00:00 2007 Tim Waugh 0.7.59-1 - 0.7.59: - Fixed a translatable string. - Set a window icon (bug #233899). - Handle failure to start the D-Bus service. - Ellipsize the document and printer named (bug #233899). - Removed the status bar (bug #233899). - Added an icon pop-up menu for \'Hide\' (bug #233899).
Wed Mar 21 13:00:00 2007 Tim Waugh 0.7.57-1 | |