Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / ANNOUNCEMENTs / AN-2.01.01a06
1 Please have a look at the German open Source Center BerliOS at www.berlios.de
2 BerliOS will continue to support free hosting of cryptography projects even
3 when US laws change and don't allow to host cryptography projects in the USA.
4 Also look at sourcewell.berlios.de, the first Open Source announcement service
5 that itself is implemented as Open Source project.
6
7 ***************** Important news ****************************
8
9 For the 'Slottable Source Plugin Module' SSPM Features read README.SSPM
10
11 ***************** Please Test *********************************
12
13 NEW features of cdrtools-2.01.01a06:
14
15 *******
16 NOTE: this is _not_ a release that starts a new aplha/beta series of dirtibutions.
17         The only reason is to add certain new CD/DVD features that are important.
18
19         So _please_ do not send any patches except when you like to fix extreme bugs.
20         I am currently mainly working on stable incremental restore featurs for star-1.5-final.
21         Once star-1.5-final is out, cdrtools will start a new developent cycle.
22 *******
23
24 All:
25
26 -       Better support for BeOS/Zeta in the makefile system
27
28 -       Support for armv5teb-linux-cc was added to the makefile system
29
30 -
31         If you like all users to be able to call cdrecord root-less, you need
32         Solaris 10 or newer.
33
34         Edit the file /etc/security/exec_attr and add:
35
36         All:solaris:cmd:::/opt/schily/bin/cdrecord: privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr
37         All:solaris:cmd:::/opt/schily/bin/readcd: privs=file_dac_read,sys_devices,net_privaddr
38         All:solaris:cmd:::/opt/schily/bin/cdda2wav: privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr
39
40         If you like to allow only specific user to use cdrecord,
41         use something like:
42
43         CD RW:solaris:cmd:::/opt/schily/bin/cdrecord: privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr
44
45         Also edit /etc/security/prof_attr
46
47         CD RW:::CD-R/RW Recording Authorizations:auths=solaris.device.cdrw
48
49         instead and make the users members of the profile "CD RW"
50         by adding a line like:
51
52         joerg::::profiles=CD RW
53
54         into /etc/user_attr
55
56         Note that you either need to call cdrecord via "pfexec cdrecord ....."
57         or by using a profile aware shell (e.g. /usr/bin/pfksh)
58
59
60 Libparanoia (Ported by Jörg Schilling, originated by Monty xiphmont@mit.edu):
61
62 Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):
63
64 Libscg:
65
66 -       BeOS/Zeta libscg low level adoption code fixed.
67         The code now is passing a "scgcheck" test.
68
69 Rscsi:
70
71 Cdrecord:
72
73 -       Adjust some timeouts to prevent that the drive buffer of
74         newer Pioneer DVD writers empties when writing high speed DVD
75         media.
76
77 -       Support for BeOS/Zeta shared memory was added
78
79 -       New tag CDR_MAXFIFOSIZE= in /etc/default/cdrecord allows to
80         limit the size of the FIFO cdrecord is using. This helps the 
81         sysadmin to prevent other people from locking up the system.
82
83 Cdda2wav (By Heiko Eißfeldt heiko@hexco.de):
84
85 Readcd:
86
87 -       Support for BeOS/Zeta shared memory was added
88
89 -       -scanbus behavior corrected
90
91 Scgcheck:
92
93 -       Fixed DMA overrun test. BeOS/Zeta did pass the test but
94         scgcheck did complain before.
95
96 Scgskeleton:
97
98 -       -scanbus behavior corrected
99
100 Btcflash:
101
102 -       -scanbus behavior corrected
103
104 -       man page added
105
106 Mkisofs (By Jörg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):
107
108 -       try to work around a GCC trigraph problem
109
110 -       man pages for diag commands added
111
112 TODO:
113         -       read Joliet filenames with multi-session if no TRANS.TBL
114                 or RR is present. I am looking for a volouteer for this task!
115
116                 Note that this can never be 100% correct as there is no relation
117                 between the names on the master (UNIX) filesystem, the ISO-9660
118                 names and the Joliet names. Only the Rock Ridge names are
119                 untranslated with respect to the original files on the
120                 master (UNIX) filesystem.
121
122         -       add libecc/edc for CDI and similar.
123
124
125 CYGWIN NT-4.0 NOTES:
126
127 To compile on Cygwin32, get Cygwin and install it.
128 For more information read README.win32
129
130 The files are located on:
131
132 ftp://ftp.berlios.de/pub/cdrecord/alpha ...
133
134 NOTE:   These tar archives are 100% POSIX compatible. GNU tar may get some
135         minor trouble. If you like a 100% POSIX compliant tar, get star from
136         ftp://ftp.berlios.de/pub/star/
137
138 WARNING: Do not use 'winzip' to extract the tar file!
139         Winzip cannot extract symbolic links correctly.
140
141 Joerg