2014-07-17 11:41:56 +00:00
|
|
|
# Turn off the brp-python-bytecompile script
|
|
|
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
|
|
|
|
2014-08-15 14:41:56 +00:00
|
|
|
# Enable hardened build, as the udev part runs with privilege.
|
2016-01-04 14:47:02 +00:00
|
|
|
%global _hardened_build 1
|
2014-08-15 14:41:56 +00:00
|
|
|
|
2019-05-29 10:24:03 +00:00
|
|
|
%global username OpenPrinting
|
2017-01-09 12:25:49 +00:00
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
Summary: A printer administration tool
|
|
|
|
Name: system-config-printer
|
2021-01-14 06:56:57 +00:00
|
|
|
Version: 1.5.15
|
2021-01-27 21:31:09 +00:00
|
|
|
Release: 2%{?dist}
|
2007-08-25 09:20:55 +00:00
|
|
|
License: GPLv2+
|
2017-01-09 12:25:49 +00:00
|
|
|
URL: https://github.com/%{username}/%{name}
|
2020-11-05 11:14:34 +00:00
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
2012-09-18 16:37:57 +00:00
|
|
|
|
2018-10-15 15:39:39 +00:00
|
|
|
# all upstream patches, remove with new release
|
2020-11-05 11:14:34 +00:00
|
|
|
|
2017-03-08 14:10:00 +00:00
|
|
|
|
2018-02-19 15:15:47 +00:00
|
|
|
# gcc is no longer in buildroot by default
|
|
|
|
# gcc is needed for udev-configure-printer.c
|
|
|
|
BuildRequires: gcc
|
2020-11-05 11:14:34 +00:00
|
|
|
# for autosetup
|
|
|
|
BuildRequires: git-core
|
|
|
|
# uses make
|
|
|
|
BuildRequires: make
|
2018-02-19 15:15:47 +00:00
|
|
|
|
2006-04-21 13:48:40 +00:00
|
|
|
BuildRequires: cups-devel >= 1.2
|
2006-05-04 17:17:52 +00:00
|
|
|
BuildRequires: desktop-file-utils >= 0.2.92
|
2006-06-21 09:55:23 +00:00
|
|
|
BuildRequires: gettext-devel
|
2007-07-09 12:00:35 +00:00
|
|
|
BuildRequires: intltool
|
2014-03-10 12:59:17 +00:00
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2010-11-25 13:33:47 +00:00
|
|
|
BuildRequires: xmlto
|
2018-01-30 07:54:48 +00:00
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd-devel
|
2014-07-17 11:41:56 +00:00
|
|
|
BuildRequires: python3-devel
|
2009-07-26 18:43:24 +00:00
|
|
|
|
2014-07-25 14:18:36 +00:00
|
|
|
Requires: python3-gobject%{?_isa}
|
2014-05-22 08:40:44 +00:00
|
|
|
Requires: gtk3%{?_isa}
|
2006-10-31 15:01:47 +00:00
|
|
|
Requires: desktop-file-utils >= 0.2.92
|
2007-06-28 12:57:19 +00:00
|
|
|
Requires: dbus-x11
|
2014-07-19 13:33:41 +00:00
|
|
|
Requires: python3-dbus%{?_isa}
|
2007-10-02 16:58:02 +00:00
|
|
|
Requires: system-config-printer-libs = %{version}-%{release}
|
2009-05-13 12:24:46 +00:00
|
|
|
Requires: desktop-notification-daemon
|
2013-04-15 11:05:00 +00:00
|
|
|
Requires: libnotify%{?_isa}
|
2014-07-25 14:18:36 +00:00
|
|
|
Requires: python3-cairo%{?_isa}
|
2015-02-07 22:43:22 +00:00
|
|
|
Requires: python3-firewall
|
2018-02-06 14:40:58 +00:00
|
|
|
Requires: libcanberra-gtk3
|
2018-01-30 07:54:48 +00:00
|
|
|
%{?systemd_requires}
|
2006-04-12 21:09:45 +00:00
|
|
|
|
|
|
|
%description
|
2006-08-11 14:31:40 +00:00
|
|
|
system-config-printer is a graphical user interface that allows
|
2006-04-12 21:09:45 +00:00
|
|
|
the user to configure a CUPS print server.
|
|
|
|
|
2006-05-31 15:02:38 +00:00
|
|
|
%package libs
|
2008-05-29 08:01:18 +00:00
|
|
|
Summary: Libraries and shared code for printer administration tool
|
2019-08-27 15:11:23 +00:00
|
|
|
Requires: libnotify
|
2014-07-19 13:33:41 +00:00
|
|
|
Requires: python3-cups >= 1.9.60
|
2014-07-20 18:48:52 +00:00
|
|
|
Requires: python3-pycurl
|
2013-04-15 12:03:58 +00:00
|
|
|
Requires: gobject-introspection
|
2014-07-25 14:18:36 +00:00
|
|
|
Requires: python3-gobject
|
2014-05-22 08:40:44 +00:00
|
|
|
Requires: gtk3
|
2014-07-19 15:13:57 +00:00
|
|
|
Requires: python3-dbus
|
2015-02-06 18:16:02 +00:00
|
|
|
Requires: python3-requests
|
2016-03-07 18:19:00 +00:00
|
|
|
Suggests: python3-smbc
|
2013-03-19 17:17:21 +00:00
|
|
|
BuildArch: noarch
|
2006-05-31 15:02:38 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
The common code used by both the graphical and non-graphical parts of
|
|
|
|
the configuration tool.
|
|
|
|
|
2021-01-14 06:56:57 +00:00
|
|
|
%if 0%{?rhel} <= 8 || 0%{?fedora}
|
2014-07-24 14:24:54 +00:00
|
|
|
%package applet
|
|
|
|
Summary: Print job notification applet
|
|
|
|
Requires: %{name}-libs
|
|
|
|
|
|
|
|
%description applet
|
|
|
|
Print job notification applet.
|
2021-01-14 06:56:57 +00:00
|
|
|
%endif
|
2014-07-24 14:24:54 +00:00
|
|
|
|
2009-07-22 14:25:19 +00:00
|
|
|
%package udev
|
|
|
|
Summary: Rules for udev for automatic configuration of USB printers
|
|
|
|
Requires: system-config-printer-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description udev
|
|
|
|
The udev rules and helper programs for automatically configuring USB
|
|
|
|
printers.
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%prep
|
2020-11-05 11:14:34 +00:00
|
|
|
%autosetup -S git
|
2011-02-17 16:31:40 +00:00
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%build
|
2013-12-06 15:31:04 +00:00
|
|
|
%configure --with-udev-rules
|
2020-07-14 14:23:45 +00:00
|
|
|
%make_build
|
2006-06-19 17:02:33 +00:00
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%install
|
2020-07-14 14:23:45 +00:00
|
|
|
%make_install
|
2006-06-19 17:02:33 +00:00
|
|
|
|
2009-08-14 14:18:40 +00:00
|
|
|
%{__mkdir_p} %buildroot%{_localstatedir}/run/udev-configure-printer
|
|
|
|
touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
|
|
|
|
|
2014-07-17 11:41:56 +00:00
|
|
|
# Manually invoke the python byte compile macro for each path that
|
|
|
|
# needs byte compilation
|
2019-07-15 11:52:05 +00:00
|
|
|
%py_byte_compile %{__python3} %{buildroot}/%{_datadir}/system-config-printer
|
2014-07-17 11:41:56 +00:00
|
|
|
|
2006-06-21 10:07:19 +00:00
|
|
|
%find_lang system-config-printer
|
|
|
|
|
2021-01-14 06:56:57 +00:00
|
|
|
%if 0%{?rhel} > 8
|
|
|
|
rm -rf %{buildroot}%{_bindir}/%{name}-applet \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/applet* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/applet.py* \
|
|
|
|
%{buildroot}%{_sysconfdir}/xdg/autostart/print-applet.desktop \
|
|
|
|
%{buildroot}%{_mandir}/man1/%{name}-applet.1* \
|
|
|
|
%{buildroot}%{_bindir}/%{name} \
|
|
|
|
%{buildroot}%{_bindir}/install-printerdriver \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/check-device-ids* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/HIG* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/SearchCriterion* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/serversettings* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/system-config-printer* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/ToolbarSearchEntry* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/userdefault* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/__pycache__/install-printerdriver* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/check-device-ids.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/HIG.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/SearchCriterion.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/serversettings.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/system-config-printer.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/ToolbarSearchEntry.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/userdefault.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/troubleshoot \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/icons \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/install-printerdriver.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/xml/__pycache__ \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/xml/validate.py* \
|
|
|
|
%{buildroot}%{_datadir}/%{name}/ui \
|
|
|
|
%{buildroot}%{_datadir}/applications/system-config-printer.desktop \
|
|
|
|
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml \
|
|
|
|
%{buildroot}%{_mandir}/man1/%{name}.1* \
|
|
|
|
%endif
|
|
|
|
|
2006-06-27 14:47:11 +00:00
|
|
|
%files libs -f system-config-printer.lang
|
2021-01-14 06:56:57 +00:00
|
|
|
%doc ChangeLog NEWS ABOUT-NLS AUTHORS ChangeLog-OLD
|
2017-01-09 12:25:49 +00:00
|
|
|
%license COPYING
|
2010-11-25 13:33:47 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
|
|
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
|
%{_datadir}/dbus-1/services/*.service
|
2011-07-29 15:30:17 +00:00
|
|
|
%{_bindir}/scp-dbus-service
|
2009-04-21 09:34:42 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
2019-07-15 11:52:05 +00:00
|
|
|
%{_datadir}/%{name}/__pycache__/*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/check-device-ids*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/HIG*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/SearchCriterion*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/serversettings*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/system-config-printer*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/ToolbarSearchEntry*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/userdefault*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/install-printerdriver*
|
|
|
|
%exclude %{_datadir}/%{name}/__pycache__/applet*
|
2009-12-22 16:15:04 +00:00
|
|
|
%{_datadir}/%{name}/asyncconn.py*
|
|
|
|
%{_datadir}/%{name}/asyncipp.py*
|
|
|
|
%{_datadir}/%{name}/asyncpk1.py*
|
2008-04-03 16:02:20 +00:00
|
|
|
%{_datadir}/%{name}/authconn.py*
|
2009-04-21 09:34:42 +00:00
|
|
|
%{_datadir}/%{name}/config.py*
|
2009-02-07 11:20:29 +00:00
|
|
|
%{_datadir}/%{name}/cupspk.py*
|
2009-04-21 09:34:42 +00:00
|
|
|
%{_datadir}/%{name}/debug.py*
|
2010-05-07 15:52:23 +00:00
|
|
|
%{_datadir}/%{name}/dnssdresolve.py*
|
2008-05-23 14:39:08 +00:00
|
|
|
%{_datadir}/%{name}/errordialogs.py*
|
2012-09-21 12:00:23 +00:00
|
|
|
%{_datadir}/%{name}/firewallsettings.py*
|
2009-01-15 12:56:18 +00:00
|
|
|
%{_datadir}/%{name}/gtkinklevel.py*
|
2010-01-19 14:49:45 +00:00
|
|
|
%{_datadir}/%{name}/gui.py*
|
2008-12-20 12:05:45 +00:00
|
|
|
%{_datadir}/%{name}/installpackage.py*
|
2008-04-03 16:02:20 +00:00
|
|
|
%{_datadir}/%{name}/jobviewer.py*
|
2015-03-17 16:58:52 +00:00
|
|
|
%{_datadir}/%{name}/killtimer.py*
|
2008-04-03 16:02:20 +00:00
|
|
|
%{_datadir}/%{name}/monitor.py*
|
2010-11-25 13:33:47 +00:00
|
|
|
%{_datadir}/%{name}/newprinter.py*
|
2006-05-31 15:02:38 +00:00
|
|
|
%{_datadir}/%{name}/options.py*
|
|
|
|
%{_datadir}/%{name}/optionwidgets.py*
|
2014-10-10 16:05:14 +00:00
|
|
|
%{_datadir}/%{name}/OpenPrintingRequest.py*
|
2008-08-29 10:41:42 +00:00
|
|
|
%{_datadir}/%{name}/PhysicalDevice.py*
|
2010-11-25 13:33:47 +00:00
|
|
|
%{_datadir}/%{name}/ppdcache.py*
|
2008-12-19 17:14:53 +00:00
|
|
|
%{_datadir}/%{name}/ppdippstr.py*
|
2010-01-19 14:49:45 +00:00
|
|
|
%{_datadir}/%{name}/ppdsloader.py*
|
2010-11-25 13:33:47 +00:00
|
|
|
%{_datadir}/%{name}/printerproperties.py*
|
2006-05-31 15:02:38 +00:00
|
|
|
%{_datadir}/%{name}/probe_printer.py*
|
2006-06-23 13:09:53 +00:00
|
|
|
%{_datadir}/%{name}/pysmb.py*
|
2010-11-25 13:33:47 +00:00
|
|
|
%{_datadir}/%{name}/scp-dbus-service.py*
|
2009-04-21 09:34:42 +00:00
|
|
|
%{_datadir}/%{name}/smburi.py*
|
2008-02-19 17:31:29 +00:00
|
|
|
%{_datadir}/%{name}/statereason.py*
|
2008-12-19 17:14:53 +00:00
|
|
|
%{_datadir}/%{name}/timedops.py*
|
2021-01-14 06:56:57 +00:00
|
|
|
%dir %{_datadir}/%{name}/__pycache__
|
|
|
|
%dir %{_datadir}/%{name}/xml
|
|
|
|
%{_datadir}/%{name}/xml/*.rng
|
2011-07-29 15:30:17 +00:00
|
|
|
%dir %{_sysconfdir}/cupshelpers
|
|
|
|
%config(noreplace) %{_sysconfdir}/cupshelpers/preferreddrivers.xml
|
2014-07-17 11:41:56 +00:00
|
|
|
%{python3_sitelib}/cupshelpers
|
|
|
|
%{python3_sitelib}/*.egg-info
|
2011-07-29 15:30:17 +00:00
|
|
|
|
2021-01-14 06:56:57 +00:00
|
|
|
%if 0%{?rhel} <= 8 || 0%{?fedora}
|
2014-07-24 14:24:54 +00:00
|
|
|
%files applet
|
|
|
|
%{_bindir}/%{name}-applet
|
2019-07-15 11:52:05 +00:00
|
|
|
%{_datadir}/%{name}/__pycache__/applet*
|
2014-07-24 14:24:54 +00:00
|
|
|
%{_datadir}/%{name}/applet.py*
|
|
|
|
%{_sysconfdir}/xdg/autostart/print-applet.desktop
|
|
|
|
%{_mandir}/man1/%{name}-applet.1*
|
2021-01-14 06:56:57 +00:00
|
|
|
%endif
|
2014-07-24 14:24:54 +00:00
|
|
|
|
2011-07-29 15:30:17 +00:00
|
|
|
%files udev
|
2012-06-05 12:39:09 +00:00
|
|
|
%{_prefix}/lib/udev/rules.d/*.rules
|
|
|
|
%{_prefix}/lib/udev/udev-*-printer
|
2011-07-29 15:30:17 +00:00
|
|
|
%ghost %dir %{_localstatedir}/run/udev-configure-printer
|
|
|
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) %attr(0644,root,root) %{_localstatedir}/run/udev-configure-printer/usb-uris
|
2012-10-05 16:11:39 +00:00
|
|
|
%{_unitdir}/configure-printer@.service
|
2011-07-29 15:30:17 +00:00
|
|
|
|
2021-01-14 06:56:57 +00:00
|
|
|
%if 0%{?rhel} <= 8 || 0%{?fedora}
|
2011-07-29 15:30:17 +00:00
|
|
|
%files
|
2017-01-09 12:25:49 +00:00
|
|
|
%doc ChangeLog NEWS ABOUT-NLS AUTHORS ChangeLog-OLD
|
|
|
|
%license COPYING
|
2011-07-29 15:30:17 +00:00
|
|
|
%{_bindir}/%{name}
|
2013-03-27 12:17:42 +00:00
|
|
|
%{_bindir}/install-printerdriver
|
2019-07-15 11:52:05 +00:00
|
|
|
%{_datadir}/%{name}/__pycache__/check-device-ids*
|
|
|
|
%{_datadir}/%{name}/__pycache__/HIG*
|
|
|
|
%{_datadir}/%{name}/__pycache__/SearchCriterion*
|
|
|
|
%{_datadir}/%{name}/__pycache__/serversettings*
|
|
|
|
%{_datadir}/%{name}/__pycache__/system-config-printer*
|
|
|
|
%{_datadir}/%{name}/__pycache__/ToolbarSearchEntry*
|
|
|
|
%{_datadir}/%{name}/__pycache__/userdefault*
|
|
|
|
%{_datadir}/%{name}/__pycache__/install-printerdriver*
|
2011-07-29 15:30:17 +00:00
|
|
|
%{_datadir}/%{name}/check-device-ids.py*
|
|
|
|
%{_datadir}/%{name}/HIG.py*
|
|
|
|
%{_datadir}/%{name}/SearchCriterion.py*
|
|
|
|
%{_datadir}/%{name}/serversettings.py*
|
|
|
|
%{_datadir}/%{name}/system-config-printer.py*
|
2008-12-19 17:14:53 +00:00
|
|
|
%{_datadir}/%{name}/ToolbarSearchEntry.py*
|
2008-06-30 15:58:56 +00:00
|
|
|
%{_datadir}/%{name}/userdefault.py*
|
2008-02-19 17:31:29 +00:00
|
|
|
%{_datadir}/%{name}/troubleshoot
|
2008-04-03 16:02:20 +00:00
|
|
|
%{_datadir}/%{name}/icons
|
2013-03-27 12:17:42 +00:00
|
|
|
%{_datadir}/%{name}/install-printerdriver.py*
|
2019-07-15 11:52:05 +00:00
|
|
|
%dir %{_datadir}/%{name}/xml/__pycache__
|
|
|
|
%{_datadir}/%{name}/xml/__pycache__/*
|
2010-11-25 13:33:47 +00:00
|
|
|
%{_datadir}/%{name}/xml/validate.py*
|
2010-01-19 14:49:45 +00:00
|
|
|
%dir %{_datadir}/%{name}/ui
|
2011-06-03 10:31:13 +00:00
|
|
|
%{_datadir}/%{name}/ui/*.ui
|
2008-12-19 17:14:53 +00:00
|
|
|
%{_datadir}/applications/system-config-printer.desktop
|
2018-01-24 19:10:30 +00:00
|
|
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
2014-07-24 14:24:54 +00:00
|
|
|
%{_mandir}/man1/%{name}.1*
|
2006-04-12 21:09:45 +00:00
|
|
|
|
2006-06-30 11:38:34 +00:00
|
|
|
%post
|
2018-11-09 13:45:59 +00:00
|
|
|
%{_bindir}/rm -f /var/cache/foomatic/foomatic.pickle
|
2006-06-30 11:38:34 +00:00
|
|
|
exit 0
|
2021-01-14 06:56:57 +00:00
|
|
|
%endif
|
2006-06-30 11:38:34 +00:00
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%changelog
|
2021-01-27 21:31:09 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-14 06:56:57 +00:00
|
|
|
* Thu Jan 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.15-1
|
|
|
|
- 1.5.15, apply eln changes
|
|
|
|
|
2021-01-05 13:37:51 +00:00
|
|
|
* Tue Jan 05 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.13-3
|
|
|
|
- 1750156 - hangs on selection of change PPD (Make and Model)
|
|
|
|
|
2020-11-27 09:12:48 +00:00
|
|
|
* Fri Nov 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.13-2
|
|
|
|
- set preferred driver for Dymo LabelWriter 400
|
|
|
|
|
2020-11-05 11:14:34 +00:00
|
|
|
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.13-1
|
|
|
|
- 1.15.13
|
|
|
|
|
2020-10-05 08:16:04 +00:00
|
|
|
* Mon Oct 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.12-9
|
|
|
|
- 1884866 - s-c-p: isAlive() is removed, use is_alive()
|
|
|
|
|
2020-07-29 11:59:49 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-22 11:58:39 +00:00
|
|
|
* Wed Jul 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.12-7
|
|
|
|
- python3.9 - xml module removed elem.getchildren() method, use list(elem)
|
|
|
|
|
2020-07-14 14:23:45 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.5.12-6
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-05-26 01:51:30 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.5.12-5
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-01-31 00:57:47 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-01 15:03:53 +00:00
|
|
|
* Thu Oct 31 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.12-3
|
|
|
|
- whole fix for #1765915
|
|
|
|
|
2019-10-29 11:04:28 +00:00
|
|
|
* Tue Oct 29 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.12-2
|
|
|
|
- 1765915 - abrt in udev-configure-printer
|
|
|
|
|
2019-10-01 10:49:05 +00:00
|
|
|
* Tue Oct 01 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.12-1
|
|
|
|
- 1.5.12
|
|
|
|
|
2019-08-27 15:11:23 +00:00
|
|
|
* Tue Aug 27 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-21
|
|
|
|
- require libnotify - there can be cases where it is not brought by any other packages
|
|
|
|
|
2019-08-19 09:06:44 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.11-20
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-27 00:52:50 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-15 11:52:05 +00:00
|
|
|
* Mon Jul 15 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-18
|
|
|
|
- 1729453 - system-config-printer does not ship byte-compiled Python files
|
|
|
|
|
2019-05-29 10:24:03 +00:00
|
|
|
* Wed May 29 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-17
|
|
|
|
- upstream was moved to OpenPrinting
|
|
|
|
|
2019-02-03 09:17:35 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-02 16:55:19 +00:00
|
|
|
* Wed Jan 02 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-15
|
|
|
|
- remove packagekit-gtk3-module dependency
|
|
|
|
|
2018-11-09 13:45:59 +00:00
|
|
|
* Fri Nov 09 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-14
|
|
|
|
- deprecate at_console statement
|
|
|
|
|
2018-10-15 15:39:39 +00:00
|
|
|
* Mon Oct 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-13
|
|
|
|
- backport several upstream patches
|
|
|
|
|
2018-09-27 10:21:25 +00:00
|
|
|
* Thu Sep 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-12
|
|
|
|
- fix source url
|
|
|
|
|
2018-07-14 07:11:29 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.11-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 09:28:04 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.11-10
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-06-08 13:13:58 +00:00
|
|
|
* Fri Jun 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-9
|
|
|
|
- remove bogus requiremnt of libgnome-keyring - it uses libsecret since 1.5.10
|
|
|
|
|
2018-02-19 15:15:47 +00:00
|
|
|
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-8
|
|
|
|
- gcc is no longer in buildroot by default
|
|
|
|
|
2018-02-15 11:23:01 +00:00
|
|
|
* Thu Feb 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-7
|
|
|
|
- remove old patches, already in upstream
|
|
|
|
|
2018-02-15 11:12:20 +00:00
|
|
|
* Thu Feb 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-6
|
|
|
|
- upstream merge request #93 - fix constructing file dialog
|
|
|
|
|
2018-02-09 08:06:22 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.11-5
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-08 16:02:21 +00:00
|
|
|
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-4
|
|
|
|
- remove old stuff
|
|
|
|
|
2018-02-06 14:40:58 +00:00
|
|
|
* Tue Feb 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-3
|
|
|
|
- s-c-p gives warnings "Fail to load module" on server - add Requires: for them
|
|
|
|
|
2018-01-30 07:54:48 +00:00
|
|
|
* Tue Jan 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-2
|
|
|
|
- removal of systemd-units
|
|
|
|
|
2018-01-24 19:10:30 +00:00
|
|
|
* Fri Jan 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-1
|
|
|
|
- 1.5.11
|
|
|
|
|
2017-08-24 06:59:15 +00:00
|
|
|
* Thu Aug 24 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.9-7
|
|
|
|
- 1484681 - s-c-p fails to build with automake 1.15.1 - regenerate aclocal.m4
|
|
|
|
|
2017-08-03 09:06:49 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 19:51:19 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-19 18:03:19 +00:00
|
|
|
* Mon Jun 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.9-4
|
|
|
|
- workaround for #1400947
|
|
|
|
|
2017-03-08 14:10:00 +00:00
|
|
|
* Wed Mar 08 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.9-3
|
|
|
|
- 1419175 - [control-center] cannot add network printer
|
|
|
|
|
2017-02-11 14:23:22 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-09 12:25:49 +00:00
|
|
|
* Mon Jan 09 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.9-1
|
|
|
|
- version 1.5.9
|
|
|
|
|
2016-12-19 17:20:38 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.7-11
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-10-24 16:22:50 +00:00
|
|
|
* Mon Oct 24 2016 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.7-10
|
|
|
|
- fixing minor errors
|
|
|
|
|
2016-07-19 12:48:49 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-9
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-07 18:19:00 +00:00
|
|
|
* Mon Mar 07 2016 Jiri Popelka <jpopelka@redhat.com> - 1.5.7-8
|
|
|
|
- Suggests python3 version of smbc module
|
|
|
|
|
2016-02-05 01:10:47 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.7-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-10 18:11:44 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-07-21 08:54:16 +00:00
|
|
|
* Tue Jul 21 2015 Jiri Popelka <jpopelka@redhat.com> - 1.5.7-5
|
|
|
|
- libs subpackage Suggests: python-smbc
|
|
|
|
|
2015-06-19 02:22:51 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-26 09:00:01 +00:00
|
|
|
* Tue May 26 2015 Tim Waugh <twaugh@redhat.com> - 1.5.7-3
|
|
|
|
- Fixed device sorting (bug #1210733).
|
|
|
|
|
2015-05-26 08:18:36 +00:00
|
|
|
* Tue May 26 2015 Tim Waugh <twaugh@redhat.com> - 1.5.7-2
|
|
|
|
- Fixed shbang line in udev-add-printer (trac #244).
|
|
|
|
|
2015-04-29 13:09:52 +00:00
|
|
|
* Wed Apr 29 2015 Tim Waugh <twaugh@redhat.com> - 1.5.7-1
|
|
|
|
- 1.5.7:
|
|
|
|
- Increase bus settle time for usb_modeswitch devices (bug #1206808).
|
|
|
|
- Set use_underline=True for previously-stock buttons (bug #1210859).
|
|
|
|
- Fixed traceback (bug #1213136).
|
|
|
|
- Fixes for appdata file.
|
|
|
|
|
2015-03-17 16:58:52 +00:00
|
|
|
* Tue Mar 17 2015 Tim Waugh <twaugh@redhat.com> - 1.5.6-1
|
|
|
|
- 1.5.6:
|
|
|
|
- Don't show traceback messages for missing probe helpers (bug #1194101).
|
|
|
|
- Don't try writing bytecache when running udev-add-printer
|
|
|
|
(bug #1196183).
|
|
|
|
- Don't try decoding already-decoded Unicode (bug #1195974).
|
|
|
|
- Fixes for CMD matching (bug #1177978, bug #1171874).
|
|
|
|
- Fixed 'Apply' sensitivity when downloading driver (trac #238).
|
|
|
|
- Avoid deprecated things.
|
|
|
|
- Handle missing 'functionality' field in returned data for driver.
|
|
|
|
- Some fixes for the New Printer dialog.
|
|
|
|
- Don't install an OpenPrinting driver if the license is not
|
|
|
|
accepted (trac #240).
|
|
|
|
|
2015-02-07 22:43:22 +00:00
|
|
|
* Sat Feb 7 2015 Tim Waugh <twaugh@redhat.com> - 1.5.5-2
|
|
|
|
- Requires python3-firewall.
|
|
|
|
|
2015-02-06 18:16:02 +00:00
|
|
|
* Fri Feb 6 2015 Tim Waugh <twaugh@redhat.com> - 1.5.5-1
|
|
|
|
- 1.5.5:
|
|
|
|
- No longer requires gnome-icon-theme (bug #1163928).
|
|
|
|
- Fixed race condition when fetching devices (bug #1176443).
|
|
|
|
- Fixed typo preventing retrieve/reprint from working.
|
|
|
|
- Driver installation fixes.
|
|
|
|
- Various other fixes.
|
|
|
|
|
2014-11-04 12:21:02 +00:00
|
|
|
* Tue Nov 4 2014 Tim Waugh <twaugh@redhat.com> - 1.5.4-1
|
|
|
|
- 1.5.4:
|
|
|
|
- Extract hostname from hp:/net/...?hostname= URIs when grouping by
|
|
|
|
physical device (bug #1154686).
|
|
|
|
- Tell user how to retrieve journal entries as root in
|
|
|
|
troubleshooter (bug #1157253).
|
|
|
|
- Codec fix for AuthDialog.get_auth_info (bug #1060453).
|
|
|
|
- Catch IPPError when writing server settings (bug #1159584).
|
|
|
|
- Several other fixes.
|
|
|
|
|
2014-10-17 16:18:04 +00:00
|
|
|
* Fri Oct 17 2014 Tim Waugh <twaugh@redhat.com> - 1.5.3-1
|
|
|
|
- 1.5.3.
|
|
|
|
|
2014-10-10 16:21:56 +00:00
|
|
|
* Fri Oct 10 2014 Tim Waugh <twaugh@redhat.com> - 1.5.2-2
|
|
|
|
- Use items() instead of iteritems() with Python 3 dicts (bug #1151457).
|
|
|
|
|
2014-10-10 16:05:14 +00:00
|
|
|
* Fri Oct 10 2014 Tim Waugh <twaugh@redhat.com> - 1.5.2-1
|
|
|
|
- 1.5.2.
|
|
|
|
|
2014-09-11 16:21:01 +00:00
|
|
|
* Thu Sep 11 2014 Tim Waugh <twaugh@redhat.com> - 1.5.1-3
|
|
|
|
- Python3 fixes from upstream.
|
|
|
|
|
2014-09-06 12:24:51 +00:00
|
|
|
* Sat Sep 6 2014 Tim Waugh <twaugh@redhat.com> - 1.5.1-2
|
|
|
|
- Take the gdk lock before entering gtk_main() (bug #1052203 comment #24).
|
|
|
|
|
2014-09-02 16:36:56 +00:00
|
|
|
* Tue Sep 2 2014 Tim Waugh <twaugh@redhat.com> - 1.5.1-1
|
|
|
|
- 1.5.1, with some Python3 fixes (bug #1136470),
|
|
|
|
udev-configure-printer fixes, and a fix for a D-Bus service
|
|
|
|
hang (bug #1116756).
|
|
|
|
|
2014-08-18 04:38:34 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-15 14:41:56 +00:00
|
|
|
* Fri Aug 15 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-7
|
|
|
|
- Enable hardened build, as the udev part runs with privilege.
|
|
|
|
|
2014-08-03 14:03:10 +00:00
|
|
|
* Sun Aug 3 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-6
|
|
|
|
- Explicitly use /usr/bin/python3 in udev-add-printer (bug #1126149).
|
|
|
|
|
2014-07-25 14:18:36 +00:00
|
|
|
* Fri Jul 25 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-5
|
|
|
|
- More python3 dependency changes:
|
|
|
|
- pygobject3-base -> python3-gobject
|
|
|
|
- pycairo -> python3-cairo
|
|
|
|
|
2014-07-24 14:24:54 +00:00
|
|
|
* Thu Jul 24 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-4
|
|
|
|
- The applet is now in its own sub-package.
|
|
|
|
|
2014-07-20 18:48:52 +00:00
|
|
|
* Sun Jul 20 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-3
|
|
|
|
- Also require python3 bindings for pycurl (bug #1121177).
|
|
|
|
|
2014-07-19 13:33:41 +00:00
|
|
|
* Sat Jul 19 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-2
|
|
|
|
- Require python3 bindings for cups and dbus (bug #1121177).
|
|
|
|
|
2014-07-17 11:41:56 +00:00
|
|
|
* Thu Jul 17 2014 Tim Waugh <twaugh@redhat.com> 1.5.0-1
|
|
|
|
- 1.5.0 (now Python3).
|
|
|
|
|
2014-07-14 10:08:51 +00:00
|
|
|
* Mon Jul 14 2014 Tim Waugh <twaugh@redhat.com> 1.4.5-3
|
|
|
|
- Fix job retrieval (bug #1119222).
|
|
|
|
|
2014-07-11 16:26:36 +00:00
|
|
|
* Fri Jul 11 2014 Tim Waugh <twaugh@redhat.com> 1.4.5-2
|
|
|
|
- Handle failure when cups-pk-helper not installed (bug #1118836).
|
|
|
|
|
2014-07-04 16:14:32 +00:00
|
|
|
* Fri Jul 4 2014 Tim Waugh <twaugh@redhat.com> 1.4.5-1
|
|
|
|
- 1.4.5:
|
|
|
|
- Some codec fixes (bug #968142, bug #1023968, bug #1094037).
|
|
|
|
- Traceback fixes (bug #982071, bug #1090479, bug #1105229).
|
|
|
|
- IPv6 address entry fix (bug #1074245).
|
|
|
|
- Auth info saving improvement (bug #1089029).
|
|
|
|
- Use LockButton for fewer auth dialogs (bug #714820).
|
|
|
|
|
2014-06-08 07:59:11 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-22 08:40:44 +00:00
|
|
|
* Thu May 22 2014 Jiri Popelka <jpopelka@redhat.com> - 1.4.4-3
|
|
|
|
- 1.4.x requires gtk3 instead of gtk2 (#1099611)
|
|
|
|
|
2014-05-01 12:02:21 +00:00
|
|
|
* Thu May 1 2014 Tim Waugh <twaugh@redhat.com> 1.4.4-2
|
|
|
|
- Prevent the D-Bus service from freezing by disabling openprinting
|
|
|
|
driver downloads in that service (bug #1052203).
|
|
|
|
|
2014-03-12 12:32:28 +00:00
|
|
|
* Wed Mar 12 2014 Jaromír Končický <jkoncick@redhat.com> - 1.4.4-1
|
|
|
|
- 1.4.4.
|
|
|
|
|
2014-03-10 12:59:17 +00:00
|
|
|
* Mon Mar 10 2014 Jiri Popelka <jpopelka@redhat.com> - 1.4.3-9
|
|
|
|
- BuildRequires: pkgconfig(glib-2.0) instead of glib2-devel
|
|
|
|
|
2014-02-28 17:17:14 +00:00
|
|
|
* Fri Feb 28 2014 Tim Waugh <twaugh@redhat.com> 1.4.3-8
|
|
|
|
- Don't override CFLAGS in Makefile.am.
|
|
|
|
|
2013-12-06 12:29:37 +00:00
|
|
|
* Fri Dec 6 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-7
|
2013-12-06 15:31:04 +00:00
|
|
|
- Include upstream Makefile fixes for udev directories.
|
2013-12-06 12:29:37 +00:00
|
|
|
|
2013-12-06 10:49:50 +00:00
|
|
|
* Fri Dec 6 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-6
|
2013-12-06 11:38:02 +00:00
|
|
|
- Use _smp_mflags for consistency's sake (patch from upstream needed).
|
2013-12-06 10:49:50 +00:00
|
|
|
|
2013-12-05 09:29:49 +00:00
|
|
|
* Thu Dec 5 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-5
|
|
|
|
- Actually run make in the %%build section.
|
|
|
|
|
2013-11-08 17:23:58 +00:00
|
|
|
* Fri Nov 8 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-4
|
|
|
|
- Requires pycairo (bug #1028180).
|
2013-11-08 16:45:04 +00:00
|
|
|
- Reverted last change as it did not fix the problem.
|
|
|
|
|
2013-10-30 17:27:38 +00:00
|
|
|
* Wed Oct 30 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-3
|
|
|
|
- Fixed encoding issue (bug #1023968).
|
|
|
|
|
2013-10-25 15:29:47 +00:00
|
|
|
* Fri Oct 25 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-2
|
|
|
|
- Fixed typo in D-Bus signature decorator (bug #1023449).
|
|
|
|
|
2013-10-22 16:13:38 +00:00
|
|
|
* Tue Oct 22 2013 Tim Waugh <twaugh@redhat.com> 1.4.3-1
|
|
|
|
- 1.4.3.
|
|
|
|
|
2013-08-20 10:51:28 +00:00
|
|
|
* Tue Aug 20 2013 Tim Waugh <twaugh@redhat.com> 1.4.2-1
|
|
|
|
- 1.4.2.
|
|
|
|
|
2013-08-04 16:26:18 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-04 15:30:58 +00:00
|
|
|
* Thu Jul 4 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-9
|
|
|
|
- Fixed source URL.
|
|
|
|
|
2013-07-02 08:38:24 +00:00
|
|
|
* Tue Jul 2 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-8
|
2013-07-02 11:57:07 +00:00
|
|
|
- Fixed misplaced parenthesis (bug #979119).
|
2013-07-02 11:54:44 +00:00
|
|
|
- Fixed another codec issue (bug #978970).
|
2013-07-02 11:51:30 +00:00
|
|
|
- Avoid race when renaming printer (bug #975705).
|
2013-07-02 11:49:41 +00:00
|
|
|
- Don't check for missing drivers in remote printers (bug #975058)
|
2013-07-02 11:47:34 +00:00
|
|
|
- Another fix from the move to gi.repository (bug #973662).
|
2013-07-02 08:38:24 +00:00
|
|
|
- Fixed another codec issue (bug #971973).
|
|
|
|
|
2013-06-20 08:38:02 +00:00
|
|
|
* Thu Jun 20 2013 Jiri Popelka <jpopelka@redhat.com> - 1.4.1-7
|
|
|
|
- Fix Notify.Notification creation (bug #974845).
|
|
|
|
- Really apply patch for bug #971404.
|
|
|
|
|
2013-06-07 11:46:23 +00:00
|
|
|
* Fri Jun 7 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-6
|
2013-06-07 15:58:20 +00:00
|
|
|
- Use the right signal for spotting when editing is done when renaming
|
|
|
|
a printer (bug #971404).
|
2013-06-07 11:46:23 +00:00
|
|
|
- More fixes for UTF-8 encoding issues (bug #968142).
|
2013-06-07 11:42:07 +00:00
|
|
|
- Fixed new printer dialog traceback (bug #969916).
|
|
|
|
|
2013-06-07 10:14:45 +00:00
|
|
|
* Fri Jun 7 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-5
|
|
|
|
- More fixes for UTF-8 encoding issues (bug #971548).
|
|
|
|
|
2013-06-06 16:09:44 +00:00
|
|
|
* Thu Jun 6 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-4
|
2013-06-06 16:14:51 +00:00
|
|
|
- Removed old pointer/keyboard grabbing code as it no longer
|
|
|
|
works (bug #971459).
|
2013-06-06 16:11:18 +00:00
|
|
|
- Notify urgencies have new names with gi.repository (bug #970646).
|
2013-06-06 16:13:29 +00:00
|
|
|
- More fixes for UTF-8 encoding issues (bug #969846, bug #971417).
|
2013-06-06 16:09:44 +00:00
|
|
|
|
2013-05-22 08:04:35 +00:00
|
|
|
* Wed May 22 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-3
|
|
|
|
- Fixed typo introduced in previous change (for bug #962207), and
|
|
|
|
fixed another UTF-8 encoding issue (bug #965771).
|
|
|
|
|
2013-05-21 16:27:13 +00:00
|
|
|
* Tue May 21 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-2
|
2013-05-21 16:29:07 +00:00
|
|
|
- Fixed typo which could cause a traceback (bug #965678).
|
2013-05-21 16:27:13 +00:00
|
|
|
- Fixes for UTF-8 encoding issues (bug #957444, bug #961882,
|
|
|
|
bug #962207, bug #964673, bug #965578).
|
|
|
|
|
2013-05-09 14:42:47 +00:00
|
|
|
* Thu May 9 2013 Tim Waugh <twaugh@redhat.com> 1.4.1-1
|
|
|
|
- 1.4.1:
|
|
|
|
- Don't call into Gtk directly from scp-dbus-service (bug #951710).
|
|
|
|
- Handle errors from Gdk.color_parse() correctly.
|
|
|
|
- Fix creating of empty pixbuf.
|
|
|
|
- Make man page and --help output consistent.
|
|
|
|
- Some codec fixes (bug #957343, bug #957444, bug #960567).
|
|
|
|
- Updated translations (bug #951647).
|
|
|
|
- Use xxx-supported values for number-up and sides options
|
|
|
|
(bug #923841).
|
|
|
|
|
2013-04-15 11:05:00 +00:00
|
|
|
* Mon Apr 15 2013 Tim Waugh <twaugh@redhat.com> 1.4.0-4
|
2013-04-15 11:12:07 +00:00
|
|
|
- Don't call into Gtk directly from scp-dbus-service (bug #951710).
|
2013-04-15 11:05:00 +00:00
|
|
|
- Adjusted dependencies now we use GObject introspection.
|
|
|
|
|
2013-04-12 11:07:00 +00:00
|
|
|
* Fri Apr 12 2013 Tim Waugh <twaugh@redhat.com> 1.4.0-3
|
|
|
|
- Don't delete mainlist too early when quitting (bug #915483).
|
|
|
|
|
2013-04-11 14:34:16 +00:00
|
|
|
* Thu Apr 11 2013 Tim Waugh <twaugh@redhat.com> 1.4.0-2
|
2013-04-11 14:46:40 +00:00
|
|
|
- Fixed changelog date.
|
2013-04-11 14:35:38 +00:00
|
|
|
- Fixed some printer name encoding issues (bug #950162).
|
2013-04-11 14:34:16 +00:00
|
|
|
- Better behaviour when trying to run without valid DISPLAY (bug # #948240).
|
|
|
|
|
2013-03-27 14:24:50 +00:00
|
|
|
* Wed Mar 27 2013 Tim Waugh <twaugh@redhat.com> 1.4.0-1
|
|
|
|
- 1.4.0.
|
|
|
|
|
2013-03-27 12:17:42 +00:00
|
|
|
* Wed Mar 27 2013 Tim Waugh <twaugh@redhat.com> 1.3.13-1
|
|
|
|
- 1.3.13.
|
|
|
|
|
2013-03-19 17:18:31 +00:00
|
|
|
* Tue Mar 19 2013 Tim Waugh <twaugh@redhat.com> 1.3.12-11
|
2013-03-19 17:17:21 +00:00
|
|
|
- The libs sub-package is now noarch (bug #921514).
|
|
|
|
|
2013-03-15 13:35:51 +00:00
|
|
|
* Fri Mar 15 2013 Tim Waugh <twaugh@redhat.com> 1.3.12-10
|
|
|
|
- Removed python-smbc as a dependency as it is not required in all
|
|
|
|
situations (bug #921132).
|
|
|
|
|
2013-02-27 16:31:47 +00:00
|
|
|
* Wed Feb 27 2013 Tim Waugh <twaugh@redhat.com> 1.3.12-9
|
2013-02-27 16:31:06 +00:00
|
|
|
- Disable the print applet in KDE again.
|
|
|
|
|
2013-02-15 01:11:40 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-26 17:07:44 +00:00
|
|
|
* Mon Nov 26 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-7
|
|
|
|
- Enable the print applet in KDE (only on Red Hat Enterprise Linux).
|
|
|
|
|
2012-11-21 09:25:44 +00:00
|
|
|
* Wed Nov 21 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-6
|
2012-11-20 17:40:26 +00:00
|
|
|
- Avoid traceback in most recent change (bug #878527).
|
|
|
|
|
2012-11-19 16:29:16 +00:00
|
|
|
* Mon Nov 19 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-4
|
|
|
|
- Fixed dialog modality problem which prevented e.g. changing drivers.
|
|
|
|
|
2012-10-25 16:09:23 +00:00
|
|
|
* Thu Oct 25 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-3
|
|
|
|
- Avoid crash with certain types of dnssd device URI (bug #870000).
|
|
|
|
|
2012-10-23 14:00:02 +00:00
|
|
|
* Tue Oct 23 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-2
|
|
|
|
- Fixed systemd config file (bug #862186).
|
|
|
|
|
2012-10-05 16:11:39 +00:00
|
|
|
* Fri Oct 5 2012 Tim Waugh <twaugh@redhat.com> 1.3.12-1
|
|
|
|
- 1.3.12.
|
|
|
|
|
2012-09-21 12:00:23 +00:00
|
|
|
* Fri Sep 21 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.11-5
|
|
|
|
- FirewallD support once again (use D-Bus instead of FirewallD client module)
|
|
|
|
|
2012-09-18 16:37:57 +00:00
|
|
|
* Tue Sep 18 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.11-4
|
|
|
|
- revert previous change for now, the patch needs more work
|
|
|
|
|
2012-09-06 10:28:03 +00:00
|
|
|
* Thu Sep 06 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.11-3
|
|
|
|
- FirewallD support
|
|
|
|
|
2012-08-22 14:15:57 +00:00
|
|
|
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.11-2
|
|
|
|
- use new systemd-rpm macros (#850334)
|
|
|
|
|
2012-08-03 10:39:09 +00:00
|
|
|
* Fri Aug 3 2012 Tim Waugh <twaugh@redhat.com> 1.3.11-1
|
|
|
|
- 1.3.11.
|
|
|
|
|
2012-08-01 16:17:53 +00:00
|
|
|
* Wed Aug 1 2012 Tim Waugh <twaugh@redhat.com> 1.3.10-1
|
|
|
|
- 1.3.10.
|
|
|
|
- Build requirement for libusb has changed to libusb1-devel.
|
|
|
|
|
2012-07-31 16:02:56 +00:00
|
|
|
* Tue Jul 31 2012 Tim Waugh <twaugh@redhat.com> 1.3.9-5
|
|
|
|
- Reverted previous change. New systemd-devel does provide libudev.pc
|
|
|
|
after all.
|
|
|
|
|
2012-07-31 13:34:44 +00:00
|
|
|
* Tue Jul 31 2012 Tim Waugh <twaugh@redhat.com> 1.3.9-4
|
|
|
|
- Fixed build against systemd-devel now there is no libudev-devel.
|
|
|
|
|
2012-07-21 22:35:33 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-05 12:39:09 +00:00
|
|
|
* Tue Jun 05 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.9-2
|
|
|
|
- BuildRequires systemd-devel instead of udev-devel
|
|
|
|
- replace udev_get_sys_path() with hard-coded "/sys"
|
|
|
|
|
2012-03-01 14:29:07 +00:00
|
|
|
* Thu Mar 1 2012 Tim Waugh <twaugh@redhat.com> 1.3.9-1
|
|
|
|
- 1.3.9:
|
|
|
|
- Updated translations.
|
|
|
|
- Improved check-device-ids output.
|
|
|
|
- Removed incorrect warning when using CUPS >= 1.5.3.
|
|
|
|
|
2012-02-23 15:12:00 +00:00
|
|
|
* Thu Feb 23 2012 Tim Waugh <twaugh@redhat.com> 1.3.8-4
|
|
|
|
- Added version to python-cups dependency (bug #796678).
|
|
|
|
|
2012-02-03 15:41:53 +00:00
|
|
|
* Fri Feb 3 2012 Tim Waugh <twaugh@redhat.com> 1.3.8-3
|
|
|
|
- Upstream patch to fix ppdcache traceback (bug #786232).
|
|
|
|
|
2012-01-30 15:13:49 +00:00
|
|
|
* Mon Jan 30 2012 Jiri Popelka <jpopelka@redhat.com> 1.3.8-2
|
|
|
|
- Fixed several debugprints (#785581).
|
|
|
|
- Clean up and modernize spec file.
|
|
|
|
|
2012-01-24 13:42:47 +00:00
|
|
|
* Tue Jan 24 2012 Tim Waugh <twaugh@redhat.com> 1.3.8-1
|
|
|
|
- 1.3.8:
|
|
|
|
- Avoid AttributeError in on_btnNPApply_clicked() (bug #772112).
|
|
|
|
- Added debugging when jobviewer not found (bug #757520).
|
|
|
|
- Applied patch from Till Kamppeter to use pycurl 'https' support
|
|
|
|
for openprinting (CVE-2011-4405).
|
|
|
|
- Always use a sequence as args for timedops.TimedSubprocess()
|
|
|
|
(patch from Vincent Untz).
|
|
|
|
- Added some firewall debugging for bug #755913.
|
|
|
|
- Fixed typo (Ubuntu #844976).
|
|
|
|
- Run probe_printer.py with an argument to run PrinterFinder by hand.
|
|
|
|
- More debugging output in PrinterFinder.
|
|
|
|
- Really fix SMB probing in PrinterFinder.
|
|
|
|
- LpdServer class: spot when we can't connect, and give up (likewise
|
|
|
|
in PrinterFinder).
|
|
|
|
- Ignore ' All-in-one' suffix for printer model names when comparing
|
|
|
|
them (bug #751610).
|
|
|
|
- Handle HTTP errors from openprinting.org (seen in bug #743446).
|
|
|
|
- Don't re-open PPD when already available, just to localize marker
|
|
|
|
names.
|
|
|
|
- Use the monitor's PPD cache in the properties dialog.
|
|
|
|
- monitor: provide method for sharing the monitor's PPD cache.
|
|
|
|
- cupshelpers: avoid re-opening PPD when not needed (not a leak).
|
|
|
|
- Fixed file descriptor leak in PPDCache (Ubuntu #874445).
|
|
|
|
- Fixed typo in check-device-ids.py when looking for ID-less
|
|
|
|
matches.
|
|
|
|
- Require newer pycups; drop compatibility code.
|
|
|
|
- Do not connect to CUPS with an empty user name.
|
|
|
|
- On asynchronous IPP connections make sure that the password dialog
|
|
|
|
is repeated if a wrong password is entered (Ubuntu #653132).
|
|
|
|
- Several fixes on credential caching for IPP authentication (Ubuntu
|
|
|
|
bug 653132).
|
|
|
|
- Don't penalise pxlmono now that bug #661814 is fixed in
|
|
|
|
ghostscript-9.04.
|
|
|
|
- Handle new CUPS 1.5 IPP error response IPP_AUTHENTICATION_CANCELED
|
|
|
|
(Ubuntu #653132).
|
|
|
|
|
2012-01-14 06:13:20 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-04 15:38:47 +00:00
|
|
|
* Fri Nov 4 2011 Tim Waugh <twaugh@redhat.com> 1.3.7-3
|
|
|
|
- Use arch-specific requirements where appropriate (bug #749834).
|
|
|
|
|
2011-10-17 09:55:57 +00:00
|
|
|
* Mon Oct 17 2011 Tim Waugh <twaugh@redhat.com> 1.3.7-2
|
2011-10-17 09:57:26 +00:00
|
|
|
- Fixed typo in check-device-ids.py when looking for ID-less matches.
|
2011-10-17 09:55:57 +00:00
|
|
|
- Handle new CUPS 1.5 IPP error response IPP_AUTHENTICATION_CANCELED
|
|
|
|
(Ubuntu #653132).
|
|
|
|
|
2011-10-05 17:40:35 +00:00
|
|
|
* Wed Oct 5 2011 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2011-08-22 18:16:31 +00:00
|
|
|
* Mon Aug 22 2011 Tim Waugh <twaugh@redhat.com> 1.3.6-1
|
|
|
|
- 1.3.6:
|
|
|
|
- Updated translations.
|
|
|
|
- IPPAuthConnection: avoid traceback (Ubuntu #828030).
|
|
|
|
- Allow entering @,?,=,& 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).
|
|
|
|
|
2011-08-15 16:09:28 +00:00
|
|
|
* Mon Aug 15 2011 Tim Waugh <twaugh@redhat.com> 1.3.5-4
|
|
|
|
- Removed redundant macros, spotted by Jiri Popelka.
|
|
|
|
|
2011-08-02 14:48:04 +00:00
|
|
|
* Tue Aug 2 2011 Tim Waugh <twaugh@redhat.com> 1.3.5-3
|
|
|
|
- Removed problematic PackageKit client support (bug #726996, bug #726938).
|
|
|
|
|
2011-08-01 09:48:06 +00:00
|
|
|
* Mon Aug 1 2011 Tim Waugh <twaugh@redhat.com> 1.3.5-2
|
|
|
|
- Make PackageKit optional (bug #726996).
|
|
|
|
|
2011-07-29 11:42:54 +00:00
|
|
|
* Fri Jul 29 2011 Tim Waugh <twaugh@redhat.com> 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.
|
2011-07-29 14:58:35 +00:00
|
|
|
- Also: applied patch to fix serversettings traceback, from upstream
|
|
|
|
post-1.3.5 (bug #726682).
|
2011-07-29 15:30:17 +00:00
|
|
|
- Move files around so the libs sub-package provides the D-Bus service.
|
2011-07-29 11:42:54 +00:00
|
|
|
|
2011-07-21 12:39:28 +00:00
|
|
|
* Thu Jul 21 2011 Tim Waugh <twaugh@redhat.com> 1.3.4-2
|
|
|
|
- No longer requires glade (uses GtkBuilder instead).
|
|
|
|
|
2011-07-15 14:03:22 +00:00
|
|
|
* Fri Jul 15 2011 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2011-06-03 10:31:13 +00:00
|
|
|
* Fri Jun 03 2011 Jiri Popelka <jpopelka@redhat.com> 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).
|
|
|
|
|
2011-03-22 17:01:12 +00:00
|
|
|
* Tue Mar 22 2011 Tim Waugh <twaugh@redhat.com> 1.3.2-2
|
2011-03-22 17:03:50 +00:00
|
|
|
- Fixed traceback in newprinter.py (bug #680683).
|
2011-03-22 17:02:31 +00:00
|
|
|
- Improvements for check-device-ids from upstream.
|
2011-03-22 17:01:12 +00:00
|
|
|
- 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.)
|
|
|
|
|
2011-03-18 16:52:02 +00:00
|
|
|
* Fri Mar 18 2011 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2011-02-17 16:31:40 +00:00
|
|
|
* Thu Feb 17 2011 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2011-02-17 10:00:53 +00:00
|
|
|
* Thu Feb 17 2011 Tim Waugh <twaugh@redhat.com> 1.3.0-3
|
|
|
|
- Prevent traceback during libsane-hpaio installation check.
|
|
|
|
|
2011-02-16 15:46:37 +00:00
|
|
|
* Wed Feb 16 2011 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2011-02-16 13:48:06 +00:00
|
|
|
* Wed Feb 16 2011 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2011-02-09 17:41:57 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.97-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-09 17:01:44 +00:00
|
|
|
* Wed Feb 09 2011 Jiri Popelka <jpopelka@redhat.com> 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.
|
|
|
|
|
2011-01-21 12:10:20 +00:00
|
|
|
* Fri Jan 21 2011 Jiri Popelka <jpopelka@redhat.com> 1.2.96-3
|
|
|
|
- Fixed driver selection when there are duplicate PPDs available. (#667571)
|
|
|
|
- Grabbing focus for editing breaks it (bug #650995).
|
|
|
|
|
2011-01-18 11:02:41 +00:00
|
|
|
* Tue Jan 18 2011 Jiri Popelka <jpopelka@redhat.com> 1.2.96-2
|
2018-02-09 08:06:22 +00:00
|
|
|
- Allow %%, ( and ) characters in dnssd URI (bug #669820).
|
2011-01-18 11:02:41 +00:00
|
|
|
|
2011-01-17 16:59:39 +00:00
|
|
|
* Mon Jan 17 2011 Jiri Popelka <jpopelka@redhat.com> 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
|
|
|
|
|
2010-12-02 16:26:57 +00:00
|
|
|
* Thu Dec 2 2010 Tim Waugh <twaugh@redhat.com> - 1.2.95-4
|
2010-12-02 16:16:10 +00:00
|
|
|
- Grab focus on the IconView after setting it editable (bug #650995).
|
|
|
|
|
2010-11-30 13:08:17 +00:00
|
|
|
* Tue Nov 30 2010 Tim Waugh <twaugh@redhat.com> - 1.2.95-3
|
|
|
|
- Removed calls to pynotify.Notification.attach_to_status_icon()
|
|
|
|
(bug #657722).
|
|
|
|
|
2010-11-26 14:31:40 +00:00
|
|
|
* Fri Nov 26 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.95-2
|
|
|
|
- Added %%ghost to /var/run/udev-configure-printer/usb-uris (bug #656698).
|
|
|
|
|
2010-11-25 13:33:47 +00:00
|
|
|
* Thu Nov 25 2010 Tim Waugh <twaugh@redhat.com> - 1.2.95-1
|
|
|
|
- 1.2.95.
|
|
|
|
- Removed pycups and pysmbc tarballs as they are now packaged
|
|
|
|
separately as python-cups and python-smbc.
|
|
|
|
|
2010-11-22 13:23:30 +00:00
|
|
|
* Mon Nov 22 2010 Tim Waugh <twaugh@redhat.com> - 1.2.5-8
|
|
|
|
- Added in missing part of patch for last change (bug #655317).
|
|
|
|
|
2010-11-03 15:22:05 +00:00
|
|
|
* Wed Nov 3 2010 Tim Waugh <twaugh@redhat.com> - 1.2.5-7
|
|
|
|
- Don't use status icon if notification server supports persistence.
|
|
|
|
|
2010-10-29 14:50:35 +00:00
|
|
|
* Fri Oct 29 2010 Tim Waugh <twaugh@redhat.com> - 1.2.5-6
|
|
|
|
- Make sure InstallPrinterDrivers gets correctly typed values (bug #647270).
|
|
|
|
|
2010-10-24 17:27:20 +00:00
|
|
|
* Sun Oct 24 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.5-5
|
|
|
|
- Correct newly added NPTLpdQueue.patch (bug #646002).
|
|
|
|
|
2010-10-22 09:27:43 +00:00
|
|
|
* Fri Oct 22 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.5-4
|
|
|
|
- Don't check ComboBoxEntry for allowed characters (bug #644131).
|
|
|
|
|
2010-10-14 15:30:59 +00:00
|
|
|
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> - 1.2.5-3
|
|
|
|
- Always use MFG and MDL fields for InstallPrinterDrivers interface
|
|
|
|
(bug #643073).
|
|
|
|
|
2010-10-14 13:20:02 +00:00
|
|
|
* Thu Oct 14 2010 Tim Waugh <twaugh@redhat.com> - 1.2.5-2
|
|
|
|
- Show debug output whenever InstallPrinterDrivers is called.
|
|
|
|
|
2010-10-13 12:41:33 +00:00
|
|
|
* Wed Oct 13 2010 Tim Waugh <twaugh@redhat.com> - 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).
|
|
|
|
|
2010-09-29 22:20:05 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 1.2.4-3
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-13 17:09:13 +00:00
|
|
|
* Mon Sep 13 2010 Tim Waugh <twaugh@redhat.com> - 1.2.4-2
|
|
|
|
- Rebuilt with updated translations.
|
|
|
|
|
2010-08-26 10:36:58 +00:00
|
|
|
* 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.
|
|
|
|
|
2010-08-23 08:41:48 +00:00
|
|
|
* Sun Aug 22 2010 Tim Waugh <twaugh@redhat.com> - 1.2.3-6
|
2010-08-22 16:24:38 +00:00
|
|
|
- Updated pysmbc to 1.0.9.
|
|
|
|
|
2010-07-22 06:49:22 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-12 12:21:25 +00:00
|
|
|
* Mon Jul 12 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.3-4
|
|
|
|
- Moved COPYING file to libs sub-package.
|
|
|
|
|
2010-06-25 16:11:31 +00:00
|
|
|
* Fri Jun 25 2010 Tim Waugh <twaugh@redhat.com> - 1.2.3-3
|
2010-06-25 15:54:43 +00:00
|
|
|
- Updated pycups to 1.9.51 (bug #584991).
|
|
|
|
|
2010-06-24 16:58:17 +00:00
|
|
|
* Thu Jun 24 2010 Tim Waugh <twaugh@redhat.com> - 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).
|
|
|
|
|
2010-06-02 16:24:07 +00:00
|
|
|
* Wed Jun 02 2010 Jiri Popelka <jpopelka@redhat.com> 1.2.2-4
|
|
|
|
- Initialise auto_make to the empty string (bug #590193).
|
|
|
|
|
2010-05-18 12:16:07 +00:00
|
|
|
* Tue May 18 2010 Tim Waugh <twaugh@redhat.com> - 1.2.2-3
|
2010-05-18 13:54:33 +00:00
|
|
|
- Updated pycups to 1.9.50.
|
2010-05-18 12:16:07 +00:00
|
|
|
- Updated pysmbc to 1.0.7.
|
|
|
|
|
2010-05-13 12:21:13 +00:00
|
|
|
* Thu May 13 2010 Tim Waugh <twaugh@redhat.com> - 1.2.2-2
|
|
|
|
- cups-pk-helper FileGet method requires directory it can write to
|
|
|
|
(bug #587744).
|
|
|
|
|
2010-05-07 15:52:23 +00:00
|
|
|
* Fri May 7 2010 Tim Waugh <twaugh@redhat.com> - 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.
|
|
|
|
|
2010-04-22 15:20:06 +00:00
|
|
|
* Thu Apr 22 2010 Tim Waugh <twaugh@redhat.com> - 1.2.1-2
|
|
|
|
- Specify requested attributes in getJobs if possible (bug #584806).
|
|
|
|
- Added optional requested_attributes argument to Connection.getJobs
|
|
|
|
(bug #584806).
|
|
|
|
|
2010-04-14 23:59:19 +00:00
|
|
|
* Thu Apr 15 2010 Tim Waugh <twaugh@redhat.com> - 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.
|
|
|
|
|
2010-04-12 11:30:34 +00:00
|
|
|
* Mon Apr 12 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-13
|
|
|
|
- Use JobCancel compatibility method until cups-pk-helper-0.1.0 is
|
|
|
|
packaged (bug #581315).
|
|
|
|
|
2010-03-27 10:26:27 +00:00
|
|
|
* Sat Mar 27 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-12
|
|
|
|
- check-device-ids: use make-and-model field for best-matching.
|
|
|
|
- Use upstream fix for async bugs.
|
|
|
|
|
2010-03-26 12:54:32 +00:00
|
|
|
* Fri Mar 26 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-11
|
|
|
|
- More async traceback fixes (Ubuntu #547075).
|
|
|
|
|
2010-03-26 10:28:38 +00:00
|
|
|
* Fri Mar 26 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-10
|
2010-03-26 10:36:30 +00:00
|
|
|
- Better inklevel 25/50/75 markers.
|
2010-03-26 10:33:57 +00:00
|
|
|
- Fixed window transience for 'Change Device URI'.
|
2010-03-26 10:28:38 +00:00
|
|
|
- More async traceback fixes (Ubuntu #547075).
|
|
|
|
|
|
|
|
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-9
|
2010-03-25 17:10:41 +00:00
|
|
|
- check-device-ids: use correct paths for LSB model URIs.
|
2010-03-25 17:07:11 +00:00
|
|
|
- Fixed cdi-search-harder patch.
|
|
|
|
|
2010-03-25 16:29:48 +00:00
|
|
|
* Thu Mar 25 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-8
|
2010-03-25 16:38:08 +00:00
|
|
|
- Fixed traceback in asyncipp (bug #576932).
|
2010-03-25 16:37:15 +00:00
|
|
|
- check-device-ids: search harder for missing Device IDs.
|
2010-03-25 16:29:48 +00:00
|
|
|
- Make inklevel widget easier to read (bug #576930).
|
|
|
|
|
2010-03-24 10:43:02 +00:00
|
|
|
* Wed Mar 24 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-7
|
|
|
|
- Use new JobCancelPurge cups-pk-helper method (bug #576496).
|
|
|
|
|
2010-03-22 17:33:13 +00:00
|
|
|
* Mon Mar 22 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-6
|
|
|
|
- Initialize downloadable_drivers when OpenPrinting query fails (bug #574562).
|
|
|
|
|
2010-03-22 13:06:47 +00:00
|
|
|
* Mon Mar 22 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-5
|
|
|
|
- Fixed pycups build with new distutils.
|
|
|
|
- Fixed reconnection error handling in IPPAuthOperation class (bug #575198).
|
|
|
|
|
2010-03-19 13:06:57 +00:00
|
|
|
* Fri Mar 19 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-4
|
|
|
|
- check-device-ids.py: Fixed driver-URI to filename mapping.
|
|
|
|
|
2010-03-19 11:44:57 +00:00
|
|
|
* Fri Mar 19 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-3
|
2010-03-19 11:56:21 +00:00
|
|
|
- The canonical name for Kyocera is Kyocera Mita.
|
2010-03-19 11:44:57 +00:00
|
|
|
- Show CMD field in check-device-ids.py.
|
|
|
|
|
2010-03-18 17:15:41 +00:00
|
|
|
* Thu Mar 18 2010 Tim Waugh <twaugh@redhat.com> - 1.2.0-2
|
|
|
|
- Fixed traceback in check-driver-ids.py when no drivers are found
|
|
|
|
(bug #574827).
|
|
|
|
|
2010-03-17 15:51:17 +00:00
|
|
|
* Wed Mar 17 2010 Tim Waugh <twaugh@redhat.com> - 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.
|
|
|
|
|
2010-03-16 18:06:42 +00:00
|
|
|
* Tue Mar 16 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-7
|
|
|
|
- Import modules we catch exceptions from (bug #574117).
|
|
|
|
|
2010-03-08 17:04:23 +00:00
|
|
|
* Mon Mar 8 2010 Jiri Popelka <jpopelka@redhat.com> 1.1.93-6
|
|
|
|
- Fixed pycups to be more cautious when removing
|
|
|
|
the Connection object from the list (bug #567386).
|
|
|
|
|
2010-03-03 11:36:16 +00:00
|
|
|
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-5
|
|
|
|
- Added comments for all sources and patches.
|
|
|
|
- Ship COPYING files.
|
|
|
|
|
2010-03-01 19:01:00 +00:00
|
|
|
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-4
|
|
|
|
- Use icon name 'printer' instead of 'gnome-dev-printer'.
|
|
|
|
|
2010-03-01 16:36:24 +00:00
|
|
|
* Mon Mar 1 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-3
|
|
|
|
- Attempt to install drivers in the Device ID checker.
|
|
|
|
|
2010-03-01 13:31:06 +00:00
|
|
|
* Sun Feb 28 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-2
|
|
|
|
- Import gobject in gtkspinner.py.
|
|
|
|
|
2010-02-27 11:30:56 +00:00
|
|
|
* Sat Feb 27 2010 Tim Waugh <twaugh@redhat.com> - 1.1.93-1
|
|
|
|
- 1.1.93.
|
|
|
|
|
2010-02-22 17:26:45 +00:00
|
|
|
* Mon Feb 22 2010 Tim Waugh <twaugh@redhat.com> - 1.1.92-4
|
|
|
|
- Removed Device ID hacks for Kyocera and HP. This avoids a false
|
|
|
|
positive for the incorrect-Device-ID warning.
|
|
|
|
|
2010-02-22 11:39:54 +00:00
|
|
|
* Mon Feb 22 2010 Jiri Popelka <jpopelka@redhat.com> 1.1.92-3
|
|
|
|
- Catch RuntimeError in statereason.py when cupsGetPPD2 fails (bug #566938).
|
|
|
|
|
2010-02-21 19:05:37 +00:00
|
|
|
* Sun Feb 21 2010 Tim Waugh <twaugh@redhat.com> - 1.1.92-2
|
|
|
|
- Display a warning when the wrong IEEE 1284 Device ID is detected.
|
|
|
|
|
2010-02-19 13:47:02 +00:00
|
|
|
* Fri Feb 19 2010 Tim Waugh <twaugh@redhat.com> - 1.1.92-1
|
|
|
|
- 1.1.92.
|
|
|
|
|
2010-02-17 16:18:46 +00:00
|
|
|
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> - 1.1.91-3
|
|
|
|
- Convert MFG and MDL to lowercase before D-Bus call to work around
|
|
|
|
bug #566217.
|
|
|
|
|
2010-02-11 17:29:59 +00:00
|
|
|
* Thu Feb 11 2010 Tim Waugh <twaugh@redhat.com> - 1.1.91-2
|
|
|
|
- Avoid clearing device settings when adding printer (bug #563989).
|
|
|
|
|
2010-02-08 17:51:00 +00:00
|
|
|
* Mon Feb 8 2010 Tim Waugh <twaugh@redhat.com> - 1.1.91-1
|
|
|
|
- 1.1.91.
|
2010-02-08 17:07:43 +00:00
|
|
|
- No longer requires usermode (bug #562270).
|
|
|
|
|
2010-01-25 16:00:13 +00:00
|
|
|
* Mon Jan 25 2010 Tim Waugh <twaugh@redhat.com> - 1.1.90-3
|
2010-01-25 17:10:39 +00:00
|
|
|
- Set model for LPD queue ComboEntry (bug #558484).
|
2010-01-25 16:28:00 +00:00
|
|
|
- Only add current device to list when all devices found (bug #558524).
|
2010-01-25 16:00:13 +00:00
|
|
|
- Fixed statereason localization for raw queues (bug #558156).
|
2010-01-25 16:02:29 +00:00
|
|
|
- Fixed async fallback again (bug #557854).
|
2010-01-25 16:00:13 +00:00
|
|
|
|
2010-01-21 14:47:04 +00:00
|
|
|
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> - 1.1.90-2
|
2010-01-21 14:48:14 +00:00
|
|
|
- Added GtkAdjustments for all XML-declared SpinButtons.
|
2010-01-21 14:47:04 +00:00
|
|
|
- Fixed traceback when renaming a printer.
|
|
|
|
|
2010-01-19 14:49:45 +00:00
|
|
|
* Tue Jan 19 2010 Tim Waugh <twaugh@redhat.com> - 1.1.90-1
|
|
|
|
- 1.1.90 development release.
|
|
|
|
|
2010-01-19 12:58:15 +00:00
|
|
|
* Tue Jan 19 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-10
|
|
|
|
- Update pycups to 1.9.48.
|
|
|
|
|
2010-01-18 16:39:07 +00:00
|
|
|
* Mon Jan 18 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-9
|
2010-01-18 17:29:41 +00:00
|
|
|
- Clean up temporary files when localizing statereason (bug #552768).
|
2010-01-18 17:06:12 +00:00
|
|
|
- Make sure serial device widgets are always initialized (bug #556488).
|
2010-01-18 17:03:23 +00:00
|
|
|
- Handle errors more gracefully in userdefault.py (bug #556345).
|
2010-01-18 16:59:32 +00:00
|
|
|
- Don't rely on cups-pk-helper being around (bug #556170).
|
2010-01-18 16:39:07 +00:00
|
|
|
- Avoid traceback when checking on connecting backends (bug #555552).
|
|
|
|
|
2010-01-11 16:09:39 +00:00
|
|
|
* Mon Jan 11 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-8
|
|
|
|
- Fixed traceback when copying printer with certain job options
|
|
|
|
set (bug #554268).
|
|
|
|
|
2010-01-11 15:50:43 +00:00
|
|
|
* Mon Jan 11 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-7
|
2010-01-12 16:31:59 +00:00
|
|
|
- Fixed traceback introduced in recent fix (bug #554372).
|
2010-01-11 15:50:43 +00:00
|
|
|
|
2010-01-07 15:49:25 +00:00
|
|
|
* Thu Jan 7 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-6
|
|
|
|
- Fixed crash when using keyring for auth without password (bug #553141).
|
|
|
|
|
2010-01-07 13:09:13 +00:00
|
|
|
* Thu Jan 7 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-5
|
|
|
|
- Fixed typo introduced in recent fix (bug #551436).
|
|
|
|
|
2010-01-06 17:07:48 +00:00
|
|
|
* Wed Jan 6 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-4
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
2010-01-06 15:31:58 +00:00
|
|
|
* Wed Jan 6 2010 Tim Waugh <twaugh@redhat.com> - 1.1.16-3
|
2010-01-06 16:45:08 +00:00
|
|
|
- Fixed pycups IPPRequest attribute handling bug.
|
2010-01-06 15:54:23 +00:00
|
|
|
- Make sure there are enough ink level values (bug #541882).
|
2010-01-06 15:50:44 +00:00
|
|
|
- Make sure the printer we added still exists before selecting it
|
|
|
|
(bug #551436).
|
2010-01-06 15:47:30 +00:00
|
|
|
- Set notification timeouts appropriately (bug #550829).
|
2010-01-06 15:43:24 +00:00
|
|
|
- Avoid traceback in NewPrinterGUI.init (bug #550442).
|
2010-01-06 15:31:58 +00:00
|
|
|
- Avoid traceback in on_jobviewer_exit (bug #550437).
|
|
|
|
|
2009-12-23 14:58:02 +00:00
|
|
|
* Wed Dec 23 2009 Tim Waugh <twaugh@redhat.com> - 1.1.16-2
|
2009-12-23 16:17:13 +00:00
|
|
|
- Prefer foomatic-recommended drivers (bug #550108).
|
2009-12-23 15:04:43 +00:00
|
|
|
- Pre-select correct driver when adding or changing a queue (bug #550075).
|
2009-12-23 14:58:02 +00:00
|
|
|
- Fixed typo (bug #550096).
|
|
|
|
|
2009-12-22 16:15:04 +00:00
|
|
|
* Tue Dec 22 2009 Tim Waugh <twaugh@redhat.com> - 1.1.16-1
|
2009-12-22 14:33:06 +00:00
|
|
|
- Updated pycups to 1.9.47.
|
2009-12-22 16:15:04 +00:00
|
|
|
- 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.
|
2009-12-22 14:33:06 +00:00
|
|
|
|
2009-12-18 10:57:57 +00:00
|
|
|
* Fri Dec 18 2009 Jiri Popelka <jpopelka@redhat.com> 1.1.15-9
|
|
|
|
- Prevent traceback when no downloadable driver selected (#548449).
|
|
|
|
|
2009-12-14 17:10:11 +00:00
|
|
|
* Mon Dec 14 2009 Jiri Popelka <jpopelka@redhat.com> 1.1.15-8
|
|
|
|
- Prevent traceback when cancel button in troubleshooter pressed (#546821).
|
|
|
|
|
2009-12-09 10:57:04 +00:00
|
|
|
* Wed Dec 9 2009 Tim Waugh <twaugh@redhat.com> - 1.1.15-7
|
|
|
|
- Fixed jobviewer traceback with short-lived state reasons (bug #545733).
|
|
|
|
|
2009-12-08 14:04:31 +00:00
|
|
|
* Tue Dec 8 2009 Tim Waugh <twaugh@redhat.com> - 1.1.15-6
|
|
|
|
- Fixed traceback with short lpd device URIs (bug #545397).
|
|
|
|
|
2009-12-07 17:38:43 +00:00
|
|
|
* Mon Dec 7 2009 Tim Waugh <twaugh@redhat.com> - 1.1.15-5
|
2009-12-07 15:03:32 +00:00
|
|
|
- Fixed traceback when troubleshooter operation is cancelled (bug #544356).
|
|
|
|
|
2009-12-03 17:12:43 +00:00
|
|
|
* Thu Dec 3 2009 Tim Waugh <twaugh@redhat.com> - 1.1.15-3
|
2009-12-03 17:20:06 +00:00
|
|
|
- Fixed cupsd.conf parsing when lines begin with blanks (bug #544003).
|
2009-12-03 17:12:43 +00:00
|
|
|
- Don't overwrite BrowsePoll settings in basic settings dialog (bug #543986).
|
|
|
|
|
2009-12-03 14:59:37 +00:00
|
|
|
* Thu Dec 3 2009 Tim Waugh <twaugh@redhat.com> - 1.1.15-2
|
|
|
|
- Handle RuntimeError when localizing state reason (bug #543937).
|
|
|
|
|
2009-11-30 13:01:52 +00:00
|
|
|
* Mon Nov 30 2009 Tim Waugh <twaugh@redhat.com> 1.1.15-1
|
|
|
|
- 1.1.15:
|
|
|
|
- Fixed traceback introduced by fix to bug #541882.
|
|
|
|
|
2009-11-27 18:00:41 +00:00
|
|
|
* Fri Nov 27 2009 Tim Waugh <twaugh@redhat.com> 1.1.14-1
|
|
|
|
- 1.1.14:
|
|
|
|
- Retry when reconnection fails (bug #541741).
|
|
|
|
- Prevent traceback with bad marker-levels attribute (bug #541882).
|
|
|
|
|
2009-11-26 15:31:13 +00:00
|
|
|
* Thu Nov 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-12
|
2009-11-26 16:32:17 +00:00
|
|
|
- Prevent display of marker levels from making the properties dialog
|
|
|
|
too big (bug #540826).
|
2009-11-26 15:38:00 +00:00
|
|
|
- Place the window in the middle of the screen (bug #539876).
|
2009-11-26 15:31:13 +00:00
|
|
|
- Fixed editability of PPD options for explicit IPP queues
|
|
|
|
(bug #541588).
|
|
|
|
|
2009-11-23 13:25:01 +00:00
|
|
|
* Mon Nov 23 2009 Jiri Popelka <jpopelka@redhat.com> 1.1.13-11
|
|
|
|
- Prevent traceback when PackageKit is not installed (bug #540230).
|
|
|
|
|
2009-11-11 15:03:51 +00:00
|
|
|
* Wed Nov 11 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-10
|
|
|
|
- Suggest installing foomatic-db-ppds when appropriate (bug #536831).
|
|
|
|
|
2009-11-05 11:02:02 +00:00
|
|
|
* Thu Nov 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-9
|
|
|
|
- Release bump.
|
|
|
|
|
2009-11-05 10:45:06 +00:00
|
|
|
* Thu Nov 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-8
|
|
|
|
- Fail gracefully if the new printer has disappeared before the user
|
|
|
|
has responded to the test page prompt (bug #533109).
|
|
|
|
|
2009-11-02 13:08:50 +00:00
|
|
|
* Mon Nov 2 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-7
|
|
|
|
- Fixed typo in de.po (bug #532371).
|
|
|
|
|
2009-10-30 12:32:02 +00:00
|
|
|
* Fri Oct 30 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-6
|
2009-10-30 12:39:52 +00:00
|
|
|
- Avoid traceback in IPP notification handlers (bug #530641).
|
2009-10-30 12:32:02 +00:00
|
|
|
- Avoid epydoc dependency.
|
|
|
|
|
2009-10-29 17:27:33 +00:00
|
|
|
* Thu Oct 29 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-5
|
2009-10-29 17:33:10 +00:00
|
|
|
- Added upstream patch for custom state reasons (bug #531872).
|
2009-10-29 17:27:33 +00:00
|
|
|
- Strip 'zjs' from make-and-model as well (bug #531869).
|
|
|
|
|
2009-10-28 16:43:38 +00:00
|
|
|
* Wed Oct 28 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-09-22 09:30:05 +00:00
|
|
|
* Tue Sep 22 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-3
|
2009-09-22 10:05:56 +00:00
|
|
|
- Fixed missing import in probe_printer module.
|
2009-09-22 09:30:05 +00:00
|
|
|
- Fixed race when fetching device list (bug #521110).
|
|
|
|
|
2009-09-18 12:10:03 +00:00
|
|
|
* Fri Sep 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-2
|
2009-09-18 13:01:39 +00:00
|
|
|
- Iconify jobs window into status icon.
|
2009-09-18 12:52:16 +00:00
|
|
|
- Avoid showing the publish-printers dialog when not necessary.
|
2009-09-18 12:43:16 +00:00
|
|
|
- Fixed traceback when cancelling change-driver dialog.
|
2009-09-18 12:10:03 +00:00
|
|
|
- Fixed data button state.
|
|
|
|
|
2009-09-14 15:07:15 +00:00
|
|
|
* Mon Sep 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-1
|
|
|
|
- 1.1.13:
|
|
|
|
- Translation updates (bug #522451).
|
|
|
|
|
2009-09-04 10:13:07 +00:00
|
|
|
* Fri Sep 4 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-8
|
|
|
|
- Further speed improvement when fetching devices.
|
|
|
|
|
2009-09-03 16:42:32 +00:00
|
|
|
* Thu Sep 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-7
|
2009-09-03 16:53:27 +00:00
|
|
|
- Speed improvement when fetching devices.
|
2009-09-03 16:42:32 +00:00
|
|
|
- Allow raw devices to be changed.
|
|
|
|
|
2009-08-28 15:52:05 +00:00
|
|
|
* Fri Aug 28 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-6
|
|
|
|
- Fixed PPD/IPP string translation.
|
2009-08-28 15:46:25 +00:00
|
|
|
- Fixed proxy authentication.
|
|
|
|
|
2009-08-27 13:16:15 +00:00
|
|
|
* Thu Aug 27 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-4
|
|
|
|
- Ported to polkit-1.
|
|
|
|
|
2009-08-26 16:45:00 +00:00
|
|
|
* Wed Aug 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-3
|
2009-08-26 16:48:47 +00:00
|
|
|
- Handle icon load failure gracefully.
|
2009-08-26 16:45:00 +00:00
|
|
|
- Fixed statereason icon names.
|
|
|
|
|
2009-08-26 11:34:34 +00:00
|
|
|
* Wed Aug 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.12-2
|
|
|
|
- Fixed traceback in on_tvNPDeviceURIs_cursor_changed (bug #519367).
|
|
|
|
|
2009-08-25 16:29:16 +00:00
|
|
|
* Tue Aug 25 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-08-20 17:21:19 +00:00
|
|
|
* Thu Aug 20 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-08-19 17:05:16 +00:00
|
|
|
* Wed Aug 19 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-08-14 15:03:14 +00:00
|
|
|
* Fri Aug 14 2009 Tim Waugh <twaugh@redhat.com> 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
|
|
|
|
|
2009-08-14 14:18:40 +00:00
|
|
|
* Fri Aug 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-3
|
|
|
|
- Own /var/run/udev-configure-printer.
|
|
|
|
|
2009-08-13 16:40:49 +00:00
|
|
|
* Thu Aug 13 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-2
|
|
|
|
- Updated cupspk DevicesGet call for accepted API.
|
|
|
|
|
2009-08-07 17:12:29 +00:00
|
|
|
* Fri Aug 7 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-08-04 10:03:38 +00:00
|
|
|
* Tue Aug 4 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-8
|
|
|
|
- Dropped foomatic dependency from libs package.
|
|
|
|
|
2009-07-31 14:14:42 +00:00
|
|
|
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-7
|
|
|
|
- Sync with 1.1.x.
|
|
|
|
- Added patch for cupspk DevicesGet method call.
|
|
|
|
|
2009-07-27 04:43:29 +00:00
|
|
|
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> 1.1.10-6
|
|
|
|
- Drop no-longer-used python-sexy dep
|
|
|
|
|
2009-07-26 20:10:11 +00:00
|
|
|
* Sun Jul 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-5
|
|
|
|
- Split out D-Bus service for udev helper. Build requires
|
|
|
|
dbus-glib-devel.
|
2009-07-26 18:43:24 +00:00
|
|
|
|
2009-07-24 09:03:38 +00:00
|
|
|
* Fri Jul 24 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-07-23 13:47:54 +00:00
|
|
|
* Thu Jul 23 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-2
|
2009-07-24 09:03:38 +00:00
|
|
|
- Applied some udev-configure-printer fixes from upstream.
|
2009-07-23 13:47:54 +00:00
|
|
|
|
2009-07-22 14:25:19 +00:00
|
|
|
* Wed Jul 22 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-07-06 14:46:19 +00:00
|
|
|
* Mon Jul 6 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-6
|
|
|
|
- Requires gnome-packagekit for gpk-install-package-name.
|
|
|
|
|
2009-07-03 17:31:46 +00:00
|
|
|
* Fri Jul 3 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-06-25 17:10:34 +00:00
|
|
|
* Thu Jun 25 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-06-24 09:45:25 +00:00
|
|
|
* Wed Jun 24 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-2
|
2009-06-24 09:50:12 +00:00
|
|
|
- Make sure we find https URIs from https backend (bug #507628).
|
2009-06-24 09:45:25 +00:00
|
|
|
- Avoid showing a non-fatal exception when adding an IPP printer
|
|
|
|
(bug #507629).
|
2009-06-23 11:30:57 +00:00
|
|
|
- Fixed traceback when adding/modifying printer which could lead to
|
|
|
|
display bugs (bug #507489).
|
|
|
|
|
2009-06-18 16:46:36 +00:00
|
|
|
* Thu Jun 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-1
|
2009-06-18 13:00:56 +00:00
|
|
|
- Updated pycups to 1.9.46.
|
2009-06-18 16:46:36 +00:00
|
|
|
- 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.
|
2009-06-18 13:00:56 +00:00
|
|
|
|
2009-05-13 12:24:46 +00:00
|
|
|
* Wed May 13 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-4
|
|
|
|
- Changed requirement on notification-daemon to
|
|
|
|
desktop-notification-daemon to allow for other implementations
|
|
|
|
(bug #500587).
|
|
|
|
|
2009-04-21 09:34:42 +00:00
|
|
|
* Tue Apr 21 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-3
|
|
|
|
- Moved them back again, as they are not part of the exported
|
|
|
|
interface (bug #496808).
|
|
|
|
|
2009-04-21 03:46:59 +00:00
|
|
|
* Tue Apr 21 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.1.7-2
|
|
|
|
- Move files required by system-config-printer-kde to -libs (#496646)
|
|
|
|
|
2009-04-14 17:03:57 +00:00
|
|
|
* Tue Apr 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-1
|
2009-04-14 12:10:12 +00:00
|
|
|
- Requires dbus-python (bug #495392).
|
2009-04-14 17:03:57 +00:00
|
|
|
- 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).
|
2009-04-14 12:10:12 +00:00
|
|
|
|
2009-03-13 17:42:10 +00:00
|
|
|
* Fri Mar 13 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-03-10 18:32:14 +00:00
|
|
|
* Tue Mar 10 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-03-03 22:34:29 +00:00
|
|
|
* Tue Mar 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.5-1
|
|
|
|
- 1.1.5.
|
|
|
|
|
2009-02-26 05:14:44 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 15:44:48 +00:00
|
|
|
* Fri Feb 20 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-2
|
|
|
|
- Updated from git:
|
|
|
|
- Prevent traceback when adding new printer (bug #486587).
|
|
|
|
|
2009-02-18 18:17:19 +00:00
|
|
|
* Wed Feb 18 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-02-11 11:47:16 +00:00
|
|
|
* Wed Feb 11 2009 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2009-02-10 18:35:55 +00:00
|
|
|
* Tue Feb 10 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-6
|
|
|
|
- Updated from git:
|
|
|
|
- Better make/model discovery for multiple devices (bug #484130).
|
|
|
|
|
2009-02-10 17:32:44 +00:00
|
|
|
* Tue Feb 10 2009 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2009-02-09 15:27:04 +00:00
|
|
|
* Mon Feb 9 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-4
|
|
|
|
- Requires libxml2-python.
|
|
|
|
|
2009-02-07 11:20:29 +00:00
|
|
|
* Sat Feb 7 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-3
|
|
|
|
- Ship the missing cupspk file (bug #484461).
|
|
|
|
|
2009-02-05 13:07:03 +00:00
|
|
|
* Thu Feb 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-2
|
|
|
|
- Added in cups-pk-helper support from upstream.
|
|
|
|
|
2009-02-03 12:54:27 +00:00
|
|
|
* Tue Feb 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-1
|
2009-01-28 23:44:29 +00:00
|
|
|
- Requires python-sexy.
|
2009-02-03 12:54:27 +00:00
|
|
|
- 1.1.3.
|
2009-01-28 23:44:29 +00:00
|
|
|
|
2009-01-15 12:56:18 +00:00
|
|
|
* Thu Jan 15 2009 Tim Waugh <twaugh@redhat.com> 1.1.2-1
|
|
|
|
- 1.1.2.
|
|
|
|
- Requires gnome-python2-gnomekeyring.
|
|
|
|
|
2009-01-08 18:04:56 +00:00
|
|
|
* Thu Jan 8 2009 Tim Waugh <twaugh@redhat.com> 1.1.1-2
|
|
|
|
- Updated pycups to 1.9.45.
|
|
|
|
|
2008-12-20 12:05:45 +00:00
|
|
|
* Sat Dec 20 2008 Tim Waugh <twaugh@redhat.com> 1.1.1-1
|
|
|
|
- 1.1.1.
|
|
|
|
|
2008-12-19 17:14:53 +00:00
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 1.1.0-1
|
|
|
|
- 1.1.0.
|
|
|
|
|
2008-12-19 13:03:38 +00:00
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-7
|
|
|
|
- Updated patch for 1.0.x changes:
|
|
|
|
- Fixed stub scripts (bug #477107).
|
|
|
|
|
2008-12-19 10:13:19 +00:00
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2008-12-17 16:40:14 +00:00
|
|
|
* Wed Dec 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-5
|
|
|
|
- Added patch for pycups git changes since 1.9.44:
|
2008-12-18 23:33:48 +00:00
|
|
|
- Look for test page file in new location for CUPS 1.4 (bug #476612).
|
2008-12-17 16:40:14 +00:00
|
|
|
|
2008-12-12 10:04:55 +00:00
|
|
|
* Fri Dec 12 2008 Tim Waugh <twaugh@redhat.com> 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 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-3
|
|
|
|
- Updated patch for 1.0.x changes:
|
|
|
|
- Fixed problem that prevented authentication prompt being
|
|
|
|
displayed.
|
|
|
|
|
|
|
|
* Fri Dec 5 2008 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2008-12-05 12:44:18 +00:00
|
|
|
* Mon Dec 1 2008 Tim Waugh <twaugh@redhat.com> 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.
|
2008-11-28 12:59:31 +00:00
|
|
|
- Updated pycups to 1.9.44.
|
|
|
|
|
2008-11-21 17:36:31 +00:00
|
|
|
* Fri Nov 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.11-1
|
|
|
|
- Updated to 1.0.11.
|
|
|
|
- Updated pycups to 1.9.43.
|
|
|
|
|
2008-11-12 17:50:25 +00:00
|
|
|
* Wed Nov 12 2008 Tim Waugh <twaugh@redhat.com> 1.0.10-2
|
2008-11-12 17:46:55 +00:00
|
|
|
- Updated to 1.0.10. Applied patch from git.
|
2008-11-12 17:32:32 +00:00
|
|
|
- Applied pycups patch from git.
|
|
|
|
|
2008-10-21 16:57:35 +00:00
|
|
|
* Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.9-1
|
|
|
|
- Updated to 1.0.9 for translations.
|
|
|
|
- Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
|
|
|
|
|
2008-10-17 09:12:59 +00:00
|
|
|
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-7
|
|
|
|
- Added patch for pysmbc changes in git to prevent getdents crashing
|
|
|
|
(bug #465975).
|
|
|
|
|
2008-10-16 09:35:30 +00:00
|
|
|
* Thu Oct 16 2008 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2008-10-15 17:09:43 +00:00
|
|
|
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-5
|
|
|
|
- Updated patch for 1.0.x changes:
|
|
|
|
- Fixed SMB authentication (bug #464003).
|
|
|
|
|
2008-10-15 10:24:35 +00:00
|
|
|
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-4
|
2008-10-15 17:09:43 +00:00
|
|
|
- Updated patch for 1.0.x changes:
|
2008-10-15 10:24:35 +00:00
|
|
|
- Removed unneeded debugging output.
|
|
|
|
- Don't show the applet in KDE (bug #466945).
|
|
|
|
- Auth/error dialog improvements for SMB as for IPP (bug #465407).
|
|
|
|
|
2008-10-13 16:37:54 +00:00
|
|
|
* Mon Oct 13 2008 Tim Waugh <twaugh@redhat.com> 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
|
|
|
|
#465407).
|
|
|
|
- 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.
|
|
|
|
|
2008-09-29 17:08:21 +00:00
|
|
|
* Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-2
|
|
|
|
- Removed patch (no longer needed).
|
|
|
|
|
2008-09-29 16:59:13 +00:00
|
|
|
* Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 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
|
|
|
|
#267557).
|
|
|
|
- Added some missing OpenPrinting query fields.
|
|
|
|
- Jockey support added.
|
|
|
|
- Lots of translations updated.
|
|
|
|
|
2008-08-30 09:43:26 +00:00
|
|
|
* Sat Aug 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-2
|
|
|
|
- Handle IPP_FORBIDDEN (bug #460670).
|
|
|
|
|
2008-08-29 10:41:42 +00:00
|
|
|
* Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-1
|
|
|
|
- 1.0.7:
|
|
|
|
- Efficiency improvements.
|
|
|
|
- Small UI improvements for the New Printer dialog.
|
|
|
|
- Other small fixes.
|
|
|
|
|
2008-08-29 09:13:52 +00:00
|
|
|
* Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com>
|
2008-08-29 09:52:28 +00:00
|
|
|
- Updated pysmbc to 1.0.5.
|
2008-08-29 09:13:52 +00:00
|
|
|
- Updated pycups to 1.9.42.
|
|
|
|
|
2008-08-26 11:45:13 +00:00
|
|
|
* Tue Aug 26 2008 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2008-08-14 15:26:32 +00:00
|
|
|
* Thu Aug 14 2008 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2008-08-13 21:23:17 +00:00
|
|
|
* Wed Aug 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-2
|
|
|
|
- Handle HTTP_FORBIDDEN.
|
|
|
|
|
2008-08-11 14:04:20 +00:00
|
|
|
* Mon Aug 11 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-1
|
|
|
|
- 1.0.5.
|
2008-07-14 16:03:09 +00:00
|
|
|
- Updated pycups to 1.9.41.
|
|
|
|
|
2008-07-10 15:47:52 +00:00
|
|
|
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.4-1
|
|
|
|
- 1.0.4.
|
2008-07-10 15:54:11 +00:00
|
|
|
- Applied upstream patch for pycups to fix getPrinterAttributes when
|
|
|
|
requested_attributes is specified.
|
2008-07-10 15:47:52 +00:00
|
|
|
|
2008-07-08 14:59:17 +00:00
|
|
|
* Tue Jul 8 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-2
|
|
|
|
- Better debugging for pysmbc.
|
|
|
|
|
2008-06-30 15:58:56 +00:00
|
|
|
* Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-1
|
2008-06-30 15:29:32 +00:00
|
|
|
- Updated pycups to 1.9.40.
|
2008-06-30 15:58:56 +00:00
|
|
|
- 1.0.3.
|
2008-06-30 15:29:32 +00:00
|
|
|
|
2008-06-20 16:42:02 +00:00
|
|
|
* Fri Jun 20 2008 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated pysmbc to 1.0.4.
|
|
|
|
|
2008-06-10 09:20:09 +00:00
|
|
|
* Tue Jun 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.2-1
|
|
|
|
- 1.0.2.
|
|
|
|
|
2008-06-09 16:41:17 +00:00
|
|
|
* Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
|
2008-06-20 16:42:02 +00:00
|
|
|
- Updated pysmbc to 1.0.3.
|
2008-06-09 16:41:17 +00:00
|
|
|
- 1.0.1 (bug #450119).
|
2008-06-09 16:02:40 +00:00
|
|
|
|
2008-06-05 15:17:47 +00:00
|
|
|
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Requires notify-python (bug #450139).
|
|
|
|
|
2008-06-05 14:35:47 +00:00
|
|
|
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-3
|
|
|
|
- Applied patches from upstream (bug #450120).
|
|
|
|
|
|
|
|
* Tue Jun 3 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-2
|
2008-06-03 15:46:51 +00:00
|
|
|
- Applied patches from upstream (bug #449753).
|
|
|
|
|
2008-05-29 08:01:18 +00:00
|
|
|
* Thu May 29 2008 Tim Waugh <twaugh@redhat.com>
|
2008-05-29 08:31:44 +00:00
|
|
|
- Updated pycups to 1.9.39.
|
2008-05-29 08:01:18 +00:00
|
|
|
- Updated libs summary.
|
|
|
|
|
2008-05-27 17:21:54 +00:00
|
|
|
* Tue May 27 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-1
|
|
|
|
- 1.0.0.
|
|
|
|
|
2008-05-23 15:22:57 +00:00
|
|
|
* Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-2
|
|
|
|
- Fixed small UI problem in SMB browser.
|
|
|
|
|
2008-05-23 14:39:08 +00:00
|
|
|
* Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-1
|
|
|
|
- 0.9.93.
|
|
|
|
|
2008-05-20 14:55:12 +00:00
|
|
|
* Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.92-1
|
|
|
|
- 0.9.92.
|
|
|
|
|
2008-05-20 13:57:48 +00:00
|
|
|
* Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-3
|
|
|
|
- Sync to trunk.
|
2008-05-20 13:51:11 +00:00
|
|
|
- Updated pysmbc to 1.0.2.
|
|
|
|
|
2008-05-18 12:06:14 +00:00
|
|
|
* Sun May 18 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-2
|
2008-05-18 11:58:52 +00:00
|
|
|
- Fixed icon search path.
|
|
|
|
|
2008-05-16 15:50:49 +00:00
|
|
|
* Fri May 16 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-1
|
2008-05-16 15:55:54 +00:00
|
|
|
- No longer requires system-install-packages (bug #444645).
|
2008-05-16 15:50:49 +00:00
|
|
|
- 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.
|
|
|
|
|
2008-04-03 16:02:20 +00:00
|
|
|
* Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.9.90-1
|
2008-04-03 15:15:46 +00:00
|
|
|
- Updated pycups to 1.9.38.
|
2008-04-03 16:02:20 +00:00
|
|
|
- 0.9.90:
|
|
|
|
- User interface overhaul, part 1.
|
2008-04-03 15:15:46 +00:00
|
|
|
|
2008-04-03 12:35:54 +00:00
|
|
|
* Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.2-1
|
|
|
|
- 0.7.82.2:
|
|
|
|
- Various bug fixes.
|
|
|
|
- Translation updates.
|
|
|
|
|
2008-03-17 12:50:01 +00:00
|
|
|
* Mon Mar 17 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-3
|
2008-03-17 12:43:54 +00:00
|
|
|
- Updated pycups to 1.9.37.
|
2008-03-17 12:50:01 +00:00
|
|
|
- More fixes from upstream.
|
2008-03-17 12:43:54 +00:00
|
|
|
|
2008-03-05 10:08:06 +00:00
|
|
|
* Wed Mar 5 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-2
|
2008-03-05 10:05:08 +00:00
|
|
|
- Updated pycups to 1.9.36.
|
2008-03-05 10:08:06 +00:00
|
|
|
- Some fixes from upstream.
|
2008-03-05 10:05:08 +00:00
|
|
|
|
2008-03-03 17:15:00 +00:00
|
|
|
* Mon Mar 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-1
|
2008-03-03 13:40:45 +00:00
|
|
|
- Requires /usr/bin/system-install-packages not pirut (bug #435622).
|
2008-03-03 17:15:00 +00:00
|
|
|
- 0.7.82.1:
|
|
|
|
- More trouble-shooting improvements.
|
|
|
|
- applet: notify user about failed jobs (bug #168370).
|
2008-03-03 13:40:45 +00:00
|
|
|
|
2008-02-19 17:28:41 +00:00
|
|
|
* Tue Feb 19 2008 Tim Waugh <twaugh@redhat.com> 0.7.82-1
|
2008-02-19 17:26:16 +00:00
|
|
|
- Updated to pycups-1.9.35.
|
2008-02-19 17:28:41 +00:00
|
|
|
- 0.7.82:
|
|
|
|
- More trouble-shooting improvements.
|
2008-02-19 17:26:16 +00:00
|
|
|
|
2008-02-13 18:19:25 +00:00
|
|
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.7.81-1
|
|
|
|
- 0.7.81:
|
|
|
|
- Trouble-shooting improvements and other minor fixes.
|
|
|
|
|
2008-02-11 16:22:47 +00:00
|
|
|
* Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-2
|
|
|
|
- Rebuild for GCC 4.3.
|
|
|
|
|
2008-02-04 18:24:38 +00:00
|
|
|
* Mon Feb 4 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-1
|
2008-02-04 18:21:24 +00:00
|
|
|
- Updated to pycups-1.9.34.
|
2008-02-04 18:24:38 +00:00
|
|
|
- 0.7.80:
|
|
|
|
- Trouble-shooting support.
|
2008-02-04 18:21:24 +00:00
|
|
|
|
2008-01-25 18:19:14 +00:00
|
|
|
* Fri Jan 25 2008 Tim Waugh <twaugh@redhat.com> 0.7.79-1
|
|
|
|
- 0.7.79.
|
|
|
|
|
2008-01-23 13:26:05 +00:00
|
|
|
* Wed Jan 23 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-5
|
|
|
|
- Updated to pycups-1.9.33.
|
|
|
|
|
2008-01-16 17:47:38 +00:00
|
|
|
* Wed Jan 16 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-4
|
|
|
|
- Use config-util from new usermode (bug #428406).
|
|
|
|
|
2007-12-20 13:46:38 +00:00
|
|
|
* Thu Dec 20 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Requires notification-daemon (Ubuntu #176929).
|
2007-12-17 16:22:04 +00:00
|
|
|
- Requires gnome-python2 for theme support (Ubuntu #176929).
|
2007-12-17 14:24:04 +00:00
|
|
|
- Requires gnome-icon-theme for printer icon (Ubuntu #176929).
|
|
|
|
|
2007-12-17 12:44:03 +00:00
|
|
|
* Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
|
2007-12-17 13:25:11 +00:00
|
|
|
- Install Python egg-info file.
|
2007-12-17 12:42:56 +00:00
|
|
|
- Updated pycups to 1.9.32.
|
|
|
|
|
2007-11-27 13:47:07 +00:00
|
|
|
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
|
2007-11-27 12:50:08 +00:00
|
|
|
- pycups: Applied patch from SVN to allow fetching printer attributes by URI.
|
2007-11-27 12:53:03 +00:00
|
|
|
- Sync to SVN 1748.
|
2007-11-27 12:50:08 +00:00
|
|
|
|
2007-11-22 15:32:38 +00:00
|
|
|
* Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
|
2007-11-22 13:29:02 +00:00
|
|
|
- pycups: Fix job-sheets-default attribute.
|
2007-11-22 11:12:41 +00:00
|
|
|
- Updated pycups to 1.9.31.
|
2007-11-22 15:32:38 +00:00
|
|
|
- 0.7.78.
|
2007-11-22 11:12:41 +00:00
|
|
|
|
2007-11-21 12:40:45 +00:00
|
|
|
* Wed Nov 21 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Applied patch to pycups to avoid reading uninitialised
|
|
|
|
memory (bug #390431).
|
|
|
|
|
2007-11-19 17:22:10 +00:00
|
|
|
* Mon Nov 19 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated pycups to 1.9.30.
|
2007-11-15 16:52:58 +00:00
|
|
|
|
2007-10-30 18:12:45 +00:00
|
|
|
* Tue Oct 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.77-1
|
|
|
|
- 0.7.77:
|
|
|
|
- Tooltips for the button bar buttons (bug #335601).
|
|
|
|
|
2007-10-15 10:47:44 +00:00
|
|
|
* Mon Oct 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.76-1
|
|
|
|
- 0.7.76.
|
|
|
|
|
2007-10-04 11:29:59 +00:00
|
|
|
* Thu Oct 4 2007 Tim Waugh <twaugh@redhat.com> 0.7.75-1
|
|
|
|
- 0.7.75.
|
|
|
|
|
2007-10-03 11:23:12 +00:00
|
|
|
* Wed Oct 3 2007 Tim Waugh <twaugh@redhat.com>
|
2007-10-03 12:04:49 +00:00
|
|
|
- No need to run update-desktop-database because there are no MimeKey
|
|
|
|
lines in the desktop files.
|
2007-10-03 11:23:12 +00:00
|
|
|
- Consistent macro style.
|
|
|
|
|
2007-10-02 16:58:02 +00:00
|
|
|
* Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2007-09-27 15:09:15 +00:00
|
|
|
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.3-1
|
|
|
|
- 0.7.74.3:
|
|
|
|
- Updated translations.
|
|
|
|
- Other small bug fixes.
|
|
|
|
|
2007-09-25 11:41:06 +00:00
|
|
|
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-3
|
|
|
|
- Pull in SVN patch from stable branch for foomatic recommended
|
|
|
|
drivers (bug #292021).
|
|
|
|
|
2007-09-21 17:45:28 +00:00
|
|
|
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-2
|
|
|
|
- Pull in SVN patch from stable branch for 'Allow printing from
|
|
|
|
the Internet' check-box (bug #221003).
|
|
|
|
|
2007-09-19 14:00:40 +00:00
|
|
|
* Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-1
|
2007-09-19 13:55:51 +00:00
|
|
|
- Updated pycups to 1.9.27.
|
2007-09-19 14:00:40 +00:00
|
|
|
- 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).
|
2007-09-19 13:55:51 +00:00
|
|
|
|
2007-09-12 13:13:31 +00:00
|
|
|
* Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated pycups to 1.9.26.
|
|
|
|
- Build requires epydoc. Ship HTML documentation.
|
|
|
|
|
2007-09-07 16:29:48 +00:00
|
|
|
* Fri Sep 7 2007 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2007-08-30 13:25:16 +00:00
|
|
|
* Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.74-1
|
2007-08-30 12:31:30 +00:00
|
|
|
- Updated pycups to 1.9.25.
|
2007-08-30 13:25:16 +00:00
|
|
|
- 0.7.74:
|
|
|
|
- Fixed New Class dialog.
|
|
|
|
- UI fixes.
|
2007-08-30 12:31:30 +00:00
|
|
|
|
2007-08-25 09:20:55 +00:00
|
|
|
* Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- More specific license tag.
|
|
|
|
|
2007-08-24 22:13:29 +00:00
|
|
|
* Fri Aug 24 2007 Tim Waugh <twaugh@redhat.com> 0.7.73-1
|
|
|
|
- 0.7.73.
|
|
|
|
|
2007-08-10 11:49:16 +00:00
|
|
|
* Fri Aug 10 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-2
|
|
|
|
- Ship the applet's desktop file.
|
|
|
|
|
2007-08-08 15:21:39 +00:00
|
|
|
* Wed Aug 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-1
|
|
|
|
- 0.7.72:
|
|
|
|
- Fixed my-default-printer traceback.
|
|
|
|
- Improvements to New Printer wizard (Till Kamppeter).
|
|
|
|
|
2007-08-03 16:47:34 +00:00
|
|
|
* Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2007-07-23 14:57:05 +00:00
|
|
|
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-2
|
|
|
|
- Obsoletes/provides desktop-printing.
|
|
|
|
|
2007-07-09 13:31:55 +00:00
|
|
|
* Mon Jul 9 2007 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2007-06-28 14:43:40 +00:00
|
|
|
* Thu Jun 28 2007 Tim Waugh <twaugh@redhat.com> 0.7.69-1
|
2007-06-28 13:54:22 +00:00
|
|
|
- No longer requires PyXML (bug #233146).
|
2007-06-28 12:57:19 +00:00
|
|
|
- Moved applet to main package.
|
2007-06-28 14:43:40 +00:00
|
|
|
- 0.7.69:
|
|
|
|
- Use HardwareSettings category for my-default-printer desktop
|
|
|
|
file (bug #244935).
|
|
|
|
- Removed unused code.
|
|
|
|
- Filter PPDs by natural language (bug #244173).
|
2007-06-28 12:57:19 +00:00
|
|
|
|
2007-06-25 12:17:00 +00:00
|
|
|
* Mon Jun 25 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- The applet requires dbus-x11 (Ubuntu #119570).
|
|
|
|
|
2007-06-15 18:00:54 +00:00
|
|
|
* Fri Jun 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.68-1
|
|
|
|
- 0.7.68:
|
|
|
|
- Fixed the notification bubbles.
|
|
|
|
- Ship my-default-printer utility.
|
|
|
|
|
2007-06-08 15:36:56 +00:00
|
|
|
* Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.67-1
|
2007-06-08 17:09:36 +00:00
|
|
|
- Don't put TrayIcon or SystemSetup categories in the desktop file.
|
2007-06-08 15:24:42 +00:00
|
|
|
- Updated pycups to 1.9.24.
|
2007-06-08 15:36:56 +00:00
|
|
|
- 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.
|
2007-06-08 15:24:42 +00:00
|
|
|
|
2007-05-30 14:15:49 +00:00
|
|
|
* Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
|
|
|
|
- 0.7.66:
|
|
|
|
- Allow job-hold-until to be set (bug #239776).
|
|
|
|
- Implement new printer notifications.
|
|
|
|
|
2007-05-22 15:01:11 +00:00
|
|
|
* Tue May 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.65-1
|
2007-05-22 15:22:35 +00:00
|
|
|
- Build requires xmlto.
|
2007-05-22 14:53:45 +00:00
|
|
|
- Updated to pycups-1.9.22.
|
2007-05-22 15:05:07 +00:00
|
|
|
- 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.
|
2007-05-22 14:53:45 +00:00
|
|
|
|
2007-04-16 13:31:44 +00:00
|
|
|
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.63.1-1
|
|
|
|
- 0.7.63.1:
|
|
|
|
- Small applet fixes.
|
|
|
|
|
2007-04-05 08:54:56 +00:00
|
|
|
* Thu Apr 5 2007 Tim Waugh <twaugh@redhat.com> 0.7.63-1
|
|
|
|
- 0.7.63:
|
|
|
|
- Translation updates.
|
|
|
|
- Checked in missing file.
|
|
|
|
|
2007-04-04 11:06:04 +00:00
|
|
|
* Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.20 for printer-state-reasons fix.
|
|
|
|
|
2007-04-02 16:43:10 +00:00
|
|
|
* Mon Apr 2 2007 Tim Waugh <twaugh@redhat.com> 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.
|
|
|
|
|
2007-03-30 15:30:31 +00:00
|
|
|
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.61-1
|
|
|
|
- 0.7.61:
|
|
|
|
- Fixed retrieval of SMB authentication details (bug #203539).
|
|
|
|
|
2007-03-27 16:28:26 +00:00
|
|
|
* Tue Mar 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.60-1
|
|
|
|
- Updated to pycups-1.9.19.
|
|
|
|
- Avoid %%makeinstall.
|
|
|
|
- 0.7.60:
|
|
|
|
- Handle reconnection failure.
|
|
|
|
- New applet name.
|
|
|
|
|
2007-03-26 11:41:07 +00:00
|
|
|
* Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 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).
|
|
|
|
|
2007-03-21 17:58:06 +00:00
|
|
|
* Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.57-1
|
2007-03-21 12:52:55 +00:00
|
|
|
- Added URL tag.
|
2007-03-21 17:58:06 +00:00
|
|
|
- 0.7.57:
|
|
|
|
- Prevent traceback when removing temporary file (Ubuntu #92914).
|
|
|
|
- Added print applet.
|
2007-03-21 12:52:55 +00:00
|
|
|
|
2007-03-18 23:53:39 +00:00
|
|
|
* Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
|
|
|
|
- Updated to pycups-1.9.18.
|
|
|
|
|
2007-03-16 17:32:51 +00:00
|
|
|
* Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-1
|
|
|
|
- 0.7.56:
|
|
|
|
- Parse Boolean strings correctly in job options.
|
|
|
|
- Small command-set list/string fix (bug #230665).
|
|
|
|
- Handle hostname look-up failures.
|
|
|
|
- Updated filter-to-driver map.
|
|
|
|
- Don't parse printers.conf (bug #231826).
|
|
|
|
|
2007-02-27 11:47:34 +00:00
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
|
|
|
|
- 0.7.55:
|
|
|
|
- Use converted value for job option widgets.
|
|
|
|
|
2007-02-27 11:14:35 +00:00
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.54-1
|
|
|
|
- 0.7.54:
|
|
|
|
- Removed debugging code.
|
|
|
|
|
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.53-1
|
2007-02-14 16:28:49 +00:00
|
|
|
- No longer requires rhpl (since 0.7.53).
|
2007-02-27 11:05:49 +00:00
|
|
|
- 0.7.53:
|
|
|
|
- Use gettext instead of rhpl.translate.
|
|
|
|
- Better layout for PPD options.
|
|
|
|
- Added scrollbars to main printer list (bug #229453).
|
|
|
|
- Set maximum width of default printer label (bug #229453).
|
|
|
|
- Handle applying changes correctly when switching to another
|
|
|
|
printer (bug #229378).
|
|
|
|
- Don't crash when failing to fetch the PPD (bug #229406).
|
|
|
|
- Make the text entry boxes sensitive but not editable for remote
|
|
|
|
printers (bug #229381).
|
|
|
|
- Better job options screen layout (bug #222272).
|
2007-02-14 16:28:49 +00:00
|
|
|
|
2007-02-13 13:10:55 +00:00
|
|
|
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 0.7.52-1
|
|
|
|
- 0.7.52:
|
|
|
|
- Sort models using cups.modelSort before scanning for a close
|
|
|
|
match (bug #228505).
|
|
|
|
- Fixed matching logic (bug #228505).
|
|
|
|
|
2007-02-09 16:06:33 +00:00
|
|
|
* Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.51-1
|
|
|
|
- 0.7.51:
|
|
|
|
- Prevent display glitch in job options list when clicking on a printer
|
|
|
|
repeatedly.
|
|
|
|
- List conflicting PPD options, and embolden the relevant tab
|
|
|
|
labels (bug #226368).
|
|
|
|
- Fixed typo in 'set default' handling that caused a traceback (bug #227936).
|
|
|
|
- Handle interactive search a little better (bug #227935).
|
|
|
|
|
2007-02-07 16:55:47 +00:00
|
|
|
* Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.50-1
|
|
|
|
- 0.7.50:
|
|
|
|
- Fixed hex digits list (bug #223770).
|
|
|
|
- Added bs translation.
|
|
|
|
- Don't put the ellipsis in the real device URI (bug #227643).
|
|
|
|
- Don't check for existing drivers for complex command lines (bug #225104).
|
|
|
|
- Allow floating point job options (bug #224651).
|
|
|
|
- Prevent shared/published confusion (bug #225081).
|
|
|
|
- Fixed PPD page size setting.
|
|
|
|
- Avoid os.remove exception (bug #226703).
|
|
|
|
- Handle unknown job options (bug #225538).
|
|
|
|
|
2007-01-16 17:15:53 +00:00
|
|
|
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.49-1
|
|
|
|
- 0.7.49:
|
|
|
|
- Fixed a traceback in the driver check code.
|
|
|
|
- Fixed a typo in the conflicts message.
|
|
|
|
- Handle InputSlot/ManualFeed specially because libcups does (bug #222490).
|
|
|
|
|
2007-01-15 17:39:45 +00:00
|
|
|
* Mon Jan 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.48-1
|
|
|
|
- 0.7.48:
|
|
|
|
- Updated translations.
|
|
|
|
|
2007-01-12 18:29:41 +00:00
|
|
|
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 0.7.47-1
|
|
|
|
- 0.7.47:
|
|
|
|
- Fixed minor text bugs (bug #177433).
|
|
|
|
- Handle shell builtins in the driver check (bug #222413).
|
|
|
|
|
2007-01-08 16:43:52 +00:00
|
|
|
* Mon Jan 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.46-1
|
|
|
|
- 0.7.46:
|
|
|
|
- Fixed page size problem (bug #221702).
|
|
|
|
- Added 'ro' to ALL_LINGUAS.
|
|
|
|
|
2007-01-03 11:48:26 +00:00
|
|
|
* Wed Jan 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.45-1
|
2007-01-03 11:27:58 +00:00
|
|
|
- Updated to pycups-1.9.17.
|
2007-01-03 11:48:26 +00:00
|
|
|
- 0.7.45:
|
|
|
|
- Fixed traceback in driver check.
|
2007-01-03 11:27:58 +00:00
|
|
|
|
2007-01-02 15:25:14 +00:00
|
|
|
* Tue Jan 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.44-1
|
|
|
|
- 0.7.44:
|
|
|
|
- Fixed traceback in error display (bug #220136).
|
|
|
|
- Preserve case in model string when dumping debug output.
|
|
|
|
|
2006-12-21 18:41:52 +00:00
|
|
|
* Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
|
2007-01-02 15:25:14 +00:00
|
|
|
- 0.7.43:
|
2006-12-21 18:41:52 +00:00
|
|
|
- Don't check against IEEE 1284 DES field at all.
|
|
|
|
- Merged device matching code (bug #219518).
|
|
|
|
- Catch non-fatal errors when auto-matching device.
|
|
|
|
- Fixed driver checking bug involving pipelines (bug #220347).
|
|
|
|
- Show PPD errors (bug #220136).
|
|
|
|
|
2006-12-11 21:30:11 +00:00
|
|
|
* Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1
|
|
|
|
- 0.7.42:
|
|
|
|
- Fixed typo in command set matching code.
|
|
|
|
- Case-insensitive matching when Device ID not known to database.
|
|
|
|
|
2006-12-07 19:02:33 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
|
|
|
|
- build against python 2.5
|
|
|
|
|
2006-12-07 17:55:03 +00:00
|
|
|
* Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
|
2006-12-07 17:04:14 +00:00
|
|
|
- Updated pycups to 1.9.16.
|
2006-12-07 17:55:03 +00:00
|
|
|
- 0.7.41:
|
|
|
|
- Reconnect smoothly after uploading new configuration.
|
|
|
|
- Update lpoptions when setting default printer if it conflicts with
|
|
|
|
the new setting (bug #217395).
|
|
|
|
- Fixed typo in show_HTTP_Error (bug #217537).
|
|
|
|
- Don't pre-select make and model when not discoverable for chosen
|
|
|
|
device (bug #217518).
|
|
|
|
- Set Forward button sensitive on Device screen in new-printer
|
|
|
|
dialog (bug #217515).
|
|
|
|
- Keep Server Settings selected after applying changes if it was selected
|
|
|
|
before.
|
|
|
|
- Set Connecting dialog transient for main window.
|
|
|
|
- Center Connecting dialog on parent.
|
|
|
|
- Optional 'reason' argument for cupshelpers.Printer.setEnabled.
|
|
|
|
- Describe devices that have no optional parameters.
|
2006-12-07 17:04:14 +00:00
|
|
|
|
2006-11-30 17:10:15 +00:00
|
|
|
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Provide pycups feature.
|
|
|
|
|
2006-11-27 17:21:54 +00:00
|
|
|
* Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.40-1
|
|
|
|
- 0.7.40:
|
|
|
|
- Removed username:password from hint string because we add that in
|
|
|
|
afterwards.
|
|
|
|
- Don't set button widths in create-printer dialog (bug #217025).
|
|
|
|
|
2006-11-21 18:58:31 +00:00
|
|
|
* Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.39-1
|
|
|
|
- 0.7.39:
|
|
|
|
- Busy cursor while loading foomatic and PPD list (bug #215527).
|
|
|
|
- Make PPD NickName selectable.
|
|
|
|
- Added SMB hint label on device screen (bug #212759).
|
|
|
|
|
2006-11-14 13:03:14 +00:00
|
|
|
* Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com> 0.7.38-1
|
2006-11-14 12:53:53 +00:00
|
|
|
- Updated pycups to 1.9.15.
|
2006-11-14 13:03:14 +00:00
|
|
|
- 0.7.38:
|
|
|
|
- Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
|
2006-11-14 12:53:53 +00:00
|
|
|
|
2006-11-13 16:34:15 +00:00
|
|
|
* Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.37-1
|
|
|
|
- 0.7.37:
|
|
|
|
- Allow cancellation of test pages (bug #215054).
|
|
|
|
|
2006-11-10 11:55:25 +00:00
|
|
|
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 0.7.36-1
|
|
|
|
- 0.7.36:
|
|
|
|
- Match against commandset (bug #214181).
|
|
|
|
- Parse 'ieee1284' foomatic autodetect entries (bug #214761).
|
|
|
|
- Don't remove foomatic PPDs from the list (bug #197331).
|
|
|
|
|
2006-11-07 18:05:18 +00:00
|
|
|
* Tue Nov 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.35-1
|
|
|
|
- 0.7.35.
|
|
|
|
|
2006-11-02 13:35:51 +00:00
|
|
|
* Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.14 (bug #213136).
|
|
|
|
|
2006-10-31 15:01:47 +00:00
|
|
|
* Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Update desktop database (bug #213249).
|
|
|
|
|
2006-10-24 16:23:23 +00:00
|
|
|
* Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Build requires Python 2.4.
|
|
|
|
|
2006-10-02 16:06:34 +00:00
|
|
|
* Mon Oct 2 2006 Tim Waugh <twaugh@redhat.com> 0.7.32-1
|
2006-10-02 14:55:42 +00:00
|
|
|
- Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
|
2006-10-02 16:06:34 +00:00
|
|
|
- 0.7.32:
|
|
|
|
- Handle HTTP errors during connection (bug #208824).
|
|
|
|
- Updated translations (bug #208873).
|
2006-10-02 14:55:42 +00:00
|
|
|
|
2006-09-29 17:03:46 +00:00
|
|
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.31-1
|
|
|
|
- 0.7.31:
|
|
|
|
- Select recommended driver automatically (bug #208606).
|
|
|
|
- Better visibility of driver list (bug #203907).
|
|
|
|
|
2006-09-29 12:58:26 +00:00
|
|
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.30-1
|
|
|
|
- 0.7.30:
|
|
|
|
- Translations fixed properly (bug #206622).
|
|
|
|
- Button widths corrected (bug #208556).
|
2006-09-29 12:08:34 +00:00
|
|
|
|
2006-09-26 15:49:19 +00:00
|
|
|
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.28-1
|
|
|
|
- 0.7.28. Translations fixed (bug #206622).
|
|
|
|
|
2006-08-30 11:09:06 +00:00
|
|
|
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.27-1
|
2006-08-30 11:17:44 +00:00
|
|
|
- Build requires intltool.
|
2006-08-30 11:09:06 +00:00
|
|
|
- 0.7.27.
|
|
|
|
|
2006-08-23 17:28:07 +00:00
|
|
|
* Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.26-1
|
|
|
|
- 0.7.26. Fixes bug # 203149.
|
|
|
|
|
|
|
|
* Mon Aug 14 2006 Florian Festi <ffesti@redhat.com> 0.7.25-1
|
2006-08-14 16:19:22 +00:00
|
|
|
- 0.7.25. (bug #202060)
|
|
|
|
|
2006-08-11 14:31:40 +00:00
|
|
|
* Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fixed description (bug #202189).
|
|
|
|
|
2006-08-03 12:40:54 +00:00
|
|
|
* Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.24-1
|
|
|
|
- 0.7.24.
|
|
|
|
|
2006-07-24 15:06:02 +00:00
|
|
|
* Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 0.7.23-1
|
|
|
|
- 0.7.23. Fixes bug #197866.
|
|
|
|
|
2006-07-12 08:24:04 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.22-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-07 15:09:13 +00:00
|
|
|
* Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.22-1
|
|
|
|
- 0.7.22.
|
|
|
|
|
2006-07-05 14:39:03 +00:00
|
|
|
* Wed Jul 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.21-1
|
2006-07-05 14:35:16 +00:00
|
|
|
- Updated to pycups-1.9.12.
|
2006-07-05 14:39:03 +00:00
|
|
|
- 0.7.21.
|
2006-07-05 14:35:16 +00:00
|
|
|
|
2006-07-03 14:42:43 +00:00
|
|
|
* Mon Jul 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.20-1
|
|
|
|
- 0.7.20.
|
|
|
|
|
2006-06-30 17:40:56 +00:00
|
|
|
* Fri Jun 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.19-1
|
|
|
|
- 0.7.19.
|
2006-06-30 11:38:34 +00:00
|
|
|
- Remove foomatic pickle file post-install.
|
|
|
|
|
2006-06-27 15:39:21 +00:00
|
|
|
* Tue Jun 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.18-1
|
|
|
|
- 0.7.18.
|
2006-06-27 14:47:11 +00:00
|
|
|
- Ship translations with libs subpackage.
|
|
|
|
|
2006-06-23 16:44:15 +00:00
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.17-1
|
|
|
|
- 0.7.17.
|
|
|
|
|
2006-06-23 13:06:07 +00:00
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.16-1
|
|
|
|
- 0.7.16, now with SMB browser.
|
|
|
|
|
2013-04-11 14:46:40 +00:00
|
|
|
* Thu Jun 22 2006 Tim Waugh <twaugh@redhat.com> 0.7.15-1
|
2006-06-22 09:07:11 +00:00
|
|
|
- 0.7.15.
|
2006-06-21 09:55:23 +00:00
|
|
|
- Build requires gettext-devel.
|
2006-06-21 10:07:19 +00:00
|
|
|
- Ship translations.
|
2006-06-21 09:55:23 +00:00
|
|
|
|
2006-06-20 16:33:27 +00:00
|
|
|
* Tue Jun 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.14-1
|
|
|
|
- 0.7.14.
|
|
|
|
|
2006-06-19 17:02:33 +00:00
|
|
|
* Mon Jun 19 2006 Tim Waugh <twaugh@redhat.com> 0.7.13-1
|
|
|
|
- 0.7.13.
|
|
|
|
|
2006-06-09 09:58:39 +00:00
|
|
|
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 0.7.12-1
|
|
|
|
- 0.7.12.
|
|
|
|
|
2006-06-01 15:13:15 +00:00
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-3
|
|
|
|
- Fix libs dependency.
|
|
|
|
|
2006-06-01 10:38:50 +00:00
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-2
|
|
|
|
- Moved the gtk_html2pango module to the libs package (needed by
|
|
|
|
foomatic.py).
|
|
|
|
|
2006-05-31 15:06:23 +00:00
|
|
|
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-1
|
2006-05-31 15:02:38 +00:00
|
|
|
- Split out system-config-printer-libs.
|
2006-05-31 15:06:23 +00:00
|
|
|
- Updated to system-config-printer-0.7.11.
|
2006-05-31 15:02:38 +00:00
|
|
|
|
2006-05-27 13:10:55 +00:00
|
|
|
* Sat May 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-2
|
|
|
|
- Requires gobject2 (bug #192764).
|
|
|
|
|
2006-05-26 11:58:25 +00:00
|
|
|
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-1
|
2006-05-26 10:00:43 +00:00
|
|
|
- Require foomatic (bug #192764).
|
2006-05-26 11:58:25 +00:00
|
|
|
- Updated to system-config-printer-0.7.10.
|
2006-05-26 10:00:43 +00:00
|
|
|
|
2006-05-25 12:42:39 +00:00
|
|
|
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 0.7.9-1
|
2006-05-25 12:38:33 +00:00
|
|
|
- Updated to pycups-1.9.11.
|
2006-05-25 12:42:39 +00:00
|
|
|
- Updated to system-config-printer-0.7.9.
|
2006-05-25 12:38:33 +00:00
|
|
|
|
2006-05-15 17:43:47 +00:00
|
|
|
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.8-1
|
2006-05-15 17:42:02 +00:00
|
|
|
- Updated to pycups-1.9.10.
|
2006-05-15 17:43:47 +00:00
|
|
|
- Updated to system-config-printer-0.7.8.
|
2006-05-15 17:42:02 +00:00
|
|
|
|
2006-05-05 15:28:58 +00:00
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix pycups segfault.
|
|
|
|
|
2006-05-05 12:39:52 +00:00
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-2
|
2006-05-05 11:53:46 +00:00
|
|
|
- Ship PAM and userhelper files.
|
|
|
|
- Requires usermode.
|
2006-05-05 11:34:34 +00:00
|
|
|
- Added missing options.py file.
|
|
|
|
- Fix getClasses() in pycups.
|
|
|
|
|
2006-05-04 17:23:31 +00:00
|
|
|
* Thu May 4 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-1
|
|
|
|
- Updated to system-config-printer-0.7.7.
|
2006-05-04 17:21:45 +00:00
|
|
|
- Updated to pycups-1.9.9.
|
2006-05-04 17:17:52 +00:00
|
|
|
- Desktop file.
|
|
|
|
- Requires PyXML.
|
|
|
|
|
2006-04-28 08:32:57 +00:00
|
|
|
* Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Make it actually run.
|
|
|
|
|
2006-04-21 13:48:40 +00:00
|
|
|
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Build requires CUPS 1.2.
|
|
|
|
|
2006-04-20 16:50:57 +00:00
|
|
|
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.5-1
|
2006-04-20 16:49:19 +00:00
|
|
|
- Updated to pycups-1.9.8. No longer need threads patch.
|
2006-04-20 16:50:57 +00:00
|
|
|
- Updated to system-config-printer-0.7.5.
|
2006-04-20 16:49:19 +00:00
|
|
|
|
2006-04-15 19:11:05 +00:00
|
|
|
* Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.7.
|
|
|
|
|
2006-04-13 17:13:51 +00:00
|
|
|
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-2
|
|
|
|
- Obsoletes: system-config-printer-gui <= 0.6.152
|
|
|
|
|
2006-04-12 21:11:29 +00:00
|
|
|
* Wed Apr 12 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-1
|
|
|
|
- Updated to system-config-printer-0.7.4.
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
* Fri Apr 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.3-1
|
|
|
|
- Added threads patch from pycups CVS.
|
|
|
|
- Updated to system-config-printer-0.7.3.
|
|
|
|
|
|
|
|
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.6.
|
|
|
|
|
|
|
|
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.5.
|
|
|
|
|
|
|
|
* Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Package the actual system-config-printer command.
|
|
|
|
|
|
|
|
* Thu Mar 16 2006 Tim Waugh <twaugh@redhat.com> 0.7.1-1
|
|
|
|
- Include s-c-printer tarball.
|
|
|
|
- Updated to pycups-1.9.4.
|
|
|
|
|
|
|
|
* Wed Mar 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.0-1
|
|
|
|
- Initial spec file.
|