home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / cvs / changelo.g next >
Encoding:
Text File  |  1991-02-06  |  3.5 KB  |  90 lines

  1. Wed Feb  6 10:10:58 1991  Brian Berliner  (berliner at sun.com)
  2.  
  3.     * Changes from CVS 1.0 Patchlevel 1 to CVS 1.0 Patchlevel 2; also
  4.     known as "Changes from CVS 1.1 to CVS 1.2".
  5.  
  6.     * Major new support with this release is the ability to use the
  7.     recently-posted RCS 5.5 distribution with CVS 1.2.  See below for
  8.     other assorted bug-fixes that have been thrown in.
  9.  
  10.     * ChangeLog (new): Added Emacs-style change-log file to CVS 1.2
  11.     release.  Chronological description of changes between release.
  12.  
  13.     * README: Small fixes to installation instructions.  My email
  14.     address is now "berliner@sun.com".
  15.  
  16.     * src/Makefile: Removed "rcstime.h".  Removed "depend" rule.
  17.  
  18.     * src/partime.c:  Updated to RCS 5.5 version with hooks for CVS.
  19.     * src/maketime.c: Updated to RCS 5.5 version with hooks for CVS.
  20.     * src/rcstime.h:  Removed from the CVS 1.2 distribution.
  21.     Thanks to Paul Eggert <eggert@twinsun.com> for these changes.
  22.  
  23.     * src/checkin.csh: Support for RCS 5.5 parsing.
  24.     Thanks to Paul Eggert <eggert@twinsun.com> for this change.
  25.  
  26.     * src/collect_sets.c (Collect_Sets): Be quieter if "-f" option is
  27.     specified.  When checking out files on-top-of other files that CVS
  28.     doesn't know about, run a diff in the hopes that they are really
  29.     the same file before aborting.
  30.  
  31.     * src/commit.c (branch_number): Fix for RCS 5.5 parsing.
  32.     Thanks to Paul Eggert <eggert@twinsun.com> for this change.
  33.  
  34.     * src/commit.c (do_editor): Bug fix - fprintf missing argument
  35.     which sometimes caused core dumps.
  36.  
  37.     * src/modules.c (process_module): Properly NULL-terminate
  38.     update_dir[] in all cases.
  39.  
  40.     * src/no_difference.c (No_Difference): The wrong RCS revision was
  41.     being registered in certain (strange) cases.
  42.  
  43.     * src/patch.c (get_rcsdate): New algorithm.  No need to call
  44.     maketime() any longer.
  45.     Thanks to Paul Eggert <eggert@twinsun.com> for this change.
  46.  
  47.     * src/patchlevel.h: Increased patch level to "2".
  48.  
  49.     * src/subr.c (isdir, islink): Changed to compare stat mode bits
  50.     correctly.
  51.  
  52.     * src/tag.c (tag_file): Added support for following symbolic links
  53.     that are in the master source repository when tagging.  Made tag
  54.     somewhat quieter in certain cases.
  55.  
  56.     * src/update.c (update_process_lists): Unlink the user's file if it
  57.     was put on the Wlist, meaning that the user's file is not modified
  58.     and its RCS file has been removed by someone else.
  59.  
  60.     * src/update.c (update): Support for "cvs update dir" to correctly
  61.     just update the argument directory "dir".
  62.  
  63.     * src/cvs.h: Fixes for RCS 5.5 parsing.
  64.     * src/version_number.c (Version_Number): Fixes for parsing RCS 5.5
  65.     and older RCS-format files.
  66.     Thanks to Paul Eggert <eggert@twinsun.com> for these changes.
  67.  
  68.     * src/version_number.c (Version_Number): Bug fixes for "-f" option.
  69.     Bug fixes for parsing with certain branch numbers.  RCS
  70.     revision/symbol parsing is much more solid now.
  71.  
  72. Wed Feb 14 10:01:33 1990  Brian Berliner  (berliner at sun.com)
  73.  
  74.     * Changes from CVS 1.0 Patchlevel 0 to CVS 1.0 Patchlevel 1; also
  75.     known as "Changes from CVS 1.0 to CVS 1.1".
  76.  
  77.     * src/patch.c (get_rcsdate): Portability fix.  Replaced call to
  78.     timelocal() with call to maketime().
  79.  
  80. Mon Nov 19 23:15:11 1990  Brian Berliner  (berliner at prisma.com)
  81.  
  82.     * Sent CVS 1.0 release to comp.sources.unix moderator and FSF.
  83.  
  84.     * Special thanks to Dick Grune <dick@cs.vu.nl> for his work on the
  85.     1986 version of CVS and making it available to the world.  Dick's
  86.     version is available on uunet.uu.net in the
  87.     comp.sources.unix/volume6/cvs directory.
  88.  
  89. $Id: ChangeLog,v 1.1 91/02/06 18:29:01 berliner Exp $
  90.