File: Changes

package info (click to toggle)
xcdroast 0.96d-final-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,568 kB
  • ctags: 5,050
  • sloc: ansic: 28,503; tcl: 9,657; sh: 601; makefile: 373
file content (173 lines) | stat: -rw-r--r-- 7,984 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
Changes since 0.94 
------------------
21.5.96: getcdtoc is using now an ioctl to get the toc instead of using
         raw scsi-calls 
23.5.96: Corrected a bug in the select-image-partition-menu when you are
	 using tix4.0.3 or above.
         Added some points the the README-file.
	 Fixed display of read-errors in read-image-display.
25.5.96: Changed checkcd to work with an ioctl instead of raw-scsi-calls.
	 Several fixes to get around some changes in tix-versions greater
	 than 4.0.3.
	 Set "eject"-default in write-menues to "on".
27.5.96: Changed "mydd" and "mycmp" to set read-ahead to zero when reading
	 the last few blocks of a CD. This fixed the read-errors at end of
	 a CD.

Changes since 0.94a
-------------------
01.6.96: Rewrote readcdda to use the ioctl to get the TOC of the CD.
	 Hope this fixes some problems..
	 Typo in MkCopy.tk that caused to break HP support fixed.
	 Fixed some errors when using certain Tix-versions.
07.6.96: New compile-time define to fix some strange errors with
	 readcdda for some persons.
13.6.96: Working again with Tix4.0b3 as included in RedHat-Distributions.
	 Warn user when /dev/sr-devices are missing.

Changes since 0.94b
-------------------
18.6.96: Included "syscheck"-script to check hardware (and make bugreports
	 easier)
03.7.96: A lot of grammatically fixes in the README-file and new information.
08.7.96: Fixed bug that caused an interruption while writing when using
	 a Yamaha-Writer
	 Build in some system-checks to make error-hunting easier.

Changes since 0.95
------------------
01.11.96: Small fix to "syscheck"-script.
	  Fixed bugs in getpartsize.c, scsiinq.c and readcdda.c.


Changes since 0.95a
-------------------
29.12.96: Fix to some minor bugs.
	  Usage of cdwrite-2.1 for Sony and Plasmon-Support
	  Added a few vendor strings to readcdda to read audio-tracks
	  from more drives. 
	  Audio-Read from SONY is not implemented yet... 
01.01.97: Fix Audio-Write for Sony
05.01.97: Implemented Audio-Read-Speed-Select for Philips/HP/... and Yamaha
	  Try to use different Speed-Settings when you have problems with
	  the Audio-Quality.
	  Added a statically linked binary of tcl/tk/tix. NO NEED TO
	  INSTALL TCL/TK/TIX ANYMORE!
12.01.97: Merged Sony-Eject Code from David Gates
18.01.97: Screwed up merging...Sony should work again.
	  Optical Devices are also SCSI-Disks -> Thanx to Don Russell
23.01.97: Fixed mount-behavior when the image-partition is changed when
	  already mounted.
	  Added Error-Message when no SCSI-Devices were found.
29.01.97: Added Audio-Sony-Support from David Gates

Changes since 0.95b
-------------------
02.03.97: Removed explicit PLASMON 4220 Support and switched back
	  to normal cdwrite with SONY-Patches.
	  (Use Philips-Mode for the plasmon 4220)
	  Add RICOH-Support to readcdda. (May work or not)
12.03.97: Fix error when using an unknown partition-id.
	  Log all command-strings of external spawned processes
	  (helps debugging).
	  Added icon when windows are iconified. (You can also use
	  the color-icon icons/xcdricon.xpm when your window-manager
	  supports it)
18.03.97: Include new mkisofs-1.10.

Changes since 0.95c
-------------------
29.05.97: Completely rewritten GUI, tons of new features, mkisofs-1.11
	  included. Readcdda enhanced - should now work with all available
	  SCSI-CD-ROMs. IDE-Support for HDs and CD-Roms. Supports up 64
	  SCSI-Devices and 8 IDE-Devices. Allows Creation of Images on
	  any path you like! An extra image-partition is NO long necessary!
	  Uses now MSDOS-conform filenames for images and audiofiles.
 	  And lots more! 

05.06.97: Now able to run without a CD-Rom or CD-Writer (Useful if
	  only want to master something).

11.06.97: Added Button-Highlighting. Fixed Audio-Read-Mode-Selection.	

Changes since 0.96
------------------
19.07.97: No longer uses the charter-font. Use "install" instead of
          "cp" at "make install". Allow optical scsi-devices as image-
	  devices.
20.07.97: Image-Size calculation now very precise. Quick-Copy now warns
	  when you try to copy a ISO/Mac-HFS-CD. Allow changing of write-
	  speed in all write-menus. 
26.07.97: Added a new Makefile-Option to create a dynamically linked
	  xcdroast-binary. Some updates of the documentation.

Changes since 0.96a
-------------------
27.08.97: Fix titlescreen-font problem, audio-info displayed contents
          of data-cdrom, fix "extra characters after close-quote"
          error in the setup. Fix "Select All" for CD-Extra.
28.08.97: Fix read last audio-track on CD-Extra.
	  Added option to listen to the audio-tracks while recording them.
29.08.97: Added option to save window-positions on the desktop.
30.08.97: Show now track-sizes when copying an ISO/HFS-CD, double-click
          on data-track in cd-information-window shows cd-contents.
31.08.97: Prepared some of the source-code for a linux-alpha-port.
          I need some assistance with that.

Changes since 0.96b
-------------------
11.10.97: Use now cdrecord as write-program: First steps implemented.
          Dont show disclaimer at each startup, if not wanted so.
	  Fix audio-play windows autoplacement.
12.10.97: Add Eject-CD button and Delete-Images Button in Copy-Data-Menu.
          Show errors even in small-process-view window.
	  cdrecord support for data-cd done.
17.10.97: chown all files generated by XCDRoast to the real uid and gid.
	  New Audio-Swap-Option for cdrecord. cdrecord-support fully 
	  implemented now. Audioread from TEAC-Drives should work now.
	  Made Mountcode more intelligent, detects busy mountpoints.
18.10.97: Include the new mkisofs-1.11.1.
          Release of beta1.
25.10.97: Mixed-Mode-Tracksize calculation fixed. Added Debug-switch.
29.10.97: Upgrade to Tcl/Tk 8.0.  Release of beta2.
31.10.97: Added more debug-output.  Release of beta3.
07.11.97: Fixed cdrecord install script. Fix Verify-Data-Track -> It accessed
	  the Data-Read-Device instead of the Audio-Read-Device.
	  Fixed IDE-CDROM lock problem. Cleanup Makefile.
08.11.97: Rewrote subprocess handling, cdrecord-wont-write-bug seems to
	  be fixed now. Added a mini-icon in the lib/logo directory.
	  Added experimental audio-read-speed-select for SCSI-3/MMC-Drives.
	  Release of beta4.
06.12.97: Included ET80b2 into X-CD-Roast distribution.
	  Warn user when he tries to copy a mixed-mode CD with copy-data-CD.
	  Fix write speed select with zero speed. New compile options
	  for playcdda...perhaps this will help some people.

Changes since 0.96c
-------------------
20.12.97: Base partition-code on sfdisk 3.06, fix bug when device-name
	  contained ",[ or ]. Make readcdda and playcdda working with
	  glibc again. Included cdrecord-1.6a7.
21.12.97: Wrote configure-script to make compiliation easier. Detect if
          sg-module is loaded. Warn user when the cdrecord-scsipatch
	  is not installed and more than one scsi-host is present. 
	  Let setup check if the user-entered paths are valid.
	  Some minor fixes here and there....
	  Release of Beta1	
25.12.97: Allow to set the library-directory of xcdroast from
	  the configure-script. Rewrite of configure-script.
27.12.97: Updated documentation. Minor fixes.
01.03.98: Started again to work on X-CD-Roast. Included cdrecord-1.6a11
	  and mkisofs-1.12b2. Added Joliet-Support. Various minor fixes.
03.03.98: Added Delete-Image to Master-Menu. Fix image-path-control in
	  Setup. Fix generic-scsi-module detection. Included new
	  icons by Tomi Sarvela <ts@@hartwall.fi>. Updated README.Compile
08.03.98: Fixed mkisofs-error. Support for cdrecord reload-medium-message.
	  Experimental support to write .wav and .au audio-files.
	  Small fixes.
	  Release of Beta4
18.04.98: Include final cdrecord-1.6 and mkisofs-1.12b3.
	  Some code cleanups (should compile fine on alpha now).
09.05.98: fix Ricoh MP2600S audio-byte-order and Philips Omniwriter 
	  read audio support. (thanx to Ondrej Popp <ondrej@geocities.com>)
	  BuildRoot-RPM support by Jon Klaren <jklaren@qualcomm.com>