home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / ChangeLog < prev    next >
Text File  |  1997-03-21  |  28KB  |  841 lines

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