source: debian/changelog @ 1bcb4ba

debian
Last change on this file since 1bcb4ba was 1bcb4ba, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Bump changelog

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