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

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