source: debian/changelog @ 618236b

debian
Last change on this file since 618236b was 618236b, checked in by Quentin Smith <quentin@…>, 13 years ago

Bump changelog

  • Property mode set to 100644
File size: 8.5 KB
Line 
1gutenbach (2.22) unstable; urgency=low
2
3  * Ask File::Temp to make its temporary file in a system-dependent temporary directory.
4
5 -- Quentin Smith <quentin@mit.edu>  Sat, 04 Dec 2010 16:13:55 -0500
6
7gutenbach (2.21) unstable; urgency=low
8
9  * Fixed bug with recursive option in gbr.
10
11 -- Jessica Hamrick <jhamrick@mit.edu>  Sun, 10 Oct 2010 12:37:17 -0400
12
13gutenbach (2.20) unstable; urgency=low
14
15  * Add comments to the client scripts.
16  * Add '-h|--help' flags to all the client scripts
17  * Add a '-d|--dryrun' option to gbr, to just list what would be done
18    instead of doing it
19  * Add a randomization option to gbr (Trac #30)
20  * Add recursive file playing to gbr (Trac #29)
21  * Added a -n flag to gbr, to specify the number of files to play
22  * Updated manpages and other documentation
23
24 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 02 Oct 2010 22:48:15 -0400
25
26gutenbach (2.19) unstable; urgency=low
27
28  * Added necessary dependancy to libnet-cups-perl for gutenbach-queue. 
29  * Added dependancy for openbsd-inetd, so that package purge and removal
30    don't break now.
31 
32 -- Jessica Hamrick <jhamrick@mit.edu>  Wed, 29 Sep 2010 19:19:09 -0400
33
34gutenbach (2.18) unstable; urgency=low
35
36  * gutenbach-server should depend on update-inetd
37  * gutenbach-remctl should depend on python
38
39 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 11 Sep 2010 21:47:02 -0400
40
41gutenbach (2.17) unstable; urgency=low
42
43  * YouTube URLs now stream instead of downloading to the server
44  * Changed remctl scripts to output volume as a percentage and in dB
45  * Added remctl helper file called volume-helper.py, which smoothly
46    moves volume up/down over 3sec (large step)
47  * Made volume-up and volume-down call volume-helper.py
48  * Adjust volume in smaller steps of roubly +/- 3dB (may vary between
49    hardware)
50  * Clean up the output of the status file that is used by the "status
51    get" remctl command
52  * Make sure the $title variable is defined when the job has no exif data
53
54 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 11 Sep 2010 21:32:38 -0400
55
56gutenbach (2.16) unstable; urgency=low
57
58  * [Trac #22] Enable cups-lpd in gutenbach-server
59
60 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 11 Sep 2010 19:56:10 -0400
61
62gutenbach (2.15) unstable; urgency=low
63
64  * Changed gbq to have fixed width columns, to get rid of the
65    inconsistencies associated with tabbed columns.
66
67 -- Kyle Brogle <broglek@bu.edu>  Mon, 16 Aug 2010 13:00:27 -0400
68
69gutenbach (2.14) unstable; urgency=low
70
71  * Implemented default queue in client scripts.
72  * Queue argument now optional for gb{r,rm,q}, and also takes form of -q
73    QUEUE now.
74  * gutenbach-client-config -s|--set-default QUEUE will set default queue
75  * Updated manpages accordingly
76 
77
78 -- Kyle Brogle <broglek@bu.edu>  Sat, 14 Aug 2010 21:38:35 -0400
79
80gutenbach (2.13) unstable; urgency=low
81
82  * Added debconf support to gutenbach-remctl for mixer and channel selection
83  * Fixed error in postrm of gutenbach-remctl that prevented purging correctly
84
85 -- Kyle Brogle <broglek@bu.edu>  Sat, 14 Aug 2010 19:10:52 -0400
86
87gutenbach (2.12) unstable; urgency=low
88
89  * Remove 'TODO' items from README, replacing with a link to the trac
90  * Fixed gutenbach backend such that status updates for gutenbach-remctl
91  * [Trac #14] gbrm now accepts regex and multiple filename arguments
92
93 -- Kyle Brogle <broglek@bu.edu>  Sat, 14 Aug 2010 15:22:26 -0400
94
95gutenbach (2.11) unstable; urgency=low
96
97  * Fixed gbq bug in client scripts where uninitialized values resulting
98    from having an 'Artist' but no 'Title' tag
99  * Added more helpful error messages to gb{q,r,rm} when they can't
100    contact the queue, "Cannot access queue pikamp3...do you have network
101    connectivity and permission to view the queue?"
102
103 -- Kyle Brogle <broglek@bu.edu>  Tue, 10 Aug 2010 19:18:38 -0400
104
105gutenbach (2.10) unstable; urgency=low
106
107  * Add a useful reminder message to client scripts, "Did you forget to add
108    it [the queue] with gutenbach-client-config?"
109  * Add 'last' keyword for gbr
110  * Use perl bindings for gbr and gbrm in addition to gbq.
111  * Update README
112  * Add support for pathname expansion/multiple files in gbr
113  * Added the "current" option to gbrm, which just removes the current job
114    from the queue
115
116 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 06 Jul 2010 00:11:23 -0400
117
118gutenbach (2.09) unstable; urgency=low
119
120  * Fixed support for playing YouTube videos
121  * Fixed error with CUPS_SERVER in gbr and gbrm
122  * Added supportfor playing YouTube URLs with gbr
123
124 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 05 Jul 2010 15:32:18 -0400
125
126gutenbach (2.08) unstable; urgency=low
127
128  * Remove deprecated lpd files in gutenbach-server
129  * Modify gutenbach-queue to use /tmp instead of /var/run
130  * Replace cupsd.conf with our own version, backing it up to
131    cupsd.conf.gutenbach-orig in gutenbach-server
132  * Modify gbr and gbrm to use CUPS_SERVER instead of -h in
133    gutenbach-client
134
135 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 29 Jun 2010 19:35:58 -0400
136
137gutenbach (2.07) unstable; urgency=low
138
139  * Update gutenbach-queue to be compatible with CUPS
140
141 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 29 Jun 2010 01:38:34 -0400
142
143gutenbach (2.06) unstable; urgency=low
144
145  * License gutenbach under GPLv2
146
147 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 28 Jun 2010 22:46:42 -0400
148
149gutenbach (2.05) unstable; urgency=low
150
151  * Add manpages for gutenbach-client scripts
152  * Fix incorrect path in gutenbach-server.install
153  * Rename gutenbach to gutenbach-server in po
154
155 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 28 Jun 2010 22:23:15 -0400
156
157gutenbach (2.04) unstable; urgency=low
158
159  * Create a single source package for all gutenbach-* packages.
160
161 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 26 Jun 2010 20:53:20 -0400
162
163gutenbach-server (2.03) unstable; urgency=low
164
165  * Update permissions again, to allow everybody to access the server
166
167 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 08 Jun 2010 19:07:09 -0400
168
169gutenbach-server (2.02) unstable; urgency=low
170
171  * Fix print server permissions problems such that remote
172  users can user cups-lpq and cups-lprm
173
174 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 31 May 2010 23:51:52 -0400
175
176gutenbach-server (2.01) unstable; urgency=low
177
178  * Handle SIGTERM in the gutenbach backend, so jobs don't
179  keep playing even after being dequeued.
180
181 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 31 May 2010 22:23:53 -0400
182
183gutenbach-server (2.0) unstable; urgency=low
184
185  * Changed from using LPRng to CUPS
186
187 -- Jessica Hamrick <jhamrick@mit.edu>  Thu, 13 May 2010 17:40:53 -0400
188
189gutenbach-server (1.01) unstable; urgency=low
190
191  * Implemented debconf to retrieve printer and zephyr class names.
192  * Made uninstall cleaner (and when you purge, it purges
193  configuration files and changes)
194
195 -- Jessica Hamrick <jhamrick@mit.edu>  Wed, 16 Sep 2009 15:58:40 -0400
196
197gutenbach-server (1.0) unstable; urgency=low
198
199  * Initial release.
200
201 -- Jessica Hamrick <jhamrick@mit.edu>  Tue, 08 Sep 2009 18:38:12 -0400
202
203gutenbach-client (1.01-1) unstable; urgency=low
204
205  * Make package no longer Debian native.
206
207 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 26 Jun 2010 19:20:08 -0400
208
209gutenbach-client (1.01) unstable; urgency=low
210
211  * Fix debhelper compatibility to 5 (for backwards compatibility)
212
213 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 26 Jun 2010 18:01:02 -0400
214
215gutenbach-client (1.0) unstable; urgency=low
216
217  * Initial package build
218  * gbq - show queue
219  * gbr - queue file
220  * gbrm - remove file
221  * gutenbach-client-config - add, list, or delete queues
222
223 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 26 Jun 2010 16:56:28 -0400
224
225gutenbach-client (0.01) unstable; urgency=low
226
227  * Created skeleton package.
228
229 -- Jessica Hamrick <jhamrick@mit.edu>  Sat, 19 Jun 2010 00:23:53 -0400
230
231gutenbach-queue (1.02) unstable; urgency=low
232
233  * Prevent the screen from turning off when
234  view-gutenbach-queue is running.
235
236 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 14 Dec 2009 20:24:37 -0500
237
238gutenbach-queue (1.01) unstable; urgency=low
239
240  * Changed the chown in the postinst to
241  daemon:daemon instaed of daemon:pika
242
243 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 14 Dec 2009 20:23:50 -0500
244
245gutenbach-queue (1.0) unstable; urgency=low
246
247  * Initial release.
248
249 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 14 Dec 2009 20:03:48 -0500
250
251gutenbach-remctl (1.02) unstable; urgency=low
252
253  * Depend on version 2.0 or greater of gutenbach
254
255 -- Jessica Hamrick <jhamrick@mit.edu>  Thu, 13 May 2010 17:42:53 -0400
256
257gutenbach-remctl (1.01) unstable; urgency=low
258
259  * Just say the new volume, not who changed it.
260
261 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 14 Dec 2009 22:04:43 -0500
262
263gutenbach-remctl (1.0) unstable; urgency=low
264
265  * Initial release.
266
267 -- Jessica Hamrick <jhamrick@mit.edu>  Mon, 14 Dec 2009 22:03:44 -0500
Note: See TracBrowser for help on using the repository browser.