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

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