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

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