[Codestriker-commits] CVS update: codestriker CHANGELOG
Brought to you by:
sits
From: <si...@us...> - 2004-12-07 21:47:23
|
User: sits Date: 04/12/07 13:47:11 Modified: . CHANGELOG Log: Updated CHANGELOG for 1.8.5 release Index: CHANGELOG =================================================================== RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- CHANGELOG 21 Nov 2004 05:00:04 -0000 1.155 +++ CHANGELOG 7 Dec 2004 21:47:09 -0000 1.156 @@ -3,6 +3,12 @@ Version 1.8.5 +* Complete support for VSS repositories. Topics linked to a VSS + repository can now be created by either specifying labels with the + VSS directory of interest for code already committed in the + repository, or pre-commit reviews can be done by generating diff + text with the ssdiff.pl script in the Codestriker bin directory. + * Modified log_accum.pl so that deleted files are also included in the topic. @@ -23,7 +29,7 @@ * Added new configuration variable @Codestriker::exclude_file_types which contains a list of filename extensions which Codestriker will - ignore when creatign topics. These generally include those + ignore when creating topics. These generally include those extensions which are binary, or of not any interest. Contributed by Dave Clendenan <dav...@po...>. |