File: ChangeLog

package info (click to toggle)
mp3report 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 360 kB
  • sloc: perl: 920; sh: 71; makefile: 13; exp: 8
file content (31 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (5)
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
v1.0.2, 04/05/2000
------------------
changes by David Parker:
  - updated code for MP3::Info instead of MPEG::MP3Info
  - now supports VBR (requested by Jean-Noel GADREAU <jean-noel@gadreau.net>)
  - dir header is now written last, allows variable substitution from non-header variables (Gerard McGlew <gerard.mcglew at swissonline.ch>)
  - clears out id3 variables from previous match (Eric Lieffers <ericl at socsci.kun.nl>)
  - better, more secure tempfiles
  - added man page
  - no more default hardcoded dirs, shows help instead

v1.0.0, 01/27/2000
------------------
  - more cleanup
  - external template support
  - lots of new template fields
  - ID3v2.3.0 experimental support
  - first attempt at docs
by David Parker

v0.99.2, 01/22/2000
-------------------
changes by David Parker:
  - cleaned up little things
  - added OS-specific directory seperator
  - implemented command line options
  - made a readme

v0.99.1, 01/21/2000
-------------------
  - first release