source: trunk/debathena/config/printing-config/debian/changelog @ 25646

Revision 25646, 11.3 KB checked in by jdreed, 12 years ago (diff)
In printing-config: * Don't ignore local cluster info when getting the default printer (Trac: #1032)
Line 
1debathena-printing-config (1.29) unstable; urgency=low
2
3  * Bump debian/compat to 6
4  * Be verbose about whether add-athena-printer completed and explain to
5    users that they can select a different/better PPD
6  * Don't ignore local cluster info when getting the default printer
7    (Trac: #1032)
8
9 -- Jonathan Reed <jdreed@mit.edu>  Thu, 19 Jul 2012 12:00:15 -0400
10
11debathena-printing-config (1.28) unstable; urgency=low
12
13  [ Geoffrey Thomas ]
14  * Handle an empty Hesiod result set more gracefully (not sure if this
15    is possible, but it's worth being robust to)
16
17  [ Jonathan Reed ]
18  * Include deprecation warning for LPRng-style arguments to support
19    future removal
20
21 -- Jonathan Reed <jdreed@mit.edu>  Tue, 17 Apr 2012 11:38:11 -0400
22
23debathena-printing-config (1.27) unstable; urgency=low
24
25  * Build-dep on debathena-cups because in Oneiric, python-cups stopped
26    depending on libcups2, causing tests to fail.
27
28 -- Jonathan Reed <jdreed@mit.edu>  Fri, 28 Oct 2011 10:14:52 -0400
29
30debathena-printing-config (1.26) unstable; urgency=low
31
32  * No change rebuild to pick up config-package-dev 4.13 changes
33
34 -- Jonathan Reed <jdreed@mit.edu>  Wed, 26 Oct 2011 18:30:37 -0400
35
36debathena-printing-config (1.25) unstable; urgency=low
37
38  * Don't trigger the sketchy lpd code for local queues
39
40 -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Aug 2011 17:24:42 -0400
41
42debathena-printing-config (1.24) unstable; urgency=low
43
44  * Pharos is here.  Whine at the user if they're doing it wrong.
45
46 -- Jonathan Reed <jdreed@mit.edu>  Fri, 29 Jul 2011 11:22:35 -0400
47
48debathena-printing-config (1.23.4) unstable; urgency=low
49
50  [ Benjamin Kaduk ]
51  * Minor style fixups
52
53  [ Jonathan Reed ]
54  * No, really, don't barf on unexpected args (Trac: #719)
55  * Deal with CUPS' lprm's stupid syntax (Trac: #720)
56
57 -- Jonathan Reed <jdreed@mit.edu>  Thu, 30 Jun 2011 21:48:29 -0400
58
59debathena-printing-config (1.23.3) unstable; urgency=low
60
61  * Don't barf on unexpected args (Trac #719)
62  * Kill LPROPT with fire (Trac: #882)
63  * That's not how you spell 'nonexistent'
64
65 -- Jonathan Reed <jdreed@mit.edu>  Tue, 14 Jun 2011 16:07:10 -0400
66
67debathena-printing-config (1.23.2) unstable; urgency=low
68
69  * Test system and argstyle, when adding zephyr args so as not to break
70    LPRng queues (Trac: #710)
71  * Modify tests to account for the fact that we're now calling
72    common.find_queue twice
73
74 -- Jonathan Reed <jdreed@mit.edu>  Tue, 07 Sep 2010 11:37:41 -0400
75
76debathena-printing-config (1.23.1) unstable; urgency=low
77
78  * The server is named cluster-printers, not cluster-printer
79  * common._setup should set the global variable cupsd (Trac: #665)
80
81 -- Jonathan Reed <jdreed@mit.edu>  Thu, 26 Aug 2010 22:51:52 -0400
82
83debathena-printing-config (1.23) unstable; urgency=low
84
85  * Fix a typo in common.get_default_printer() (Trac: #665).
86  * Add a missing dependency on the pkg_resources module.
87
88 -- Geoffrey Thomas <geofft@mit.edu>  Sat, 14 Aug 2010 20:23:18 -0400
89
90debathena-printing-config (1.22) unstable; urgency=low
91
92  * Work around broken cups-lpq interactions between 1.4 servers and
93    older clients, by falling back to LPD manually implemented if the
94    arguments to lpq are trivial (Trac: #652).
95
96 -- Geoffrey Thomas <geofft@mit.edu>  Sat, 14 Aug 2010 15:53:59 -0400
97
98debathena-printing-config (1.21) unstable; urgency=low
99
100  * If DEBATHENA_DEBUG is set, print the command that's about to be
101    executed.
102
103 -- Evan Broder <broder@mit.edu>  Mon, 05 Jul 2010 14:15:07 -0400
104
105debathena-printing-config (1.20) unstable; urgency=low
106
107  [ Jonathan Reed ]
108  * Fix package name in maintainer scripts
109
110  [ Evan Broder ]
111  * Add a debathena.printing Python module for common logic:
112    - Determining the print system and print server to use based on the
113      name of a queue
114    - Parsing and filtering arguments in common ways.
115    - Actually dispatching commands between CUPS and LPRng.
116  * Add a test suite for debathena.printing and run it during package
117    builds.
118  * Kill the totally unused debathena-cluster-printing-config package.
119  * Do some minor cleanup of the rules file.
120  * Make wrapper scripts work if run with .debathena suffix.
121  * Update the manpages to reflect the demise of
122    /etc/debathena-printing.conf.
123  * Update lp(1) to use the correct argument for specifying a printer.
124  * Restore classic behavior of zephyring on job completion by default.
125  * Don't ship symlinks for files we're no longer diverting.
126  * Recommend apparmor-config for lpr and lpr.debathena whitelisting.
127  * Bump Debian standards version.
128
129 -- Evan Broder <broder@dr-wily.mit.edu>  Thu, 01 Jul 2010 20:20:02 -0400
130
131debathena-printing-config (1.19) unstable; urgency=low
132
133  * Allow the IPP URL's path component to start with /classes/ in
134    addition to /printers/, since duplex queues are implemented as
135    classes, so that we deal with Kerberized duplex queues correctly
136    (see [help.mit.edu #1163697]).
137
138 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 15 Mar 2010 18:05:50 -0400
139
140debathena-printing-config (1.18.2) unstable; urgency=low
141
142  [ Geoffrey Thomas ]
143  * Don't treat any Hesiod IOErrors as fatal.
144
145  [ Jonathan Reed ]
146  * Add lpropt_transform and zephyr_transform for cups invocation of lpr,
147    so that LPROPT is respected when the command-line arguments are
148    subsystem-agnostic (Trac #509)
149
150 -- Jonathan Reed <jdreed@mit.edu>  Fri, 12 Mar 2010 10:17:52 -0500
151
152debathena-printing-config (1.18.1) unstable; urgency=low
153
154  * Undo a Python syntax error.
155
156 -- Geoffrey Thomas <geofft@mit.edu>  Sun, 13 Dec 2009 17:37:09 -0500
157
158debathena-printing-config (1.18) unstable; urgency=low
159
160  [ Evan Broder ]
161  * Include add-athena-printer script for configuring Athena print queues
162    not available via BrowsePoll.
163
164  [ Geoffrey Thomas ]
165  * Apparently -z on Athena-patched LPRng was a nop because Zephyr was
166    the default, and there was a -N to disable zephyr. Adjust our
167    wrapper to match.
168
169 -- Geoffrey Thomas <geofft@mit.edu>  Wed, 09 Dec 2009 01:19:00 -0500
170
171debathena-printing-config (1.17.2) unstable; urgency=low
172
173  * Don't try to parse variables if their value is None.
174
175 -- Evan Broder <broder@mit.edu>  Tue, 01 Dec 2009 20:04:17 -0500
176
177debathena-printing-config (1.17.1) unstable; urgency=low
178
179  * Add missing dependency on python-cups.
180
181 -- Evan Broder <broder@mit.edu>  Tue, 01 Dec 2009 10:35:21 -0500
182
183debathena-printing-config (1.17) unstable; urgency=low
184
185  * When doing operations against CUPS printers, act against the
186    realserver because load balancing otherwise gets in your way.
187  * Remove /etc/debathena-printing.conf and revert 1.4 and much of 1.7.
188    Use the printing subsystem that the print queue lives on; attempt to
189    convert LPRng options to CUPS ones for CUPS printers, but not vice
190    versa.
191  * Rephrase man pages to stop talking about Athena 10, and mention
192    cups-lp(1)'s documentation of the -o options to lpr.
193  * Fix a bug relating to lp using -d for its destination, not -P.
194  * Stop wrapping lpc, since it's only useful with LPRng, and cancel,
195    since it's not useful with LPRng (it's treated exactly the same
196    as LPRng's lprm).
197
198 -- Geoffrey Thomas <geofft@mit.edu>  Tue, 01 Dec 2009 02:11:08 -0500
199
200debathena-printing-config (1.16) unstable; urgency=low
201
202  * Revert 1.15, based on further examination of how Gtk+ printing works.
203
204 -- Evan Broder <broder@mit.edu>  Fri, 13 Nov 2009 19:20:39 -0500
205
206debathena-printing-config (1.15) unstable; urgency=low
207
208  * Take advantage of the new clusterinfo update.d hook to set a default
209    CUPS printer when clusterinfo gets updated. (Trac: #411)
210
211 -- Evan Broder <broder@mit.edu>  Tue, 10 Nov 2009 14:44:50 -0500
212
213debathena-printing-config (1.14) unstable; urgency=low
214
215  * Add a new debathena-cluster-printing-config package that configures
216    the CUPS client to use printers.mit.edu.
217
218 -- Evan Broder <broder@mit.edu>  Tue, 10 Nov 2009 11:19:24 -0500
219
220debathena-printing-config (1.13) unstable; urgency=low
221
222  * Enable the file, cups, and lpr printing backends (instead of just file
223    and cups).
224
225 -- Evan Broder <broder@mit.edu>  Tue, 15 Sep 2009 14:46:59 -0400
226
227debathena-printing-config (1.12) unstable; urgency=low
228
229  * Insert LPROPT at the beginning of the options, rather than after the
230    first option (which may accidentally split an option and its arguments).
231  * Fix some issues with transformations to the 'args' variable sticking
232    around for a larger scope than they were intended to. This prevents
233    LPROPT from being inserted if we fall back from lprng to cups.
234
235 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 11 Sep 2009 15:36:31 -0400
236
237debathena-printing-config (1.11) unstable; urgency=low
238
239  * Treat lpr -z as a toggle flag, and set it by default. (Trac: #138)
240
241 -- Evan Broder <broder@mit.edu>  Thu, 06 Aug 2009 07:28:54 -0700
242
243debathena-printing-config (1.10) unstable; urgency=low
244
245  * If you're using system-config-printer with notification popups,
246    notify that the job was sent to the printer rather than that it was
247    successfully printed, since that's not necessarily true for remote
248    printers (Trac: #281).
249    See also https://fedorahosted.org/system-config-printer/ticket/181
250
251 -- Geoffrey Thomas <geofft@mit.edu>  Thu, 06 Aug 2009 02:35:16 -0400
252
253debathena-printing-config (1.9) unstable; urgency=low
254
255  * Support LPROPT for LPRng lpr (Trac: #285).
256  * Be a little more robust if ATHENA_USER doesn't exist for some
257    strange reason.
258
259 -- Geoffrey Thomas <geofft@mit.edu>  Tue, 04 Aug 2009 16:58:45 -0400
260
261debathena-printing-config (1.8) unstable; urgency=low
262
263  * Add support for lpr -z for LPRng in the wrapper, by turning it into
264    -m zephyr%$ATHENA_USER (Trac: #138).
265
266 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 31 Jul 2009 23:50:42 -0400
267
268debathena-printing-config (1.7) unstable; urgency=low
269
270  * If the arguments to a printing command imply a desire for a particular
271    version of that command (CUPS or LPRng), use that version. (Trac: #251)
272
273 -- Geoffrey Thomas <geofft@mit.edu>  Sat, 13 Jun 2009 22:52:24 -0400
274
275debathena-printing-config (1.6) unstable; urgency=low
276
277  * Add missing dependency on python-hesiod. (Trac: #204)
278
279 -- Evan Broder <broder@mit.edu>  Wed, 15 Apr 2009 16:09:49 -0400
280
281debathena-printing-config (1.5.1) unstable; urgency=low
282
283  * Fix a typo that causes CUPS-only queues to not get preferred if the system
284    default is LPRng.
285
286 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 16 Mar 2009 15:26:13 -0400
287
288debathena-printing-config (1.5) unstable; urgency=low
289
290  * Permit lpq's -v (verbose).
291
292 -- Geoffrey Thomas <geofft@mit.edu>  Wed, 11 Mar 2009 01:07:57 -0400
293
294debathena-printing-config (1.4) unstable; urgency=low
295
296  * Default to LPRng instead of CUPS for command line printing...for now
297
298 -- Evan Broder <broder@mit.edu>  Tue, 03 Mar 2009 14:03:52 -0500
299
300debathena-printing-config (1.3) unstable; urgency=low
301
302  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
303  * Change "Debian-Athena Project" to "Debathena Project".
304  * Remove debian/control from version control.
305  * Clean up debian/copyright.
306
307 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 16:25:03 -0500
308
309debathena-printing-config (1.2) unstable; urgency=low
310
311  * Add awareness of the default printer, specified by the PRINTER environment
312    variable or via Hesiod cluster information.
313
314 -- Geoffrey Thomas <geofft@mit.edu>  Sat, 23 Aug 2008 00:30:32 -0400
315
316debathena-printing-config (1.1) unstable; urgency=low
317
318  * Handle rename of cupsys to cups in Debian sid.
319
320 -- Evan Broder <broder@mit.edu>  Sun, 06 Jul 2008 22:15:17 -0400
321
322debathena-printing-config (1.0) unstable; urgency=low
323
324  * Initial Release.
325
326 -- Evan Broder <broder@mit.edu>  Sun, 22 Jun 2008 17:41:16 -0400
Note: See TracBrowser for help on using the repository browser.