classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: ChangeLog rotation


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: ChangeLog rotation
Date: 03 Nov 2004 16:00:01 -0700

Our ChangeLog is getting pretty big.  Most other projects rotate the
ChangeLogs from time to time; I talked to folks on irc about this and
we agreed it would be a good idea.

Having a smaller ChangeLog is nicer when doing cvs commits and diffs,
as cvs uploads the entire file every time.

So, I have moved everything[1] from before Jan 1 2004 to a file named
ChangeLog-2003.  On the next New Year's Day we can move everything to
ChangeLog-2004.

Tom

[1] There are some entries in ChangeLog which claim to be from 2003
but which are clearly wrong.  I just left those.  It probably isn't a
big deal.


Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * Makefile.am (EXTRA_DIST): Added ChangeLog-2003.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/Makefile.am,v
retrieving revision 1.35
diff -u -r1.35 Makefile.am
--- Makefile.am 3 Sep 2004 16:27:48 -0000 1.35
+++ Makefile.am 3 Nov 2004 22:59:30 -0000
@@ -5,7 +5,7 @@
 
 native: lib
 
-EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE
+EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE ChangeLog-2003
 
 #DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]