File: NEWS

package info (click to toggle)
dvdrtools 0.3.1-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 6,128 kB
  • ctags: 11,026
  • sloc: ansic: 85,726; sh: 4,326; perl: 416; makefile: 242; sed: 4
file content (74 lines) | stat: -rw-r--r-- 2,149 bytes parent folder | download | duplicates (2)
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
0.3.1
-----
- Bug fixes
- Make the warning about missing libmagic headers more visible

0.3.0
-----
- Support dev=/dev/whatever syntax
- More code cleanups

0.2.2
-----
- Numerous code cleanups, remove a lot of duplicated functionality
- Use the system libmagic rather than the internal copy of file 3.x
- Make some more code compile with CC=g++

0.2.1
-----
- Add support for the dev=ATAPI:/dev/hdx syntax allowed by cdrecord and
  generated by k3b

0.2.0
-----
- Add support for Linux 2.6
- Code cleanups, almost everything can be compiled with CC="g++" now

0.1.5
-----
- Add -f option to omit the (slow) ISRC scanning process with -Q
- Add -a and -v options to makecd (allowing to specify different audio-
  and video bitrates for DVDs)
- dvdgen's functionality has been merged into makecd. dvdgen is deprecated
  and will be removed in the next release.
- Sync ifogen with dvdauthor 318
- Support different bitrates when creating video DVDs. This depends on a patched
  transcode for now, because transcode's MPEG-2 encoder can't specify the
  wanted bitrate by default

0.1.4
-----
- Add makecd script, making mastering of most common CD/DVD types easier
- Make the 10 second delay before burning CDs/DVDs configurable (-delay x)
- Add -gui switch to dvdrecord, causing GUI (though not human) readable input
- Sync ifogen with dvdauthor 0.3.1
- Fix getopt invocation in ifogen (pal/ntsc switching etc. should
  work now)
- Fix some minor bugs in drv_mmc.c
- Verified to work with TOSHIBA SD-R5002

0.1.3
-----
- Update mkisofs and libhfs_hybrid, introducing the -dvd-video option
- Added tools for mastering video DVDs

0.1.2
-----
- Add workaround for autoconf bug; this could cause segfaults on
  startup on some systems.
- Some build system cleanups and fixes
- Add cdda2wav CDDB and soundcard support to configure
  (--with-cddb=host:port)
- Synced with cdrecord 1.11a15
- Can now build on ia64

0.1.1
-----
- Add zisofs support
- Fix build on systems that don't have cdrecord's libdeflt installed

0.1.0
-----
- Initial release. Changes from cdrecord (1.11a13):
  - Add DVD support
  - Replace the nonstandard build system with GNU tools