aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs/contrib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/contrib/ChangeLog')
-rw-r--r--contrib/cvs/contrib/ChangeLog121
1 files changed, 121 insertions, 0 deletions
diff --git a/contrib/cvs/contrib/ChangeLog b/contrib/cvs/contrib/ChangeLog
index d1ae3319f631..f97ab64676c6 100644
--- a/contrib/cvs/contrib/ChangeLog
+++ b/contrib/cvs/contrib/ChangeLog
@@ -1,3 +1,124 @@
+2002-03-21 Derek Price <oberon@umich.edu>
+
+ * Makefile.am (install-data-local): Import a patch from RedHat which
+ was no longer necessary but causes a FIXME to print - maybe someone
+ will see it and fix it.
+ * Makefile.in: Regenerated.
+
+2001-12-06 Derek Price <oberon@umich.edu>
+
+ * cvs_acls.in: Allow ACL specification based on branch matching.
+ (Patch from Aaron Voisine <voisine@bytemobile.com>.)
+
+2001-10-16 Derek Price <dprice@collab.net>
+
+ * sccs2rcs.in: Replace Y2K bug fix with something more succint.
+ (Suggested by SAKAI Hiroaki <sakai.hiroaki@pfu.fujitsu.com>.)
+
+2001-10-16 Derek Price <dprice@collab.net>
+
+ * rcs2sccs.in: Fix Y2K bug.
+ (Patch from SAKAI Hiroaki <sakai.hiroaki@pfu.fujitsu.com>.)
+
+2001-09-06 Larry Jones <larry.jones@sdrc.com>
+ for Paul Eggert <eggert@twinsun.com>
+
+ Sync with revision 1.48 of the GNU Emacs sources. This
+ incorporates the following changes:
+
+ * rcs2log (Help, mainline code): Add new option -L FILE.
+ (Copyright): Update year.
+
+ (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
+ LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the C locale.
+
+ (mainline code): Handle nonstandard -u option differently, by
+ transforming it to standard form. Check for "Working file: ", not
+ "Working file:". Allow file names with spaces.
+
+ (SOH, rlogfile): New shell vars.
+ (rlogout): Remove. Its old functionality is mostly migrated to rlogfile.
+
+ Append ';;' to the last arm of every case statement, for portability to
+ ancient broken BSD shells.
+
+ (logins): Fix bug; was not being computed at all, lowering performance.
+
+ (pository): New var. This fixes some bugs where repositories are
+ remote, or have trailing slashes.
+
+ (authors): $llogout is never an empty shell var, so don't worry about that
+ possibility.
+
+ (printlogline, mainline code): Fix bug with SOH's being put into the output.
+
+
+ 2001-07-20 Gerd Moellmann <gerd@gnu.org>
+
+ * rcs2log: Update copyright notice.
+
+
+ 2001-01-03 Paul Eggert <eggert@twinsun.com>
+
+ * rcs2log: Avoid security hole allowing attacker to
+ cause user of rcs2log to overwrite arbitrary files, fixing
+ a bug reported by Morten Welinder.
+
+ Don't put "exit 1" at the end of the exit trap; it's
+ ineffective in POSIX shells.
+
+2001-09-04 Derek Price <dprice@collab.net>
+
+ * Makefile.in: Regenerated with automake 1.5.
+
+2001-08-21 Larry Jones <larry.jones@sdrc.com>
+
+ * sccs2rcs.in: Fix typo: missing quote.
+ (Patch submitted by "Mark D. Baushke" <mdb@cvshome.org>.)
+
+2001-08-06 Derek Price <dprice@collab.net>
+
+ * Makefile.in: Regenerated.
+
+2001-07-04 Derek Price <dprice@collab.net>
+
+ * Makefile.in: Regenerated with new Automake release candidate 1.4h.
+
+2001-06-28 Derek Price <dprice@collab.net>
+
+ * Makefile.in: Regenerated with new version of Automake.
+
+2001-05-30 Derek Price <dprice@collab.net>
+
+ * pvcs2cvs.in: Rename to...
+ * pvcs2rcs.in: here.
+ * .cvsignore: Add pvcs2rcs.
+ * Makefile.am (contrib_SCRIPTS): Change pvcs2cvs to pvcs2rcs.
+
+ * Makefile.in: Regenerated.
+
+2001-05-29 Derek Price <dprice@collab.net>
+ patch from Pavel Roskin <proski@gnu.org>
+
+ * Makefile.am (install-data-local): Double hash comment in rule since
+ single hash comments are not portable.
+
+ * Makefile.in: Regenerated.
+
+2001-05-29 Derek Price <dprice@collab.net>
+
+ * pvcs2cvs.in: New file.
+ * Makefile.am (contrib_SCRIPTS): Add pcvs2cvs.
+
+ * Makefile.in: Regenerated.
+
+2001-05-23 Larry Jones <larry.jones@sdrc.com>
+
+ * sccs2rcs.in: No need for grep when you're already using awk.
+
+ * sccs2rcs.in: Fix y2k bug correctly.
+ (Reported by "Hayes, Ted (London)" <HayesRog@exchange.uk.ml.com>.)
+
2001-04-25 Derek Price <dprice@collab.net>
* Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400.