File: ChangeLog

package info (click to toggle)
mp3wrap 0.5-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: sh: 675; ansic: 560; makefile: 7
file content (54 lines) | stat: -rw-r--r-- 2,201 bytes parent folder | download | duplicates (6)
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
Check http://mp3wrap.sourceforge.net for latest release.

--> GET mp3splt at: http://mp3splt.sourceforge.net  <--

# Mp3Wrap v. 0.5

Corresponding mp3splt: version 1.2 or higher

- new important feature added: CRC introduced. Now wrapped files contain a CRC information to guarantee 
  integrity of index and mp3data.
- new feature added: Verbose option introduced. Now -l option gives only list of filenames, -lv complete infos.
- new feature added: added a config file. User will write his customizations inside this file.
- new feature added: extension can be specified in config file as "EXT=my extension.mp3"
- feature improved: like mp3splt, now searches for index for 16384 bytes. This should be enough.
- bug fixed: file existence error is now correct.
- bug fixed: when an invalid option is specified, now program exits
- now sources are separated by functions for easy mantainance.
- added configure script to autodetect install and man directories for Linux version.

# Mp3Wrap v. 0.4 Alpha

- bug fixed: now directories are skipped even if they are not the last arg of command line (and argv is permuted)
- other bug fixes and code optimizations

# Mp3Wrap v. 0.3 Alpha

- Now you can safely wrap subdirectories specifying their contents with dir/*. If this directory contains another
  subdirectory and you do not specify it in command line, it will be discarded
- Length of search for Wrapindex has been increased.

# Mp3Wrap v. 0.2 Alpha

Corresponding mp3splt: version 0.6 or higher

- List option improved: more readable output with size 
  and filename informations.
- Number of wrapped files added in "Track" field of ID3v2
- bug fixed: added check on max number of wrapable files
- bug fixed: MP3WRAP string is not appended in output file
  name if aleready specified by user. 

# Mp3Wrap v. 0.1 Alpha

  Mp3Wrap 0.1 is completely supported by Mp3Splt v. 0.6.

- new feature added: add option. Now you can add files
  to an existing Mp3Wrap file just using -a option
- new feature added: list option. With -l option you can
  now see what files are wrapped in an Mp3Wrap file.
- bug fixed: added many check on INDEXVERSION for future uses.

# Mp3Wrap v. 0.0 Alpha

- first release