home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / disk / mkisofs-1.00.7.lha / mkisofs / ChangeLog < prev    next >
Text File  |  1994-05-29  |  15KB  |  437 lines

  1. Fri Dec 31 13:22:52 1993  Eric Youngdale  (eric@esp22)
  2.  
  3.         * mkisofs.c, Makefile (version_string): Bump to 1.00.
  4.  
  5.     * tree.c (scan_directory_tree): Handle case where we do not
  6.     have permissions to open a directory.
  7.  
  8.     * write.c (xfwrite): New function - wrapper for fwrite,
  9.     except that we print message and punt if write fails.
  10.  
  11.     * write.c: Move include of mkisofs.h and iso9660.h until after
  12.     string.h and stdlib.h is included.
  13.  
  14.     * write.c: Do not attempt to use strerror on sun systems.
  15.  
  16. Thu Dec 9  13:17:28 1993  R.-D. Marzusch (marzusch@odiehh.hanse.de)
  17.  
  18.         * exclude.c, exclude.h: New files.  Contains list of files to
  19.     exclude from consideration.
  20.  
  21.     * Makefile: Compile exclude.c, add dependencies to other files.
  22.  
  23.     * mkisofs.8: Describe -x option.
  24.  
  25.     * mkisofs.c: Include exclude.h, handle -x option.
  26.  
  27.  
  28. Fri Dec 10 01:07:43 1993  Peter van der Veen (peterv@qnx.com)
  29.  
  30.      * mkisofs.c, mkisofs.h: Moved declaration of root_record.
  31.  
  32.      * mkisofs.h: Added prototype for get_733().
  33.  
  34.      * write.c(iso_write), tree.c, rock.c(generate_rock_ridge_attributes):
  35.      Added defines for QNX operation system
  36.  
  37.      * rock.c(generate_rock_ridge_attributes): symbolic links should
  38.      not have CONTINUE component flag set unless there are multiple
  39.      component records, and mkisofs does not generate these.
  40.      st_ctime was stored as the creation time, changed to attribute time.
  41.      QNX has a creation time, so that is stored as well under QNX.
  42.  
  43. Thu Oct 28 19:54:38 1993  Eric Youngdale  (eric@kafka)
  44.  
  45.         * mkisofs.c, Makefile (version_string): Bump to 0.99.
  46.  
  47.     * write.c(iso_write): Put hour, minute, second into date fields in
  48.     volume descriptor.
  49.  
  50.     * write.c (iso_write): Set file_structure_version to 1, instead of
  51.     ' ' (Seems to screw up Macs).
  52.  
  53. Sun Oct 17 01:13:36 1993  Eric Youngdale  (eric@kafka)
  54.  
  55.         * mkisofs.c, Makefile (version_string): Bump to 0.98.
  56.  
  57.     Increment nlink in root directory when rr_moved directory is present.
  58.  
  59.         * tree.c (increment_nlink): New function.
  60.  
  61.     * tree.c (finish_cl_pl_entries): Call increment_nlink for all
  62.     references to the root directory.
  63.  
  64.     * tree.c (root_statbuf): New variable.
  65.  
  66.     * tree.c (scan_directory_tree): Initialize root_statbuf when we
  67.     stat the root directory.
  68.  
  69.     * tree.c (generate_reloc_directory): Use root_statbuf when
  70.     generating the Rock Ridge stuff for the ".." entry in the
  71.     reloc_dir.
  72.  
  73.     * tree.c (scan_directory_tree): Use root_statbuf when generating
  74.     the ".." entry in the root directory.
  75.  
  76. Sat Oct 16 10:28:30 1993  Eric Youngdale  (eric@kafka)
  77.  
  78.     Fix path tables so that they are sorted.
  79.  
  80.     * tree.c (assign_directory_addresses): Move to write.c
  81.  
  82.     * write.c (generate_path_tables): Create an array of pointers to
  83.     the individual directories, and sort it based upon the name and
  84.     the parent path table index.  Then update all of the indexes and
  85.     repeat the sort until the path table indexes no longer need to be
  86.     changed, and then write the path table.
  87.  
  88.     Fix problem where hard links were throwing off the total extent count.
  89.  
  90.     * write.c (iso_write): Call assign_file_addresses, and then
  91.     use last_extent to determine how big the volume is.
  92.  
  93.     * write.c (generate_one_directory): Decrement n_data_extents
  94.     for hard links to non-directories so that the expected number
  95.     of extents is written correctly.
  96.  
  97.     * write.c(assign_file_addresses): New function.
  98.  
  99. Fri Oct 15 22:35:43 1993  Eric Youngdale  (eric@kafka)
  100.  
  101.     The standard says we should do these things:
  102.  
  103.     * tree.c (generate_reloc_directory): Add RR attributes to
  104.     the rr_moved directory.
  105.  
  106.     * mkisofs.c(main): Change ER text strings back to recommended
  107.     values.
  108.  
  109. Tue Oct 12 21:07:38 1993  Eric Youngdale  (eric@kafka)
  110.  
  111.         * mkisofs.c, Makefile (version_string): Bump to 0.97.  
  112.  
  113.     * tree.c (scan_directory_tree): Do not insert PL entry into
  114.     root directory record (i.e. !parent)
  115.  
  116.     * tree.c (finish_cl_pl_entries): Do not rely upon name
  117.     comparison to locate parent - use d_entry->self instead,
  118.     which is guaranteed to be correct.
  119.  
  120.     * mkisofs.h: New variable n_data_extents.
  121.  
  122.     * tree.c: Declare and initialize n_data_extents to 0.
  123.     (scan_directory_tree) for non-directories, add
  124.     ROUND_UP(statbuf.st_size) to n_data_extents.
  125.     (sort_n_finish): Increment n_data_extents for translation tables,
  126.     as appropriate.
  127.  
  128.     * write.c(iso_write): Add n_data_extents to the
  129.     volume_space_size field.
  130.  
  131.     * hash.c(add_hash): If size != 0 and extent == 0, or
  132.     if size == 0 and extent != 0, then complain about
  133.     inserting this into the hash table.  Kind of a sanity check.
  134.  
  135. Sat Oct  9 16:39:15 1993  Eric Youngdale  (eric@kafka)
  136.  
  137.         * mkisofs.c, Makefile (version_string): Bump to 0.96.  
  138.  
  139.     Numerous bugfixes, thanks to a one-off disc from rab@cdrom.com.
  140.  
  141.     * write.c(generate_one_directory): Wait until after we have
  142.     filled in the starting_extent field to s_entry before calling
  143.     add_hash.  This fixes a problem where the hash table gets an
  144.     extent of 0 for all regular files, and this turns up when you have
  145.     hard links on the disc. (The hash table allows us to have each
  146.     hard link point to the same extent on the cdrom, thereby saving
  147.     some space).
  148.  
  149.     * tree.c(scan_directory_tree): Set statbuf.st_dev and
  150.     statbuf.st_ino to the UNCACHED numbers for symlinks that we
  151.     are not following.  This prevents the function find_hash from
  152.     returning an inode that cooresponds to the file the symlink points
  153.     to, which in turn prevents generate_one_directory from filling in
  154.     a bogus file length (should be zero for symlinks).
  155.  
  156.     * tree.c(scan_directory_tree): Always call lstat for the file
  157.     so that non-RockRidge discs get correct treatment of symlinks.
  158.     Improve error message when we ignore a symlink on a non-RR disc.
  159.     
  160.     * write.c(generate_one_directory): Set fields for starting_extent
  161.     and size in the "." and ".." entries before we add them to the
  162.     file hash.  Fixes problems with incorrect backlinks for second
  163.     level directories.
  164.  
  165. Wed Oct  6 19:53:40 1993  Eric Youngdale  (eric@kafka)
  166.  
  167.     * write.c (write_one_file): Print message and punt if we are
  168.     unable to open the file.
  169.  
  170.     * tree.c(scan_directory_tree): For regular files, use the access
  171.     function to verify that the file is readable in the first place.
  172.     If not, issue a warning and skip it.  For directories, it probably
  173.     does not matter, since we would not be able to descend into them
  174.     in the first place.
  175.  
  176. Wed Sep 29 00:02:47 1993  Eric Youngdale  (eric@kafka)
  177.  
  178.         * mkisofs.c, Makefile (version_string): Bump to 0.95.
  179.  
  180.     * write.c, tree.c: Cosmetic changes to printed information.
  181.  
  182.         * tree.c(scan_directory_tree): Set size to zero for
  183.     special stub entries that correspond to the
  184.     relocated directories.  Hopefully last big bug.
  185.  
  186.     * mkisofs.h: Change TABLE_INODE, UNCACHED_* macros
  187.     to be 0x7fff... to be compatible with signed datatypes.
  188.  
  189. Mon Sep 27 20:14:49 1993  Eric Youngdale  (eric@kafka)
  190.  
  191.         * mkisofs.c, Makefile (version_string): Bump to 0.94.
  192.  
  193.     * write.c (write_path_tables): Actually search the
  194.     directory for the matching entry in case we renamed
  195.     the directory because of a name conflict.
  196.  
  197.     * tree.c(scan_directory_tree): Take directory_entry pointer
  198.     as second argument so that we can create a backpointer
  199.     in the directory structure that points back to the original
  200.     dir.
  201.  
  202.     * mkisofs.c: Fix call to scan_directory_tree to use new calling
  203.     sequence.
  204.  
  205.     * write.c(generate_one_directory): Punt if the last_extent counter
  206.     ever exceeds 700Mb/2048.  Print name of responsible file,
  207.     extent counter, and starting extent.  Perhaps we can catch it in
  208.     the act.
  209.  
  210. Sun Sep 26 20:58:05 1993  Eric Youngdale  (eric@kafka)
  211.  
  212.         * mkisofs.c, Makefile (version_string): Bump to 0.93.
  213.  
  214.     * tree.c(scan_directory_tree): Handle symlinks better.  Either
  215.     leave them as symlinks, or erase any trace that they were a
  216.     symlink but do not do it 1/2 way as before.  Also, watch for
  217.     directory loops created with symlinks.
  218.  
  219.     * mkisofs.h: Add new flag follow_links.
  220.  
  221.     * mkisofs.c: Add command line switch "-f" to toggle follow_links.
  222.  
  223.     * mkisofs.8: Document new switch.
  224.  
  225.     * tree.c: Add code to handle symlinks using new flag.
  226.  
  227.     * hash.c: Add add_directory_hash, find_directory_hash functions.
  228.  
  229.     * mkisofs.h: Add prototypes.
  230.  
  231. Sat Sep 25 14:26:31 1993  Eric Youngdale  (eric@kafka)
  232.  
  233.         * mkisofs.c, Makefile (ver