ChangeLog
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:28k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. Wed Nov  5 10:46:29 1997  Andreas Buschmann US/EC4 60/1F/110 #40409  <buschman@lts.sel.alcatel.de>
  2. Circumvent a bug in the SunOS / Solaris CD-ROM driver (and maybe HP/UX, too).
  3.        
  4.        * mkisofs.8 (-S): Document switch.
  5.        *  mkisofs.c (split_SL_field): new Variable, new switch -S.
  6.        *  mkisofs.h (split_SL_field): new Variable.
  7.        * rock.c (generate_rock_ridge_attributes): only split SL field,
  8.        when split_SL_field is set.
  9.  
  10. Tue Jun  3 15:32:21 1997  Andreas Buschmann <buschman@lts.sel.alcatel.de>
  11.  
  12.        Circumvent a bug in the SunOS CD-ROM driver (and maybee HP/UX, too).
  13.  
  14.        * mkisofs.8 (-s): Document switch.
  15.        * mkisofs.c (split_SL_component): new Variable, new switch -s.
  16.        * mkisofs.h (split_SL_component): new Variable.
  17.        * rock.c (generate_rock_ridge_attributes): only split SL
  18.        components, when split_SL_component is set.
  19.        
  20.        * defaults.h: Added SunOS string.
  21.        
  22. Wed Mar 19 16:50:17 1997  Fred Fish  <fnf@ninemoons.com>
  23. * Makefile.in (CFLAGS): Let configure set basic flags.  Move
  24. compilation option -c to actual CC commands.
  25. (LDFLAGS): Let configure set basic flags.
  26. (Makefile): Depends upon config.status, not configure.
  27. Regenerate if necessary from Makefile.in using config.status.
  28. (configure): Cd to srcdir before running autoconf.
  29. * acconfig.h: New file to hold nonstandard entries used in
  30. config.h.in.  Used by autoheader to generate config.h.in.
  31. * config.h.in: Regenerated with autoheader.
  32. * configure.in: Check for existance of sbrk() function.
  33. * configure: Regenerated with autoconf 2.12.
  34. * fnmatch.c (FMN_FILE_NAME): Define if not already defined.
  35. (FNM_LEADING_DIR): Ditto.
  36. (FNM_CASEFOLD): Ditto.
  37. * mkisofs.c (main): Only use sbrk() if system supports it.
  38. Fri Mar 14 21:54:37 1997  Eric Youngdale  <eric@andante.jic.com>
  39. * Bump version number to 1.10, public release.
  40. * Put entire thing under RCS.  History is buried there now.
  41. * Fix bug involving empty directories, translation tables and
  42. malloc(0).
  43. Mon Feb 17 12:44:03 1997  Eric Youngdale  <eric@andante.jic.com>
  44. * Bump version number to 1.10b7.
  45. * Makefile.in, configure.in, config.in: Change to use GNU autoconf.
  46. * Configure: Delete old configuration script.
  47. * tree.c: Fix bug where we had a rename limit of 1000 files
  48. instead of 0x1000.
  49. * mkisofs.c: Fix sign of timezone offset.  Linux iso filesystem
  50. also need to be fixed, unfortunately.
  51. Tue Dec  3 22:21:21 1996  Eric Youngdale  <eric@sub2317.jic.com>
  52. Fixed a couple of multi-session bugs.  Discs now seem to
  53. work on both Solaris and Windows-NT.
  54. * Bump version number to 1.10b6.
  55. Tue Dec  3 22:21:21 1996  Eric Youngdale  <eric@sub2317.jic.com>
  56. Multi-session stuff *almost* there.  Discs seem to work
  57. under Linux without any problem, but under DOS only
  58. the first session is seen.  The patch to write.c
  59. inspired by disc written by Windows generated multi-session
  60. disc, which will hopefully make the discs usable under
  61. DOS as well.
  62. * Bump version number to 1.10b5.
  63. * write.c: use size of new session, not total of all sessions
  64. in volume_space_size field.
  65. * mkisofs.8: Update with current location of cdwrite.
  66. Mon Nov  4 23:45:01 1996  Eric Youngdale  <eric@sub2317.jic.com>
  67. * Bump version number to 1.10b4.
  68. * Add cdwrite.c.diff file, which provides a very crude, minimal
  69. interface between mkisofs and cdwrite.  It should be enough to
  70. generate a multi-session disc, but it hasn't been tested yet.
  71. Thu Oct 17 00:39:52 1996  Eric Youngdale  <eric@sub2317.jic.com>
  72. * Bump version number to 1.10b3.
  73. Wed Oct 16 23:40:44 1996  Michael Fulbright <msf@redhat.com>
  74. Add support for 'El Torito' specification which allows for bootable
  75. cdroms.
  76. * Makefile.in: Add eltorito.[c,o].
  77. * defaults.h: Add default settings for El Torito related things.
  78. * iso9660.h: Add structure definitions for El Torito.
  79. * mkisofs.8: Document new options.
  80. * mkisofs.c: Add support for new options related to El Torito.
  81. * mkisofs.h: Add definitions, prototypes as required.
  82. * tree.c: Add search_tree_file function to search for a specified
  83. file.
  84. * write.c: Add support for writing special records for El Torito.
  85. * eltorito.c: New file.
  86. Wed Oct 16 23:40:44 1996  Eric Youngdale  <eric@sub2317.jic.com>
  87. * rock.c: Fix bug whereby we made assumptions about how
  88. dev_t was split into major/minor.  Use major() and minor()
  89. macros to do this for us, since each system should
  90. do this correctly.
  91. * write.c: Fix bug whereby abstract, copyright and appid
  92. strings were not properly filled if application ID weren't
  93. in use.
  94. Sun Sep 29 10:05:10 1996  Eric Youngdale  <eric@sub2317.jic.com>
  95. * Bump version number to 1.10b2.  Minor bug fixes here
  96. and there.
  97. Sun Sep 15 18:54:05 1996  Eric Youngdale  <eric@sub2317.jic.com>
  98. * Bump version number to 1.10b1.  Major new functionality is
  99. support for multi-session.  Still a bit preliminary, but
  100. most of the pieces are there now.
  101. Wed Dec 20 16:44:44 1995  Eric Youngdale  (eric@andante.aib.com)
  102.         * mkisofs.c, mkisofs.8, Makefile (version_string): Bump to 1.05.
  103. * rock.c: Bugfix for cases where sizeof(int) == 4 and
  104. sizeof(dev_t) > 4.
  105. * rock.c: Bugfix for long symbolic links ('/' characters were
  106. being dropped).
  107. Patches from Peter Miller <pmiller@agso.gov.au>:
  108. * mkisofs.8: Documentation fix (some versions of nroff don't
  109. like '.' in column 1 if it is not a nroff command).
  110. * mkisofs.c: Add support for 'rationalize' option.
  111. Similar to rock ridge, except echos of development environment
  112. are removed.
  113. * write.c Status indicator now indicates percent finished, and
  114. estimated time of completion.
  115. Sun Feb 26 01:52:06 1995  Eric Youngdale  (eric@largo)
  116. * Add patches from Ross Biro to allow you to merge arbitrary
  117. trees into the image.  This is not compiled in by default but
  118. you need to add -DADD_FILES when compiling.
  119. Fri Feb 17 02:29:03 1995  Paul Eggert  <eggert@twinsun.com>
  120. * tree.c: Port to Solaris 2.4.  Prefer <sys/mkdev.h> if
  121. HASMKDEV.  Cast unknown integer types to unsigned long and
  122. print them with %lu or %lx.
  123. Thu Jan 26 15:25:00 1995  H. Peter Anvin  (hpa@yggdrasil.com)
  124. * mkisofs.c: Substitute underscore for leading dot in non-Rock
  125. Ridge filenames, since MS-DOS cannot read files whose names
  126. begin with a period.
  127. Mon Jan 16 18:31:41 1995  Eric Youngdale  (eric@aib.com)
  128. * rock.c (generate_rock_ridge_attributes): Only use ROOT
  129. record for symlinks if we are at the start of the symlink.
  130. Otherwise just generate an empty entry.
  131. Mon Jan 16 16:19:50 1995  Eric Youngdale  (eric@aib.com)
  132. * diag/isodump.c: Use isonum_733 instead of trying to dereference
  133. pointers when trying to decode 733 numbers in the iso9660 image.
  134. * diag/isovfy.c: Likewise.
  135. * write.c: Always assign an extent number, even for zero length
  136. files.  A zero length file with a NULL extent is apparently dropped
  137. by many readers.
  138. Wed Jan 11 13:46:50 1995  Eric Youngdale  (eric@aib.com)
  139. * mkisofs.c: Modify extension record to conform to IEEE P1282
  140. specifications.  This is commented out right now, but a trivial
  141. change to a #define enables this.   I need to see the specs
  142. to see whether anything else changed before this becomes final.
  143. * write.c (FDECL4): Fix so that we properly determine error
  144. conditions.
  145. * mkisofs.h: Change rr_attributes to unsigned.
  146. * tree.c(increment_nlink): Change pnt since rr_attributes is now
  147.   unsigned.
  148. Ultrix patches from petav@argon.e20.physik.tu-muenchen.de (Peter Averkamp)
  149. * rock.c: Fix for ultrix systems, we have 64 bit device numbers.
  150. Type cast when generating file size.  Change rr_attributes to
  151. unsigned.
  152. * mkisofs.c: For ultrix systems, define our own function
  153. for strdup.  
  154. * mkisofs.c: Fix usage() since some compilers do not concatenate
  155. strings properly (i.e. ultrix).
  156. Bugs found with Sentinel II:
  157. * write.c: Fix a couple of memory leaks.
  158. * mkisofs.c: Bugfix - always put a zero byte at end of name
  159. for ".." entry.
  160. * tree.c: Set isorec.date from fstatbuf.st_ctime, not current_time,
  161.   since current_time might not be set.
  162. Sat Dec  3 14:55:42 1994  Eric Youngdale  (eric@andante)
  163. * mkisofs.c: When returning entry for ".." file, set second byte
  164. to 0.
  165. * write.c: Free name and rr_attributes fields when writing.
  166. Mon Nov 28 13:36:27 1994  Eric Youngdale  (eric@andante)
  167. * mkisofs.h: Change rr_attributes to unsigned.
  168. * rock.c: Ditto.  Work around >>32 bug in ultrix for 64 bit data types.
  169. * mkisofs.c (usage): Fix for ultrix - use continuation lines
  170. instead of assuming that strings are catenated by the compiler.
  171. Mon Jun 20 20:25:26 1994  Eric Youngdale  (eric@esp22)
  172.         * mkisofs.c, mkisofs.8, Makefile (version_string): Bump to pre-1.02.
  173. * mkisofs.h: Fix declaration of e_malloc to use DECL macros.
  174. * tree.c: Fix bug in previous change.
  175. * diag/*.c: Add appropriate copyright notices.
  176. Sat Apr  9 13:30:46 1994  Eric Youngdale  (ericy@cais.com)
  177.         * Configure: New file - shell script that determines a bunch of
  178. things to properly build mkisofs.
  179. * Makefile.in: New file - copy of Makefile, but Configure sets a
  180. few things up for it.
  181. * tree.c: Do not depend upon opendir to return NULL if we cannot
  182. open a directory - actually try and read the first entry.  The
  183. foibles of NFS seem to require this.
  184. * write.c: Fix definition of xfwrite (Use FDECL4)
  185. Add some changes to allow more configurability of some of the
  186. volume header fields:
  187. * mkisofs.8: Document new configuration options.
  188. * mkisofs.c: Add variables to hold new fields.  Add function to
  189. read .mkisofsrc files.
  190. * defaults.h: Another way of configuring the same things.
  191. Add some changes from Leo Weppelman leo@ahwau.ahold.nl.
  192. * mkisofs.c:  Allow -A to specify application ID.  Fix usage(),
  193. getopt and add case switch.
  194. * rock.c: Fix handling of device numbers (dev_t high should only
  195. be used when sizeof(dev_t) > 32 bits).
  196. Add a bunch of changes from Manuel Bouyer.
  197. * diag/Makefile: New file.
  198. * diag/dump.c, diag/isodump.c: Use termios if system supports it.
  199. * (throughout): Replace all occurences of "malloc" with e_malloc.
  200. * mkisofs.c:  For NetBSD, attempt to increase the rlimit for
  201. the size of the data segment to about 33 Mb.
  202. * mkisofs.c (e_malloc): New function.  Calls malloc, and prints
  203. nice error message and exits if NULL is returned.
  204. Sun Jan 23 19:23:57 1994  Eric Youngdale  (eric@esp22)
  205.         * mkisofs.c, mkisofs.8, Makefile (version_string): Bump to 1.01.
  206.     Add a bunch of stuff so that mkisofs will work on a VMS system.
  207. * (ALL): Change any direct use of the "st_ino" field from
  208. the statbuf to use a macro.
  209. * mkisofs.h: Define appropriate macros for both VMS and unix.
  210. * (ALL): Add type casts whenever we use the UNCACHED_DEV macro.
  211. * rock.c: Wrap a #ifndef VMS around block and character device
  212. stuff.
  213. * write.c: Add prototype for strdup if VMS is defined.
  214. * make.com: Script for building mkisofs on a VMS system.
  215. * Makefile: Include make.com in the distribution.
  216. * mkisofs.c: Include <sys/type.h> on VMS systems.
  217. * tree.c: Include <sys/file.h> and "vms.h" on VMS systems.
  218. * mkisofs.h (PATH_SEPARATOR, SPATH_SEPARATOR):  New macros
  219. that define the ascii character that separates the last directory
  220. component from the filename.
  221. * tree.c, mkisofs.c: Use them.
  222. * vms.c: New file.  Contains version of getopt, strdup, opendir,
  223. readdir and closedir.
  224. * vms.h: New file.  Defines S_IS* macros.  Define gmtime as
  225. localtime, since gmtime under VMS returns NULL.
  226. Sat Jan 15 13:57:42 1994  Eric Youngdale  (eric@esp22)
  227. * mkisofs.h (transparent_compression): New prototype.
  228. * mkisofs.c (transparent_compression): Declare, use
  229. '-z' option to turn on.
  230. * tree.c: Change TRANS.TBL;1 to TRANS.TBL (version gets
  231. added later, if required).
  232. * rock.c: If transparent compression requested, verify
  233. file is really suitable (check magic numbers), and extract
  234. correct file length to store in SUSP record.
  235. Sat Jan 15 01:57:42 1994  Eric Youngdale  (eric@esp22)
  236. * write.c (compare_dirs): Bugfix for patch from Jan 6.
  237. * mkisofs.h (struct directory_entry): Add element total_rr_attr_size.
  238. (struct file_hash): Add element ce_bytes.
  239. * write.c (iso_write): Update last_extent_written, as required,
  240. and check it against last_extent as a sanity check.
  241. (generate_one_directory): If ce_bytes is non-zero, allocate
  242. a buffer and fill it with the CE records.  Also, update
  243. the extent and offset entries in the CE SUSP field and
  244. output after directory is written.
  245. (assign_directory_addresses): Allow for CE sectors after each
  246. directory.
  247. * tree.c (sort_n_finish): Set field ce_bytes by summing
  248. the sizes of all CE blocks in each files RR attributes.
  249. Do not count these bytes for main directory.
  250. * rock.c (generate_rock_ridge_attributes): Generate
  251. CE entries to break up large records into manageable sizes.
  252. Allow long names to be split, and allow long symlinks to be split.
  253. Allow splitting before each SUSP field as well, to make
  254. sure we do not screw outselves.
  255. Thu Jan  6 21:47:43 1994  Eric Youngdale  (eric@esp22)
  256.     Bugfix.
  257. * write.c (compare_dirs): Only compare directory names up to
  258. the ';' for the version number.
  259.     Add four new options: (1) Full 31 character filenames,
  260.     (2) Omit version number, (3) Omit trailing period from filenames,
  261.     (4) Skip deep directory relocation.
  262. * iso9660.h: Allow 34 characters for filename.
  263. * mkisofs.8: Update for new options.
  264. * mkisofs.c: Add flag variables for new options.
  265. Mention new options in usage(), tell getopt about
  266. new options, and set appropriate flags when
  267. new options are specified.
  268. * mkisofs.c (iso9660_file_length): Implement new options.
  269. * mkisofs.h: Declare flag variables for new options.
  270. * tree.c (sort_n_finish): Increase declaration of newname and
  271. rootname to 34 characters.  If full_iso9660_filenames in effect,
  272. use different rules for making unique names.
  273. * tree.c (scan_directory_tree): Use RR_relocation_depth instead of
  274. constant for threshold for starting deep directory relocation.
  275. Wed Jan  5 01:32:34 1994  John Brezak (brezak@ch.hp.com)
  276. * Makefile.bsd: New file.  For NetBSD.
  277. * rock.c, tree.c: Do not include sys/sysmacros.h for NetBSD.
  278. Fri Dec 31 13:22:52 1993  Eric Youngdale  (eric@esp22)
  279.         * mkisofs.c, mkisofs.8, Makefile (version_string): Bump to 1.00.
  280. * tree.c (scan_directory_tree): Handle case where we do not
  281. have permissions to open a directory.
  282. * write.c (xfwrite): New function - wrapper for fwrite,
  283. except that we print message and punt if write fails.
  284. * write.c: Move include of mkisofs.h and iso9660.h until after
  285. string.h and stdlib.h is included.
  286. * write.c: Do not attempt to use strerror on sun systems.
  287. Thu Dec 9  13:17:28 1993  R.-D. Marzusch (marzusch@odiehh.hanse.de)
  288.         * exclude.c, exclude.h: New files.  Contains list of files to
  289. exclude from consideration.
  290. * Makefile: Compile exclude.c, add dependencies to other files.
  291. * mkisofs.8: Describe -x option.
  292. * mkisofs.c: Include exclude.h, handle -x option.
  293. Fri Dec 10 01:07:43 1993  Peter van der Veen (peterv@qnx.com)
  294.  
  295.   * mkisofs.c, mkisofs.h: Moved declaration of root_record.
  296.  
  297.   * mkisofs.h: Added prototype for get_733().
  298.  
  299.   * write.c(iso_write), tree.c, rock.c(generate_rock_ridge_attributes):
  300.   Added defines for QNX operation system
  301.  
  302.   * rock.c(generate_rock_ridge_attributes): symbolic links should
  303.   not have CONTINUE component flag set unless there are multiple
  304.   component records, and mkisofs does not generate these.
  305.   st_ctime was stored as the creation time, changed to attribute time.
  306.   QNX has a creation time, so that is stored as well under QNX.
  307.  
  308. Thu Oct 28 19:54:38 1993  Eric Youngdale  (eric@kafka)
  309.         * mkisofs.c, Makefile (version_string): Bump to 0.99.
  310. * write.c(iso_write): Put hour, minute, second into date fields in
  311. volume descriptor.
  312. * write.c (iso_write): Set file_structure_version to 1, instead of
  313. ' ' (Seems to screw up Macs).
  314. Sun Oct 17 01:13:36 1993  Eric Youngdale  (eric@kafka)
  315.         * mkisofs.c, Makefile (version_string): Bump to 0.98.
  316.     Increment nlink in root directory when rr_moved directory is present.
  317.         * tree.c (increment_nlink): New function.
  318. * tree.c (finish_cl_pl_entries): Call increment_nlink for all
  319. references to the root directory.
  320. * tree.c (root_statbuf): New variable.
  321. * tree.c (scan_directory_tree): Initialize root_statbuf when we
  322. stat the root directory.
  323. * tree.c (generate_reloc_directory): Use root_statbuf when
  324. generating the Rock Ridge stuff for the ".." entry in the
  325. reloc_dir.
  326. * tree.c (scan_directory_tree): Use root_statbuf when generating
  327. the ".." entry in the root directory.
  328. Sat Oct 16 10:28:30 1993  Eric Youngdale  (eric@kafka)
  329.     Fix path tables so that they are sorted.
  330. * tree.c (assign_directory_addresses): Move to write.c
  331. * write.c (generate_path_tables): Create an array of pointers to
  332. the individual directories, and sort it based upon the name and
  333. the parent path table index.  Then update all of the indexes and
  334. repeat the sort until the path table indexes no longer need to be
  335. changed, and then write the path table.
  336.     Fix problem where hard links were throwing off the total extent count.
  337. * write.c (iso_write): Call assign_file_addresses, and then
  338. use last_extent to determine how big the volume is.
  339. * write.c (generate_one_directory): Decrement n_data_extents
  340. for hard links to non-directories so that the expected number
  341. of extents is written correctly.
  342. * write.c(assign_file_addresses): New function.
  343. Fri Oct 15 22:35:43 1993  Eric Youngdale  (eric@kafka)
  344.     The standard says we should do these things:
  345. * tree.c (generate_reloc_directory): Add RR attributes to
  346. the rr_moved directory.
  347. * mkisofs.c(main): Change ER text strings back to recommended
  348. values.
  349. Tue Oct 12 21:07:38 1993  Eric Youngdale  (eric@kafka)
  350.         * mkisofs.c, Makefile (version_string): Bump to 0.97.  
  351. * tree.c (scan_directory_tree): Do not insert PL entry into
  352. root directory record (i.e. !parent)
  353. * tree.c (finish_cl_pl_entries): Do not rely upon name
  354. comparison to locate parent - use d_entry->self instead,
  355. which is guaranteed to be correct.
  356. * mkisofs.h: New variable n_data_extents.
  357. * tree.c: Declare and initialize n_data_extents to 0.
  358. (scan_directory_tree) for non-directories, add
  359. ROUND_UP(statbuf.st_size) to n_data_extents.
  360. (sort_n_finish): Increment n_data_extents for translation tables,
  361. as appropriate.
  362. * write.c(iso_write): Add n_data_extents to the
  363. volume_space_size field.
  364. * hash.c(add_hash): If size != 0 and extent == 0, or
  365. if size == 0 and extent != 0, then complain about
  366. inserting this into the hash table.  Kind of a sanity check.
  367. Sat Oct  9 16:39:15 1993  Eric Youngdale  (eric@kafka)
  368.         * mkisofs.c, Makefile (version_string): Bump to 0.96.  
  369. Numerous bugfixes, thanks to a one-off disc from rab@cdrom.com.
  370. * write.c(generate_one_directory): Wait until after we have
  371. filled in the starting_extent field to s_entry before calling
  372. add_hash.  This fixes a problem where the hash table gets an
  373. extent of 0 for all regular files, and this turns up when you have
  374. hard links on the disc. (The hash table allows us to have each
  375. hard link point to the same extent on the cdrom, thereby saving
  376. some space).
  377. * tree.c(scan_directory_tree): Set statbuf.st_dev and
  378. statbuf.st_ino to the UNCACHED numbers for symlinks that we
  379. are not following.  This prevents the function find_hash from
  380. returning an inode that cooresponds to the file the symlink points
  381. to, which in turn prevents generate_one_directory from filling in
  382. a bogus file length (should be zero for symlinks).
  383. * tree.c(scan_directory_tree): Always call lstat for the file
  384. so that non-RockRidge discs get correct treatment of symlinks.
  385. Improve error message when we ignore a symlink on a non-RR disc.
  386. * write.c(generate_one_directory): Set fields for starting_extent
  387. and size in the "." and ".." entries before we add them to the
  388. file hash.  Fixes problems with incorrect backlinks for second
  389. level directories.
  390. Wed Oct  6 19:53:40 1993  Eric Youngdale  (eric@kafka)
  391. * write.c (write_one_file): Print message and punt if we are
  392. unable to open the file.
  393. * tree.c(scan_directory_tree): For regular files, use the access
  394. function to verify that the file is readable in the first place.
  395. If not, issue a warning and skip it.  For directories, it probably
  396. does not matter, since we would not be able to descend into them
  397. in the first place.
  398. Wed Sep 29 00:02:47 1993  Eric Youngdale  (eric@kafka)
  399.         * mkisofs.c, Makefile (version_string): Bump to 0.95.
  400. * write.c, tree.c: Cosmetic changes to printed information.
  401.         * tree.c(scan_directory_tree): Set size to zero for
  402. special stub entries that correspond to the
  403. relocated directories.  Hopefully last big bug.
  404. * mkisofs.h: Change TABLE_INODE, UNCACHED_* macros
  405. to be 0x7fff... to be compatible with signed datatypes.
  406. Mon Sep 27 20:14:49 1993  Eric Youngdale  (eric@kafka)
  407.         * mkisofs.c, Makefile (version_string): Bump to 0.94.
  408. * write.c (write_path_tables): Actually search the
  409. directory for the matching entry in case we renamed
  410. the directory because of a name conflict.
  411. * tree.c(scan_directory_tree): Take directory_entry pointer
  412. as second argument so that we can create a backpointer
  413. in the directory structure that points back to the original
  414. dir.
  415. * mkisofs.c: Fix call to scan_directory_tree to use new calling
  416. sequence.
  417. * write.c(generate_one_directory): Punt if the last_extent counter
  418. ever exceeds 700Mb/2048.  Print name of responsible file,
  419. extent counter, and starting extent.  Perhaps we can catch it in
  420. the act.
  421. Sun Sep 26 20:58:05 1993  Eric Youngdale  (eric@kafka)
  422.         * mkisofs.c, Makefile (version_string): Bump to 0.93.
  423. * tree.c(scan_directory_tree): Handle symlinks better.  Either
  424. leave them as symlinks, or erase any trace that they were a
  425. symlink but do not do it 1/2 way as before.  Also, watch for
  426. directory loops created with symlinks.
  427. * mkisofs.h: Add new flag follow_links.
  428. * mkisofs.c: Add command line switch "-f" to toggle follow_links.
  429. * mkisofs.8: Document new switch.
  430. * tree.c: Add code to handle symlinks using new flag.
  431. * hash.c: Add add_directory_hash, find_directory_hash functions.
  432. * mkisofs.h: Add prototypes.
  433. Sat Sep 25 14:26:31 1993  Eric Youngdale  (eric@kafka)
  434.         * mkisofs.c, Makefile (version_string): Bump to 0.92.
  435. * mkisofs.c: Make sure path is an actual directory before trying
  436. to scan it.
  437. * mkisofs.h: Add DECL and FDECL? macros for sparc like systems.
  438. Do proper define of optind and optarg under SVr4.
  439. * tree.c: Change translation table name from YMTRANS.TBL to TRANS.TBL.
  440. * mkisofs.c: Neaten up message in extension record when RRIP is
  441. in use.
  442. * Throughout - change all function declarations so that
  443. traditional C compilers (i.e. sparc) will work.
  444. * Makefile: Change to use system default C compiler.
  445. * mkisofs.c: Add some stuff so that this will compile under VMS.
  446. Many things missing for VMS still.
  447. * iso9660.h: Do not use zero length array in struct definition.
  448. * tree.c (sort_n_finish): Account for this.
  449. * Change copyright notice.
  450. Wed Aug 25 08:06:51 1993  Eric Youngdale  (eric@kafka)
  451.         * mkisofs.c, Makefile (version_string): Bump to 0.91.
  452. * mkisofs.h: Only  include sys/dir.h for linux.  Other systems
  453. will need other things.
  454. * mkisofs.c,  tree.c: Include unistd.h.
  455. * Makefile:  Use OBJS to define list of object files.
  456. Sun Aug 22 20:55:17 1993  Eric Youngdale  (eric@kafka)
  457.         * mkisofs.c, Makefile (version_string): Bump to 0.9.
  458. * write.c (iso_7*): Fix so that they work properly  on Motorola
  459. systems. 
  460. Fri Aug 20 00:14:36 1993  Eric Youngdale  (eric@kafka)
  461.         * mkisofs.c, Makefile (version_string): Bump to 0.8.
  462. * rock.c: Do not mask off write permissions from posix file modes.
  463. Wed Aug 18 09:02:12 1993  Eric Youngdale  (eric@kafka)
  464.         * mkisofs.c, Makefile (version_string): Bump to 0.7.
  465.         *  rock.c: Do not  write  NM field  for . and .. (redundant and a
  466. waste of space).
  467. * mkisofs.c: Take -P and -p options for publisher and preparer id
  468. fields.
  469. * write.c: Store  publisher and preparer id  in  volume
  470. descriptor.
  471. * rock.c: Write  optional  SP field to identify  SUSP.  Write
  472. optional CE field to point to the extension header.
  473. * tree.c: Request  SP and  CE fields be added to root directory.
  474.         * tree.c: Fix bug in name conflict resolution.
  475.         * write.c: Fill in date fields in the  colume descriptor.
  476.         * write.c (write_one_file): If the file is large enough, write  in
  477. chunks of 16 sectors to improve performance.
  478. * hash.c (add_hash, find_hash, etc): Do  not hash s_entry, instead
  479. store relevant info in hash structure (we free s_entry  structs as
  480. we write files, and we need to have access to the hash table  the
  481. whole  way through.
  482. * write.c: Add a few statistics about directory sizes, RR sizes,
  483. translation table sizes, etc.
  484. * tree.c: Use major, not MAJOR.  Same for minor.  Define S_ISSOCK
  485. and S_ISLNK if not defined.
  486. * rock.c: Define S_ISLNK if not defined.
  487. * mkisofs.c: Print out max memory usage.  Fix bug in call to getopt.
  488.         * mkisofs.c, Makefile (version_string): Bump to 0.6.
  489. * tree.c: Simplify the calculation of isorec.len,  isorec.name_len
  490. and the calculation of the path table sizes by doing it all at
  491. one point after  conflict resolution is done.
  492. * tree.c: scan_directory_tree is now  responsible for generating
  493. the line that goes into the YMTRANS.TBL file.  These lines are
  494. collected later  on into something that will be dumped to the
  495. file. Correctly handle all of the special file types.
  496. Mon Aug 16 21:59:47 1993  Eric Youngdale  (eric@kafka)
  497.         * mkisofs.c, Makefile (version_string): Bump to 0.5.
  498. * mkisofs.c: Add -a option  (to force all files to be
  499. transferred).  Remove find_file_hash stuff.
  500. * write.c: Pad length even if Rock Ridge is not in use.
  501. * hash.c: Rewrite hash_file_* stuff so that it  can be used to
  502. easily  detect (and look up) filenames that have been  accepted
  503. for use  in this directory.  Used for name collision detection.
  504. * tree.c (sort_n_finish): If two names collide, generate a unique
  505. one (verified with the hash routines).  Change the lower priority
  506. name if there is a difference.
  507. Sat Aug 14 13:18:21 1993  Eric Youngdale  (eric@kafka)
  508.         * mkisofs.c, Makefile (version_string): Bump to 0.4.
  509. * tree.c (load_translation_table): New  function - read
  510. YMTRANS.TBL.  (scan_directory_tree) Call it.
  511. * mkisofs.c (iso9660_file_length): Call find_file_hash to see
  512. if translated name is specified.  If so, use it.
  513. * hash.c (name_hash, add_file_hash, find_file_hash,
  514. flush_file_hash): New functions for hashing stuff from
  515. YMTRANS.TBL.
  516. * mkisofs.h: Add a bunch of prototypes for the new functions.
  517. * mkisofs.8: Update.
  518.         * mkisofs.c, Makefile (version_string): Bump to 0.3.
  519.         * Makefile: Add version number to tar file in dist target.
  520. * mkisofs.c: Call finish_cl_pl_entries() after directories have
  521. been generated, and extent numbers assigned.
  522. * write.c (generate_one_directory): Update s_entry->size  for
  523. directories (as well as isorec.size).
  524. * rock.c:  Add  code to generate CL, PL, and RE entries.  The
  525. extent numbers for the CL and PL  entries are  NULL, and these
  526. are filled in  later once we know where they actually belong.
  527. * mkisofs.h: Add parent_rec to directory_entry.  Used to fix CL/PL
  528. stuff.
  529. * tree.c (scan_directory_tree): Set  flag to generate  CL/PL/RE
  530. entries  as required, update sizes as well.
  531. Fri Aug 13 19:49:30 1993  Eric Youngdale  (eric@kafka)
  532.         * mkisofs.c (version_string): Bump to 0.2.
  533. * hash.c: Do not use entries with inode  == 0xffffffff or dev  ==
  534. 0xffff.
  535. * write.c (write_path_tables):  Strip leading directory specifications.
  536. * mkisofs.h: Add  definition for reloc_dir symbol.  Add prototype
  537. for sort_n_finish, add  third parameter  to  scan_directory_tree
  538. (for true parent, when directories are relocated).
  539. * mkisofs.c (main): Modify call to scan_directory_tree.  Call
  540. sort_n_finish for reloc_dir.
  541. * tree.c (sort_n_finish): New function - moved code from
  542. scan_directory_tree. 
  543. * tree.c (generate_reloc_directory): New function.  Generate
  544. directory to hold relocated directories.
  545. * tree.c (scan_directory_tree): Strip leading directories when
  546. generating this_dir->name.  If depth is  too great,  then move
  547. directory to reloc_dir (creating if it does not exist, and leave
  548. a dummy (non-directory) entry  in the regular directory  so that
  549. we can eventually add the required Rock Ridge record.
  550. * tree.c (scan_directory_tree): Use s_entry instead of sort_dir,
  551. assign to this_dir->contents sooner.
  552. Thu Aug 12 22:38:17 1993  Eric Youngdale  (eric@kafka)
  553. * mkisofs.c (usage): Fix syntax.
  554. * mkisofs.c (main): Add new argument to scan_directory_tree
  555. * tree.c (scan_directory_tree): If directory is at  depth 8 or
  556. more, create rr_moved directory in main directory.
  557. Mon Jul 26 19:45:47 1993  Eric Youngdale  (eric@kafka)
  558. * mkisofs v 0.1 released.