Updated to 1.2.4

This commit is contained in:
Jiri Popelka 2010-08-26 12:36:58 +02:00
parent 68344189ad
commit 4357e2f04f
8 changed files with 38 additions and 3 deletions

1
.gitignore vendored
View File

@ -223,3 +223,4 @@ pycups-1.9.50.tar.bz2
system-config-printer-1.2.3.tar.xz
pycups-1.9.51.tar.bz2
/pysmbc-1.0.9.tar.bz2
/system-config-printer-1.2.4.tar.xz

Binary file not shown.

Binary file not shown.

BIN
pycups-1.9.51.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,3 @@
e9ab97e4b0fdff5a75e1a5874808c2c1 system-config-printer-1.2.3.tar.xz
21d31d7f7517850d6dee5608b322c5b8 system-config-printer-1.2.4.tar.xz
7e9de64bce9496ce2d36ab513dd69dd5 pycups-1.9.51.tar.bz2
32b995dbf8419128f652279881b9023d pysmbc-1.0.9.tar.bz2

Binary file not shown.

View File

@ -6,8 +6,8 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.2.3
Release: 5%{?dist}
Version: 1.2.4
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -198,6 +198,40 @@ rm -rf %buildroot
exit 0
%changelog
* Thu Aug 26 2010 Jiri Popelka <jpopelka@redhat.com> 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 2010 Tim Waugh <twaugh@redhat.com> - 1.2.3-5
- Updated pysmbc to 1.0.9.