home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / cdrom / Misc / 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 (version_string): Bump to 0.92.
  234.  
  235.     * mkisofs.c: Make sure path is an actual directory before trying
  236.     to scan it.
  237.  
  238.     * mkisofs.h: Add DECL and FDECL? macros for sparc like systems.
  239.     Do proper define of optind and optarg under SVr4.
  240.  
  241.     * tree.c: Change translation table name from YMTRANS.TBL to TRANS.TBL.
  242.  
  243.     * mkisofs.c: Neaten up message in extension record when RRIP is
  244.     in use.
  245.  
  246.     * Throughout - change all function declarations so that
  247.     traditional C compilers (i.e. sparc) will work.
  248.  
  249.     * Makefile: Change to use system default C compiler.
  250.  
  251.     * mkisofs.c: Add some stuff so that this will compile under VMS.
  252.     Many things missing for VMS still.
  253.  
  254.     * iso9660.h: Do not use zero length array in struct definition.
  255.  
  256.     * tree.c (sort_n_finish): Account for this.
  257.  
  258.     * Change copyright notice.
  259.  
  260.  
  261. Wed Aug 25 08:06:51 1993  Eric Youngdale  (eric@kafka)
  262.  
  263.         * mkisofs.c, Makefile (version_string): Bump to 0.91.
  264.  
  265.     * mkisofs.h: Only  include sys/dir.h for linux.  Other systems
  266.     will need other things.
  267.  
  268.     * mkisofs.c,  tree.c: Include unistd.h.
  269.  
  270.     * Makefile:  Use OBJS to define list of object files.
  271.  
  272. Sun Aug 22 20:55:17 1993  Eric Youngdale  (eric@kafka)
  273.  
  274.         * mkisofs.c, Makefile (version_string): Bump to 0.9.
  275.  
  276.     * write.c (iso_7*): Fix so that they work properly  on Motorola
  277.     systems. 
  278.  
  279. Fri Aug 20 00:14:36 1993  Eric Youngdale  (eric@kafka)
  280.  
  281.         * mkisofs.c, Makefile (version_string): Bump to 0.8.
  282.  
  283.     * rock.c: Do not mask off write permissions from posix file modes.
  284.  
  285. Wed Aug 18 09:02:12 1993  Eric Youngdale  (eric@kafka)
  286.  
  287.         * mkisofs.c, Makefile (version_string): Bump to 0.7.
  288.  
  289.         *  rock.c: Do not  write  NM field  for . and .. (redundant and a
  290.     waste of space).
  291.  
  292.     * mkisofs.c: Take -P and -p options for publisher and preparer id
  293.     fields.
  294.  
  295.     * write.c: Store  publisher and preparer id  in  volume
  296.     descriptor.
  297.  
  298.     * rock.c: Write  optional  SP field to identify  SUSP.  Write
  299.     optional CE field to point to the extension header.
  300.  
  301.     * tree.c: Request  SP and  CE fields be added to root directory.
  302.  
  303.         * tree.c: Fix bug in name conflict resolution.
  304.  
  305.         * write.c: Fill in date fields in the  colume descriptor.
  306.  
  307.         * write.c (write_one_file): If the file is large enough, write  in
  308.     chunks of 16 sectors to improve performance.
  309.  
  310.     * hash.c (add_hash, find_hash, etc): Do  not hash s_entry, instead
  311.     store relevant info in hash structure (we free s_entry  structs as
  312.     we write files, and we need to have access to the hash table  the
  313.     whole  way through.
  314.  
  315.     * write.c: Add a few statistics about directory sizes, RR sizes,
  316.     translation table sizes, etc.
  317.  
  318.     * tree.c: Use major, not MAJOR.  Same for minor.  Define S_ISSOCK
  319.     and S_ISLNK if not defined.
  320.  
  321.     * rock.c: Define S_ISLNK if not defined.
  322.  
  323.     * mkisofs.c: Print out max memory usage.  Fix bug in call to getopt.
  324.  
  325.         * mkisofs.c, Makefile (version_string): Bump to 0.6.
  326.  
  327.     * tree.c: Simplify the calculation of isorec.len,  isorec.name_len
  328.     and the calculation of the path table sizes by doing it all at
  329.     one point after  conflict resolution is done.
  330.  
  331.     * tree.c: scan_directory_tree is now  responsible for generating
  332.     the line that goes into the YMTRANS.TBL file.  These lines are
  333.     collected later  on into something that will be dumped to the
  334.     file. Correctly handle all of the special file types.
  335.  
  336. Mon Aug 16 21:59:47 1993  Eric Youngdale  (eric@kafka)
  337.  
  338.         * mkisofs.c, Makefile (version_string): Bump to 0.5.
  339.  
  340.     * mkisofs.c: Add -a option  (to force all files to be
  341.     transferred).  Remove find_file_hash stuff.
  342.  
  343.     * write.c: Pad length even if Rock Ridge is not in use.
  344.  
  345.     * hash.c: Rewrite hash_file_* stuff so that it  can be used to
  346.     easily  detect (and look up) filenames that have been  accepted
  347.     for use  in this directory.  Used for name collision detection.
  348.  
  349.     * tree.c (sort_n_finish): If two names collide, generate a unique
  350.     one (verified with the hash routines).  Change the lower priority
  351.     name if there is a difference.
  352.  
  353.  
  354.  
  355. Sat Aug 14 13:18:21 1993  Eric Youngdale  (eric@kafka)
  356.  
  357.         * mkisofs.c, Makefile (version_string): Bump to 0.4.
  358.  
  359.     * tree.c (load_translation_table): New  function - read
  360.     YMTRANS.TBL.  (scan_directory_tree) Call it.
  361.  
  362.     * mkisofs.c (iso9660_file_length): Call find_file_hash to see
  363.     if translated name is specified.  If so, use it.
  364.  
  365.     * hash.c (name_hash, add_file_hash, find_file_hash,
  366.     flush_file_hash): New functions for hashing stuff from
  367.     YMTRANS.TBL.
  368.  
  369.     * mkisofs.h: Add a bunch of prototypes for the new functions.
  370.  
  371.     * mkisofs.8: Update.
  372.  
  373.         * mkisofs.c, Makefile (version_string): Bump to 0.3.
  374.  
  375.         * Makefile: Add version number to tar file in dist target.
  376.  
  377.     * mkisofs.c: Call finish_cl_pl_entries() after directories have
  378.     been generated, and extent numbers assigned.
  379.  
  380.     * write.c (generate_one_directory): Update s_entry->size  for
  381.     directories (as well as isorec.size).
  382.  
  383.     * rock.c:  Add  code to generate CL, PL, and RE entries.  The
  384.     extent numbers for the CL and PL  entries are  NULL, and these
  385.     are filled in  later once we know where they actually belong.
  386.  
  387.     * mkisofs.h: Add parent_rec to directory_entry.  Used to fix CL/PL
  388.     stuff.
  389.  
  390.     * tree.c (scan_directory_tree): Set  flag to generate  CL/PL/RE
  391.     entries  as required, update sizes as well.
  392.  
  393. Fri Aug 13 19:49:30 1993  Eric Youngdale  (eric@kafka)
  394.  
  395.         * mkisofs.c (version_string): Bump to 0.2.
  396.  
  397.     * hash.c: Do not use entries with inode  == 0xffffffff or dev  ==
  398.     0xffff.
  399.  
  400.     * write.c (write_path_tables):  Strip leading directory specifications.
  401.  
  402.     * mkisofs.h: Add  definition for reloc_dir symbol.  Add prototype
  403.     for sort_n_finish, add  third parameter  to  scan_directory_tree
  404.     (for true parent, when directories are relocated).
  405.  
  406.     * mkisofs.c (main): Modify call to scan_directory_tree.  Call
  407.     sort_n_finish for reloc_dir.
  408.  
  409.     * tree.c (sort_n_finish): New function - moved code from
  410.     scan_directory_tree. 
  411.  
  412.     * tree.c (generate_reloc_directory): New function.  Generate
  413.     directory to hold relocated directories.
  414.  
  415.     * tree.c (scan_directory_tree): Strip leading directories when
  416.     generating this_dir->name.  If depth is  too great,  then move
  417.     directory to reloc_dir (creating if it does not exist, and leave
  418.     a dummy (non-directory) entry  in the regular directory  so that
  419.     we can eventually add the required Rock Ridge record.
  420.  
  421.     * tree.c (scan_directory_tree): Use s_entry instead of sort_dir,
  422.     assign to this_dir->contents sooner.
  423.  
  424. Thu Aug 12 22:38:17 1993  Eric Youngdale  (eric@kafka)
  425.  
  426.     * mkisofs.c (usage): Fix syntax.
  427.  
  428.     * mkisofs.c (main): Add new argument to scan_directory_tree
  429.  
  430.     * tree.c (scan_directory_tree): If directory is at  depth 8 or
  431.     more, create rr_moved directory in main directory.
  432.  
  433. Mon Jul 26 19:45:47 1993  Eric Youngdale  (eric@kafka)
  434.  
  435.     * mkisofs v 0.1 released.
  436.  
  437.