2007
foomatic-gui (0.7.7) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues
* Debconf translation:
- German. Closes: #397870
- Danish. Closes: #400787
- Spanish. Closes: #402237
- Galician. Closes: #405392
- Portuguese. Closes: #408178
-- Christian Perrier <bubulle@debian.org> Thu, 1 Feb 2007 21:28:40 +0100
2006
foomatic-gui (0.7.6) unstable; urgency=low
* Handle Python policy transition. (Closes: #373429) * Transition python-support -> python-central.
-- Chris Lawrence <lawrencc@debian.org> Wed, 21 Jun 2006 03:03:43 -0400
foomatic-gui (0.7.5) unstable; urgency=low
* Transition to using python-support. * Add Swedish translation of foomatic-gui. (Closes: #348212) * Add Dutch translation of debconf prompts. (Closes: #365419)
-- Chris Lawrence <lawrencc@debian.org> Tue, 30 May 2006 20:25:42 -0400
2005
foomatic-gui (0.7.4.18) unstable; urgency=low
* Only update the printer info box when the printer selected changes.
(Closes: #327275)
* Update French translation. (Closes: #325382)
* Fix test for missing queues. (Closes: #324182)
-- Chris Lawrence <lawrencc@debian.org> Thu, 8 Sep 2005 18:57:44 -0400
foomatic-gui (0.7.4.17) unstable; urgency=low
* USB autodetection now works (hopefully) on 64-bit architectures, by
coercing the ioctl number to a signed quantity. (See #249113)
* Use python-ipy package instead of shipping IPy.py.
* Redesign the default options window to use tabs, since Gutenprint has
lots of options.
* Require >= {$Source-Version} for python-foomatic, to ensure things are
kept in sync. (Closes: #319612)
-- Chris Lawrence <lawrencc@debian.org> Wed, 10 Aug 2005 12:11:59 -0500
foomatic-gui (0.7.4.16) unstable; urgency=low
* printconf now depends on foomatic-db-gutenprint | foomatic-db-gimp-print.
-- Chris Lawrence <lawrencc@debian.org> Wed, 20 Jul 2005 03:00:15 -0500
foomatic-gui (0.7.4.15) unstable; urgency=low
* Depend on python-gnome2-extras, since it's now migrated into sid.
This also cleans up the dependencies somewhat, since -extras is now in
both Debian and Ubuntu. (Closes: #314520)
* Add Czech and Vietnamese translations. (Closes: #309021, #314181)
-- Chris Lawrence <lawrencc@debian.org> Thu, 16 Jun 2005 16:34:20 -0500
foomatic-gui (0.7.4.14) unstable; urgency=high
* Give up on trying to symlink the stuff for $(OTHERPYTHON) in place
since clearly I can't figure out how to do it. Copy it instead.
(Closes: #305520, RC)
-- Chris Lawrence <lawrencc@debian.org> Thu, 12 May 2005 19:15:31 -0500
foomatic-gui (0.7.4.13) unstable; urgency=high
* Force use of ipv4 address from XML output of nmap. This makes
network printer detection work again.
* Ensure pdbinfo is initialized, even if a printer lacks an IEEE1284
Description field; import sys. (Closes: #308549, severity important)
-- Chris Lawrence <lawrencc@debian.org> Tue, 10 May 2005 18:00:57 -0500
foomatic-gui (0.7.4.12) unstable; urgency=low
* Work around inability to indentify the spooler if no print queues are
installed. (Closes: #306812)
-- Chris Lawrence <lawrencc@debian.org> Sun, 1 May 2005 20:24:24 -0500
foomatic-gui (0.7.4.11) unstable; urgency=low
* Correct dependencies to require python2.3-gnome-extras if using
python2.3-gnome >= 2.10.0 (from experimental).
* Add Japanese translation of debconf template. (Closes: #307002)
-- Chris Lawrence <lawrencc@debian.org> Sat, 30 Apr 2005 00:32:10 -0500
foomatic-gui (0.7.4.10) unstable; urgency=low
* Hopefully fix FTBFS. (Closes: #305032)
-- Chris Lawrence <lawrencc@debian.org> Mon, 18 Apr 2005 00:03:31 -0500
foomatic-gui (0.7.4.9) unstable; urgency=low
* Touch printers.conf, not printer.conf. (Closes: #304769)
-- Chris Lawrence <lawrencc@debian.org> Fri, 15 Apr 2005 22:42:20 -0500
foomatic-gui (0.7.4.8) unstable; urgency=low
* Build-depend on python AND python2.3. (Closes: #298267)
-- Chris Lawrence <lawrencc@debian.org> Mon, 7 Mar 2005 23:08:17 -0600
foomatic-gui (0.7.4.7) unstable; urgency=low
* Use python2.3 in all calls to setup.py. (Closes: #298267)
-- Chris Lawrence <lawrencc@debian.org> Sun, 6 Mar 2005 04:20:42 -0600
foomatic-gui (0.7.4.6) unstable; urgency=low
* Explicitly call setup.py with python2.3. (Closes: #298135)
-- Chris Lawrence <lawrencc@debian.org> Fri, 4 Mar 2005 17:14:09 -0600
foomatic-gui (0.7.4.5) unstable; urgency=low
* Solve various Ubuntu issues:
* Allow installation with Python 2.4.
* Depend on python2.3-gnome2 | python2.4-gnome2-extras to account for
GtkHTML spinoff in newer versions of PyGNOME. (Closes: #295222)
* Work around broken upgrade behavior in python-gtk that sometimes leaves
pygtk alternative busted. (Closes: #296952)
-- Chris Lawrence <lawrencc@debian.org> Thu, 3 Mar 2005 22:40:49 -0600
foomatic-gui (0.7.4.4) unstable; urgency=medium
* Bump priority slightly to migrate to sarge since the typo in printconf
is a showstopper for release.
* Add French translation of foomatic-gui. (Closes: #292882)
* Add blurb for linuxprinting.org to end of printconf output.
* Document need to have bidirectional support (EPP mode) enabled in the
BIOS for autodetection of parallel printers to work in man page.
* Disable the queue manipulation buttons if the user is not root.
* Fix typo in printconf that caused a trackback for printers not in
the database.
-- Chris Lawrence <lawrencc@debian.org> Mon, 14 Feb 2005 21:58:08 -0600
foomatic-gui (0.7.4.3) unstable; urgency=low
* Fall back to use the manufacturer and model if a printer description
exists but is not found in the database.
* More informative error messages when not able to read printer database.
(Closes: #272906)
* Work around USB ioctl failures on some architectures. (Closes: #249113)
* Include .png suffix in desktop icon. (Closes: #264779)
-- Chris Lawrence <lawrencc@debian.org> Fri, 21 Jan 2005 18:55:45 -0600
2004
foomatic-gui (0.7.4.2) unstable; urgency=low
* Add French Debconf translation. (Closes: #279124) * Fix crash with some USB IEEE 1284 detection strings.
-- Chris Lawrence <lawrencc@debian.org> Thu, 4 Nov 2004 01:03:41 -0600
foomatic-gui (0.7.4.1) unstable; urgency=medium
* (GUI) Fix buglet when a PPD file download fails.
* (GUI) Make sure the right "recommended" driver is selected when the
gimp-print driver is available according to the XML. (gimp-print
drivers are ignored in favor of using gimp-print-ijs drivers.)
* Fix weirdness when empty arguments are supplied to
foomatic.setup_queue().
* Ensure <usb> sections in the Foomatic database are treated as
autodetect information in the FoomaticOverviewHandler parser.
-- Chris Lawrence <lawrencc@debian.org> Wed, 27 Oct 2004 01:07:32 -0500
foomatic-gui (0.7.4) unstable; urgency=low
* Let's try unstable again...
* Use gtk.ComboBox() instead of gtk.OptionMenu() for queue options;
this means we now require PyGtk 2.4+ in foomatic-gui.
* Allow download of manufacturer PPD files for printers in foomatic-gui
as a "driver" for printers with PPD entries in the database.
-- Chris Lawrence <lawrencc@debian.org> Mon, 25 Oct 2004 10:59:16 -0500
foomatic-gui (0.7.3.3) experimental; urgency=low
* Call db_stop in postinst to avoid hang when cupsys is possibly
restarted. (Closes: #278083)
-- Chris Lawrence <lawrencc@debian.org> Sun, 24 Oct 2004 14:21:35 -0500
foomatic-gui (0.7.3.2) experimental; urgency=low
* Go back to uploading to experimental since (for whatever reason) the
override file isn't updated for unstable yet.
* Bail out if running 'printconf' as non-root and -n isn't specified.
(Closes: #277714)
* Get rid of the 'run printconf as root' message, since it made a user
feel like an idiot. (Closes: #277164)
-- Chris Lawrence <lawrencc@debian.org> Fri, 22 Oct 2004 06:36:58 -0500
foomatic-gui (0.7.3.1) unstable; urgency=low
* Output detection data from printconf as XML rather than as a Python
dict, and only include the information we use in the foomatic
database.
-- Chris Lawrence <lawrencc@debian.org> Sat, 16 Oct 2004 13:12:04 -0500
foomatic-gui (0.7.3) unstable; urgency=low
* Upload to unstable to shake out some more bugs.
* Adds support for autodetection based on model and manufacturer strings
from database, in addition to description strings. This works in both
foomatic-gui and printconf.
-- Chris Lawrence <lawrencc@debian.org> Wed, 13 Oct 2004 04:33:12 -0500
foomatic-gui (0.7.2.5) experimental; urgency=low
* First upload to Debian since package split. * Include Brazilian Portuguese translations, from André Luís Lopes.
-- Chris Lawrence <lawrencc@debian.org> Fri, 17 Sep 2004 20:02:17 -0500
foomatic-gui (0.7.2.4) unstable; urgency=low
* Include Russian translation of printconf.templates.
-- Chris Lawrence <lawrencc@debian.org> Tue, 6 Jul 2004 06:10:27 -0500
foomatic-gui (0.7.2.3) unstable; urgency=low
* Fix line endings on .desktop file (which stopped Foomatic-GUI from
showing up in the menu).
-- Chris Lawrence <lawrencc@debian.org> Mon, 5 Jul 2004 16:03:17 -0500
foomatic-gui (0.7.2.2) unstable; urgency=low
* Add Russian translations from Dan Korostelev.
-- Chris Lawrence <lawrencc@debian.org> Sun, 4 Jul 2004 06:50:41 -0500
foomatic-gui (0.7.2.1) unstable; urgency=low
* Default spellings now in British English; American English is
translated (rather than doing a billion identical British English
translations for the word "color").
* Updated Spanish translation from José L. Redrejo of LinEx.
-- Chris Lawrence <lawrencc@debian.org> Sat, 3 Jul 2004 05:00:47 -0500
foomatic-gui (0.7.2) unstable; urgency=low
* Add various British English translations. * Fix minor problem in foomatic-gui introduced in 0.7.1.
-- Chris Lawrence <lawrencc@debian.org> Fri, 2 Jul 2004 20:11:58 -0500
foomatic-gui (0.7.1) unstable; urgency=low
* Integrate changes from José L. Redrejo of LinEx (relative to 0.6.5):
+ Spanish and Portugese translations.
+ Fix bugs in translation code and Samba browsing.
* The normalized model names are now in a separate dict used only for
ad-hoc detection.
-- Chris Lawrence <lawrencc@debian.org> Sat, 26 Jun 2004 19:12:29 -0500
foomatic-gui (0.7) unstable; urgency=low
* Split into three packages:
+ foomatic-gui, containing the GNOME interface.
+ printconf, the autodetection front end suitable for running from its
own postinst.
+ python-foomatic, the backend glue code that talks to Foomatic.
* Suppress stupid FutureWarnings in detect.py.
-- Chris Lawrence <lawrencc@debian.org> Wed, 23 Jun 2004 20:17:53 -0500
foomatic-gui (0.6.7) unstable; urgency=medium
* Add GNOME/KDE desktop menu entry.
* Ensure the correct destination is selected in the TreeView when
reconfiguring an existing queue.
-- Chris Lawrence <lawrencc@debian.org> Wed, 23 Jun 2004 18:54:20 -0500
foomatic-gui (0.6.6) unstable; urgency=low
* Disable Options button and menu entry for non-Foomatic queues.
* Include any existing manual queue destination in the choice list when
reconfiguring an existing queue; this approach should be more
intuitive.
-- Chris Lawrence <lawrencc@debian.org> Wed, 16 Jun 2004 02:12:16 -0500
foomatic-gui (0.6.5.1) unstable; urgency=medium
* Fix redirections after mkarg() calls.
-- Chris Lawrence <lawrencc@debian.org> Tue, 4 May 2004 22:12:16 -0500
foomatic-gui (0.6.5) unstable; urgency=low
* Change menu entry to call gksu and add gksu dependency. * Add nc and nmap to dependencies. (Closes: #233706, #223935) * Suppress standard error from foomatic-configure output. (Closes: #232957, #233704, #246241) * FutureWarnings on install seem to be gone. (Closes: #211948)
-- Chris Lawrence <lawrencc@debian.org> Tue, 4 May 2004 13:26:14 -0500
2003
foomatic-gui (0.6.4) unstable; urgency=low
* Better behavior of the Comments HTML widget.
* See if any drivers are available for a particular printer before
permitting you to go on in the druid.
* Remove the PageRegion setting from the printer options dialog.
* Switch from the ipv4 module to the IPy module; the latter appears to
be more complete and better maintained.
-- Chris Lawrence <lawrencc@debian.org> Tue, 14 Oct 2003 22:51:49 -0500
foomatic-gui (0.6.3) unstable; urgency=low
* The add/configure printer druid now includes the Comments from the
LinuxPrinting.org database.
* Suppress the FutureWarnings due to the ipv4 module.
-- Chris Lawrence <lawrencc@debian.org> Fri, 19 Sep 2003 21:54:39 -0500
foomatic-gui (0.6.2) unstable; urgency=low
* Remove gnome.ui.gnome_window_icon_set_default_from_file() call, which
seems to have disappeared in recent PyGNOME. (Closes: #209298)
-- Chris Lawrence <lawrencc@debian.org> Mon, 8 Sep 2003 20:52:35 -0500
foomatic-gui (0.6.1) unstable; urgency=low
* A few minor bugfixes (mostly dealing with CUPS idiosyncrasies). * Python 2.2->2.3 transition. (Closes: #205018)
-- Chris Lawrence <lawrencc@debian.org> Tue, 12 Aug 2003 14:23:16 -0400
foomatic-gui (0.6) unstable; urgency=low
* GUI redesigned somewhat; now somewhat more reminiscent of the Mac OS X
printer manager (and more like other GNOME 2 applications).
* You can now set up a printer queue from a vendor-provided PPD file.
-- Chris Lawrence <lawrencc@debian.org> Thu, 3 Jul 2003 01:21:46 -0500
foomatic-gui (0.5.4) unstable; urgency=low
* Mostly (all?) bugfixes this time...
* Read all of the foomatic-configure output before trying to parse it;
this avoids some weirdness with some XML parsers, apparently.
(Closes: #199372)
* Don't try to scan multicast IPs when doing network printer detection.
(Closes: #199503)
* Use a regex to handle converting the quoting of strings output by
foomatic-configure -P from Perl syntax to Python.
* Better options handling for PPDs without groups or hidden attributes.
-- Chris Lawrence <lawrencc@debian.org> Tue, 1 Jul 2003 12:54:44 -0500
foomatic-gui (0.5.3) unstable; urgency=low
* New release: network printer detection added. * Fix failure to start up when no queues configured. (Closes: #194837) * Use of triple quotes should fix options bug. (Closes: #194049) * Since #194049 was filed by the submitter of #193031, it is probably fixed (as anticipated in 0.5.2). (Closes: #193031)
-- Chris Lawrence <lawrencc@debian.org> Tue, 27 May 2003 15:33:15 -0500
foomatic-gui (0.5.2) unstable; urgency=low
* New upstream release.
+ Use os.popen() instead of commands.getoutput() when parsing XML
output of foomatic-configure; this may avoid intermittent XML
parsing bugs that some have experienced. (See e.g. #193031)
This should also be more memory-efficient (avoiding using StringIO).
+ Printer options setting now uses the translated group name to label
option groups.
+ The Change Printer menu option was accidentally broken in 0.5.1-1.
+ Use enumerate() for loops where we need the index (emulated in
pure Python under 2.2.x).
* Convert to being a native package, since the Debian packaging is also
maintained upstream.
-- Chris Lawrence <lawrencc@debian.org> Mon, 19 May 2003 00:52:14 -0500
foomatic-gui (0.5.1-1) unstable; urgency=low
* New upstream release.
+ Improved test page.
+ You can now set default printer options.
-- Chris Lawrence <lawrencc@debian.org> Sat, 10 May 2003 22:30:47 -0500
foomatic-gui (0.5-1) unstable; urgency=low
* New upstream release.
+ Now includes a test page.
+ We now use the LinuxPrinting.org icon in the program.
-- Chris Lawrence <lawrencc@debian.org> Fri, 9 May 2003 13:24:09 -0500
foomatic-gui (0.4.1-2) unstable; urgency=low
* Fix startup if a queue doesn't have a description. (Closes: #192199) (Note that the reopened #192199 was not the same bug as the original #192199.)
-- Chris Lawrence <lawrencc@debian.org> Fri, 9 May 2003 07:13:37 -0500
foomatic-gui (0.4.1-1) unstable; urgency=low
* New upstream release.
+ Fix startup if no queues defined. (Closes: #192199)
-- Chris Lawrence <lawrencc@debian.org> Thu, 8 May 2003 11:00:21 -0500
foomatic-gui (0.4-2) unstable; urgency=low
* Re-enable the parallel autodetection code accidentally disabled in
0.4-1.
-- Chris Lawrence <lawrencc@debian.org> Thu, 8 May 2003 09:55:26 -0500
foomatic-gui (0.4-1) unstable; urgency=low
* New upstream release.
-- Chris Lawrence <lawrencc@debian.org> Tue, 6 May 2003 12:00:02 -0500
foomatic-gui (0.3-1) unstable; urgency=low
* Initial Release. (Closes: #172669)
-- Chris Lawrence <lawrencc@debian.org> Tue, 29 Apr 2003 21:42:51 -0500