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

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