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

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