File: changelog

package info (click to toggle)
randomplay 0.60%2Bpristine-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 152 kB
  • ctags: 13
  • sloc: perl: 922; makefile: 26
file content (257 lines) | stat: -rw-r--r-- 9,542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
randomplay (0.60+pristine-1) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group <packages@qa.debian.org>.
    Cf. #739017
  * Fix "FTBFS with dpkg-buildpackage -A: dpkg-genchanges: error: binary
    build with no binary artifacts found; cannot distribute":
    switch to dh(1).
    (Closes: #831934)
  * Declare compliance with Debian Policy 3.9.8.
  * Drop duplicate Section from binary package stanza in debian/control.
  * Add ${misc:Depends} to Depends in debian/control.
  * Refer to GPL-2 file in debian/copyright.
  * Convert to non-native package: download original upstream tarball, invent
    +pristine version, add debian/source/format, split out source changes from
    #655410 into a patch.
  * wrap-and-sort debian/*.

 -- gregor herrmann <gregoa@debian.org>  Wed, 20 Jul 2016 23:20:03 +0200

randomplay (0.60+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "Removal of debhelper compat 4": switch to debhelper compat level 9
    (Closes: #817647)

 -- gregor herrmann <gregoa@debian.org>  Tue, 28 Jun 2016 11:50:00 +0200

randomplay (0.60+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Use Ogg::Vorbis::Header::PurePerl instead of Ogg::Vorbis::Header.
    (Closes: #655410)

 -- Tim Retout <diocles@debian.org>  Mon, 09 Apr 2012 21:21:41 +0100

randomplay (0.60) unstable; urgency=low

  * New options --older-than and --newer-than, to only play files whose
    modification times are respectively older or newer than given date or time
    interval (e.g., --newer-than 1Y = files newer than one year old).
  * Allow alternative forms of expressing 'last played by' date for --days
    option as with --older-than and --newer-than.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Sun, 15 Oct 2006 13:09:06 -0400

randomplay (0.53) unstable; urgency=low

  * Update contact name/address and copyright dates in documentation.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Sun, 19 Mar 2006 14:52:04 -0500

randomplay (0.52) unstable; urgency=low

  * Fix typo in sample randomplayrc for new 'back key' feature.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Sun, 19 Mar 2006 14:33:57 -0500

randomplay (0.51) unstable; urgency=low

  * Change architecture to all. (Closes: #357050).
  * New feature: keybinding to go backward through previously played songs
    during session. Default key is 'b'. (Closes: #351295).

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Thu, 16 Mar 2006 10:44:24 -0500

randomplay (0.50) unstable; urgency=low

  * Show weight of current song when playing (thanks again to Gregor
    Herrmann). (Closes: #351289).

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Tue,  7 Feb 2006 20:48:38 -0500

randomplay (0.49) unstable; urgency=low

  * Add support for toggle "pause" key, default 'p'. Thanks to Simon Hart for
    the patch. 
  * Add support for enabling/disabling UTF-8 output in MP3 tags, for people
    who don't have UTF-8 xterm. Thanks to Gregor Herrmann for the patch.
    (Closes: #337783).
  * Add new keystroke to list available keystrokes while playing, default '?'
    or 'h'.  
  * Improved sample randomplayrc with more comments and options. You can use
    the sample randomplayrc as a template for all settings.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Wed, 23 Nov 2005 21:21:40 -0500

randomplay (0.48) unstable; urgency=low

  * When advancing tracks, kill not just children of player program, but
    all spawned processes. Thanks to Christopher Zimmermann for the
    patch. (Closes: #335592).

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Sun, 30 Oct 2005 08:38:19 -0500

randomplay (0.47) unstable; urgency=low

  * Display track information with an announcement program -- default is xosd.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Thu,  1 Sep 2005 11:36:09 -0400

randomplay (0.46-1) unstable; urgency=low

  * If a specified player is not available, just don't play files of that
    type, rather than halt program all together (except if no players are
    available).
  * Update documentation.
  * Remove sound-recorder recommendation; if you want to play anything other
    than mp3 and ogg files, you should choose the players you prefer.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Sun,  5 Sep 2004 10:06:57 -0400

randomplay (0.45-1) unstable; urgency=low

  * Remove WAV file player from defaults; most people don't include WAVs in
    their music collections (I think!) and this way randomplay will start in
    the default configuration even if you don't have sound-recorder installed.
    (Closes: #269541).
  * Fix bug where only alphabetical (rather than alphanumeric) extensions
    could be configured in .randomplayrc; now you can define a player for mp3
    files. (Closes: #269540).

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Wed,  1 Sep 2004 21:46:25 -0400

randomplay (0.44-1) unstable; urgency=low

  * Rewrite option processing to eliminate unnecessary variables (i.e.,
    "$norandom") thanks to Long::Getopt "negate!" option.
  * Reorganize options on manpage into sensible groups.

 -- Adam Rosi-Kessel <ajkessel@debian.org>  Tue, 24 Aug 2004 20:31:03 -0400

randomplay (0.43-2) unstable; urgency=low

  * Another failed upload, sorry for the version bloat!

 -- Adam Kessel <ajkessel@debian.org>  Mon, 23 Aug 2004 20:54:04 -0400

randomplay (0.43-1) unstable; urgency=low

  * Remove spurious "players" debug message on startup.

 -- Adam Kessel <ajkessel@debian.org>  Mon, 23 Aug 2004 14:46:42 -0400

randomplay (0.42-2) unstable; urgency=low

  * Failed upload again.

 -- Adam Kessel <ajkessel@debian.org>  Fri, 20 Aug 2004 15:42:37 -0400

randomplay (0.42-1) unstable; urgency=low

  * Fix errors in sample randomplayrc.
  * Add more flexibility to randomplayrc interpretation; can add arbitrary
    whitespaces anywhere without harm, and make ( [ { interchangeable.
  * Check to make sure base directory exists, if specified.
  * Keystrokes are now user-definable at command line or in ~/.randomplayrc.
  * Should look for files with mp3 extension, not mpg extension.
  * Update documentation.

 -- Adam Kessel <ajkessel@debian.org>  Fri, 20 Aug 2004 11:50:15 -0400

randomplay (0.41-3) unstable; urgency=low

  * One more upload.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 20:38:29 -0400

randomplay (0.41-2) unstable; urgency=low

  * Failed upload, trying again.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 20:35:22 -0400

randomplay (0.41-1) unstable; urgency=low

  * Should not be native package; fixed versioning.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 19:18:32 -0400

randomplay (0.40-2) unstable; urgency=low

  * Fixed some minor linda/lintian warnings.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 18:56:18 -0400

randomplay (0.40-1) unstable; urgency=low

  * Initial Debian release.  (Closes: #266919).

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 16:46:01 -0400

randomplay (0.39-1) unstable; urgency=low

  * New random weighting functionality: hit + or - while a song is playing to
    increase or decrease its probability of being played in future random
    shuffles, or 0 or = to reset preference.
  * Improved randomization algorithm: should really be random now.
  * New switch --weight/--noweight to specify whether or not to use random
    weighting.
  * New switch --verbose; if not specified then output from music player
    programs is suppressed.
  * New behavior for --quiet: if specified, randomplay will not report the
    name of each song as it is played.
  * Removed --altcancel option; it is no longer necessary now that you can
    advance songs or cancel randomplay with keystrokes.
  * Display track metadata before each track is played if available; otherwise
    display filename.
  * Updated manpage for new options and keystrokes while song is playing
  * Improved documentation; include README, TODO, and sample randomplayrc,
    fixed some erroneous references in Debian documentation.
  * Fixed makefile so it works without dpkg-buildpackage.
  * Fixed a bunch of warnings that appear when perl -w is used.
  * Added option to quit after the current playing song is done (default key
    'l').
  * Can now process arbitrary filename extensions, either at command line or
    in ~/.randomplayrc, so could potentially be used for activities other than
    playing music.
  * Implement hack to kill children processes when randomplay is run from
    shell script; this will likely limit randomplay's portability.
  * Check that players are in path and executable before playing.
  * Add in several more error/sanity checks for file permissions.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 19 Aug 2004 12:41:23 -0400

randomplay (0.35-1) unstable; urgency=low

  * New upstream release.
    * --days=0 / -0 option now actually means "0 days," not one day.

 -- Adam Kessel <ajkessel@debian.org>  Sat, 17 Jul 2004 10:06:25 -0400

randomplay (0.34-1) unstable; urgency=low

  * New upstream release.
    * Fixed ogg321 -> ogg123 default ogg player.
    * New "--version" switch.

 -- Adam Kessel <ajkessel@debian.org>  Fri, 16 Jul 2004 10:32:17 -0400

randomplay (0.33-1) unstable; urgency=low

  * New upstream release.

 -- Adam Kessel <ajkessel@debian.org>  Thu, 23 Oct 2003 20:49:30 -0700

randomplay (0.32-1) unstable; urgency=low

  * New upstream release.

 -- Adam Kessel <ajkessel@debian.org>  Sat, 20 Sep 2003 15:11:08 -0700

randomplay (0.3-1) unstable; urgency=low

  * Initial public release.

 -- Adam Kessel <adam@bostoncoop.net>  Sun,  7 Sep 2003 15:01:54 -0700