File: changelog

package info (click to toggle)
ripperx 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,960 kB
  • sloc: ansic: 8,396; sh: 4,362; makefile: 87; sed: 16
file content (368 lines) | stat: -rw-r--r-- 12,651 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
ripperx (2.8.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

  [ tony mancill ]
  * Add patch to fix FTCBFS (Closes: #853203)
    - Thank you to Helmut Grohne
  * Update German translation (Closes: #890063)
    - Thank you to Holger Wansing, Chris Leick, and Helge Kreutzmann
  * Bump Standards-Version to 4.3.0
  * Use debhelper 11
  * Drop unnecessary build-dep on dh-autoreconf
  * Enable verbose builds
  * Add patch for bad directives in pkg-config

 -- tony mancill <tmancill@debian.org>  Fri, 11 Jan 2019 22:21:41 -0800

ripperx (2.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Now build-depends on libtag1-dev.
  * Acknowledge NMU. (Closes: #713684)
    - Thank you to Barry deFreese.
  * Migrate packaging repo to git collab-maint; update Vcs- fields.
  * Use dh_autoreconf and simplify debian/rules.
  * Bump standards version to 3.9.5.
  * Set debhelper compat to 9.
  * Correct spelling of Ogg in description. (Closes: #691056)

 -- tony mancill <tmancill@debian.org>  Mon, 19 May 2014 23:17:26 -0700

ripperx (2.7.3-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Add patch to link in libm. (Closes: #713684).
  * Add build-dep on gawk to fix compilation error.

 -- Barry deFreese <bdefreese@debian.org>  Sat, 13 Jul 2013 09:37:49 -0400

ripperx (2.7.3-1) unstable; urgency=low

  * New upstream relase, includes the following:
    - Add German translation. (Closes: #550207) (Thanks to Chris Leick.)
    - Correct typos in error messages. (Closes: #550208)
    - Add Glacian translation.  Thanks to Biguel Bouzada.
    - Apply buffer overflow patches (LP #514739)
    - Apply patch to no longer put underscore instead of space in id3 tag
      (LP #671852)
    - Add year to Vorbis tags.
    - Tag FLAC-encoded files.
    - libdir is now set in ripperX.pc file (Closes: #501676)
    - All tracks are auto-selected after CDDB lookup. (Closes: #495301)
  * Add debian/source/format - convert to "3.0 (quilt)"
  * Bump standards version to 3.9.1.
  * Set debhelper compat to 7.

 -- tony mancill <tmancill@debian.org>  Sat, 13 Nov 2010 14:02:42 -0800

ripperx (2.7.2-3) unstable; urgency=low

  * Update Gregor's email address in debian/control.
  * Edit configure.ac (closes: #562339) (needs to be sent upstream).
  * Update debian/copyright.

 -- tony mancill <tmancill@debian.org>  Sat, 26 Dec 2009 10:32:37 -0800

ripperx (2.7.2-2) unstable; urgency=low

  * modify CFLAGS to set optimization level to -O1 (closes: #466564)

 -- tony mancill <tmancill@debian.org>  Tue, 19 Feb 2008 19:58:28 -0800

ripperx (2.7.2-1) unstable; urgency=low

  [ tony mancill ]
  * New upstream version.

  [ gregor herrmann ]
  * Add /me to Uploaders.
  * Add Vcs-{Svn,Browser} and Homepage fields to debian/control.
  * Add watch file.
  * Change Apps to Applications in debian/menu.
  * debian/rules:
    - create install-stamp target and let -stamp targets depend on
      "previous" stamp targets to allow for parallel builds
    - use $(CURDIR) (make) instead of `pwd` (shell)
    - remove unused and/or commented out dh_* calls
    - don't ignore errors of make distclean
    - move dh_clean before make distclean and use it for removing -stamp
      files
  * Add autoconf to Build-Depends.
  * Add .desktop file (taken from Ubuntu), add dh_desktop to debian rules;
    install icon and desktop file with dh_install, create debian/install for
    that purpose.

 -- tony mancill <tmancill@debian.org>  Sun, 17 Feb 2008 21:55:52 -0800

ripperx (2.7.0-4) unstable; urgency=low

  * recompile against latest libglib1.2

 -- tony mancill <tmancill@debian.org>  Wed, 25 Jul 2007 22:37:06 -0700

ripperx (2.7.0-3) unstable; urgency=low

  * updated freedb CDDB url (closes: #395105)

 -- tony mancill <tmancill@debian.org>  Tue, 24 Oct 2006 17:16:15 -0700

ripperx (2.7.0-2) unstable; urgency=low

  * replaced Suggests of "splay" with "sox"
  * added Build-Depends on libz-dev and -lz to linker flags
  * fixed cdplay cdtool command-line arguments;
    updated oggenc bitrate infomation in manpage (closes: #370287)
  * updated README.Debian with more information about problems
    finding/accessing the CD-ROM device (closes: #187755)
  * removed dependency on docbook-to-man
  * bumped Standards-Version to 3.7.2

 -- tony mancill <tmancill@debian.org>  Thu,  6 Jul 2006 19:52:05 -0700

ripperx (2.7.0-1) unstable; urgency=low

  * new upstream release
    - ID3v2 tag support added by Ben Zonneveld
    - added build dependency on id3lib-dev
    - OGG tag fields can now (safely) exceed 30 characters
      (closes: #347331)

 -- tony mancill <tmancill@debian.org>  Tue, 18 Apr 2006 20:27:50 -0700

ripperx (2.6.7-2) unstable; urgency=low

  * update outdated xlibs-dev dependencies (closes: #347038)

 -- tony mancill <tmancill@debian.org>  Sun,  8 Jan 2006 20:07:28 -0800

ripperx (2.6.7-1) unstable; urgency=low

  * new upstream release:
    - fix null-termination problem with playlist (closes: #329792)
    - fix erratic cursor movement during track editing (closes: #330654)

 -- tony mancill <tmancill@debian.org>  Sun, 06 Nov 2005 20:40:46 -0800

ripperx (2.6.6-2) unstable; urgency=low

  * added debian/watch file

 -- tony mancill <tmancill@debian.org>  Mon, 18 Jul 2005 08:43:19 -0700

ripperx (2.6.6-1) unstable; urgency=low

  * new upstream release:
    - better parsing of cdparanoia error condtions
    - support for Fedora Core 3

 -- tony mancill <tmancill@debian.org>  Fri,  3 Jun 2005 09:18:33 -0700

ripperx (2.6.5-1) unstable; urgency=low

  * new upstream release
    - added playlist support (closes: #80743)
    - fixed vorbis tag problem with song titles > 30 characters.
      Thanks to Tobias Pfeiffer. (closes: #309129)
  * corrected typo in manpage; thanks to A Costa (closes: #302665)

 -- tony mancill <tmancill@debian.org>  Wed,  1 Jun 2005 22:41:35 -0700

ripperx (2.6.4-2) unstable; urgency=low

  * added icon file (closes: #299347)

 -- tony mancill <tmancill@debian.org>  Mon, 14 Mar 2005 21:21:40 -0800

ripperx (2.6.4-1) unstable; urgency=low

  * new upstream release
    - now supports toolame as an encoder
    - fix for free space calculations (SF #869947)
    - added more encoder bitrates

 -- tony mancill <tmancill@debian.org>  Sun, 21 Nov 2004 21:43:14 -0800

ripperx (2.6.3-1) unstable; urgency=low

  * new upstream release
    - encoder nice priority can now be set
    - AMD64 patches - thanks to Stefan Fuchs
    - buxfix in cddb.c to handle malformed CDDB DTITLE entries

 -- tony mancill <tmancill@debian.org>  Sun, 24 Oct 2004 22:49:00 -0700

ripperx (2.6.2-1) unstable; urgency=low

  * new upstream patch level release
    - pathname fix for use of local CDDB files
    - trackname fix for tracks with titles less than 8 characters

 -- tony mancill <tmancill@debian.org>  Sat,  9 Oct 2004 18:51:51 -0700

ripperx (2.6.1-3) unstable; urgency=low

  * fix source version regression in 2.6.1-2 upload
    (this time, the diff is only for FTBFS bug below)
    - thanks to Ralf Knize for pointing out the problem

 -- tony mancill <tmancill@debian.org>  Tue,  5 Oct 2004 23:19:56 -0700

ripperx (2.6.1-2) unstable; urgency=low

  * patch for cddbp.c FTBFS with gcc-3.4 (closes: #268398)
    - thanks to Andreas Jochens for the patch

 -- tony mancill <tmancill@debian.org>  Fri, 27 Aug 2004 11:10:23 -0700

ripperx (2.6.1-1) unstable; urgency=low

  * better handling of NULL CDDB responses (closes: #223653)
  * applied patches for better internal filename handling
    (many thanks to Rick Coupland, who authored the patches)

 -- tony mancill <tmancill@debian.org>  Sun,  4 Jan 2004 12:56:55 -0800

ripperx (2.6.0-1) unstable; urgency=low

  * cleaned up packaging and README.Debian
  * "new" upstream release to replace bad 2.6.orig.tar.gz
     - includes ./debian/ tree
  * fixed dangling manpage symlink (closes: #213593)

 -- tony mancill <tmancill@debian.org>  Sun, 05 Oct 2003 11:08:46 -0700

ripperx (2.6-1) unstable; urgency=low

  * new upstream version thanks to Dave Cinege <dcinege@psychosis.com>,
    who is responsible all of the code updates in this release
  * generated filenames are now fully unix safe - in particular:
    - cddb names are converted before entry into the editing window
   	- ASCII 160-255 now converted to printable lower ascii equivilents
   	- unprintable/evil chars are removed instead of replaced
   	- convert title/names only, user supplied path is not altered
   	- arguments surrounded by single quotes, for shell safeness
  * rmdir wav work dir, if wav files are not kept && wav_dir != mp3_dir
  * prettied up 'finished' window
  * fixed disk space check (wrong position, awk $3 !$4)
  * time info in progress dialog made 275 wide to fit text
  * ripping progress dialog made 130 wide to fit text
  * fixed ripping progress to work with cdparanoia 9.8
  * now use glibc openpty(); requires libutil.  (closes: #162530)
  * fixed cddb parsing of Artist / Album
  * I'm adopting my own package back.  (closes: #202541)

 -- tony mancill <tmancill@debian.org>  Tue, 23 Sep 2003 20:57:13 -0700

ripperx (2.5-4) unstable; urgency=low

  * orphaned; maintainer set to packages@qa.debian.org

 -- tony mancill <tmancill@debian.org>  Tue, 22 Jul 2003 21:05:05 -0700

ripperx (2.5-3) unstable; urgency=low

  * set LC_NUMERIC to "POSIX" to fix progress bars problem in locales
    where the decimal separator is not '.' (closes: #173392)
  * tweaked oggenc plugin to report progress more evenly (closes: #194879)

 -- tony mancill <tmancill@debian.org>  Mon,  9 Jun 2003 21:53:47 -0700

ripperx (2.5-2) unstable; urgency=low

  * new function to differentiate between directories and files when
    stripping non-unix characters from pathnames (closes: #188215)

 -- tony mancill <tmancill@debian.org>  Tue,  8 Apr 2003 17:15:34 -0700

ripperx (2.5-1) unstable; urgency=low

  * new upstream release
  * %# (track number) works correctly in this release (closes: #173394)
  * better handling of non-Unix filename characters (closes: #185917)
  * default CDDB configuration now works - uses HTTP - (closes: #185920)
  * safer suggestion about cdrom/cdparanoia privileges (closes: #183399)

 -- tony mancill <tmancill@debian.org>  Sun, 23 Mar 2003 09:13:50 -0800

ripperx (2.4-1) unstable; urgency=low

  * new upstream release

 -- tony mancill <tmancill@debian.org>  Wed,  9 Oct 2002 18:34:56 -0700

ripperx (2.3-6) unstable; urgency=low

  * updated debian/copyright to include correct URI (closes: #159450)

 -- tony mancill <tmancill@debian.org>  Wed,  4 Sep 2002 21:32:39 -0700

ripperx (2.3-5) unstable; urgency=low

  * no longer replaces all non-alphanums in filenames with '-'

 -- tony mancill <tmancill@debian.org>  Sat,  1 Jun 2002 11:45:24 -0700

ripperx (2.3-4) unstable; urgency=low

  * hacked in FLAC support (closes: #147379)

 -- tony mancill <tmancill@debian.org>  Tue, 21 May 2002 22:40:43 -0700

ripperx (2.3-3) unstable; urgency=low

  * hack to force (0 <= total_progress percentages <= 1) (closes: #138159)

 -- tony mancill <tmancill@debian.org>  Fri, 15 Mar 2002 23:08:39 -0800

ripperx (2.3-2) unstable; urgency=low

  * removed absolute dependencies on splay and cdtool (closes: #100843)

 -- tony mancill <tmancill@debian.org>  Mon, 25 Feb 2002 20:45:58 -0800

ripperx (2.3-1) unstable; urgency=low

  * new upstream release
  * applied encoding patch from <mgedmin@delfi.lt> (closes: #110933)
  * album directories now work with ogg (closes: #80742)
  * cddb no longer exposes user or hostname (in response to #113155)

 -- tony mancill <tmancill@debian.org>  Mon, 10 Dec 2001 22:21:38 -0800

ripperx (2.1-1) unstable; urgency=low

  * new upstream release

 -- tony mancill <tony@debian.org>  Tue,  8 May 2001 10:30:26 -0700

ripperx (2.0-4) unstable; urgency=low

  * patched filename handling when ripping multiple files
  * patched gogo plugin to handle garbage in output - Closes: #96002

 -- tony mancill <tony@debian.org>  Thu,  3 May 2001 23:24:18 -0700

ripperx (2.0-3) unstable; urgency=low

  * better dependencies (on cdtool and splay)
  * coding change to support change in oggenc interface

 -- tony mancill <tmancill@debian.org>  Mon, 22 Jan 2001 21:54:10 -0700

ripperx (2.0-2) unstable; urgency=low

  * Vorbis/Ogg support has been added (not upstream (yet))

 -- tony mancill <tmancill@debian.org>  Sun, 17 Dec 2000 18:13:46 -0700

ripperx (2.0-1) unstable; urgency=low

  * Initial Release.
  * Closes: #78728 (ITP bug against wnpp)

 -- tony mancill <tmancill@debian.org>  Sun,  3 Dec 2000 15:11:41 -0700