home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / mkisofs.105 / source / changelog < prev    next >
Text File  |  1977-12-31  |  24KB  |  718 lines

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