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

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