|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Announcing the release of CSSC version 1.1.0I'm pleased to announce the release of GNU CSSC, version
1.1.0. This is a test release and so it is available from ftp://alpha.gnu.org/gnu/cssc. CSSC ("Compatibly Stupid Source Control") is the GNU project's replacement for the traditional Unix SCCS suite. It aims for full compatibility, including precise nuances of behaviour, support for all command-line options, and in most cases bug-for-bug compatibility. CSSC comes with an extensive automated test suite. If you are currently using SCCS to do version control of software, you should be able to just drop in CSSC, even for example if you have a large number of shell scripts which are layered on top of SCCS and depend on it. This should allow you to develop on and for the GNU/Linux platform if your source code exists only in an SCCS repository. CSSC also allows you to migrate to a more modern version control system (such as CVS, perhaps). There is a mailing list for users of the CSSC suite. To join it, please send email to <cssc-users-request@...> or visit the URL http://lists.gnu.org/mailman/listinfo/cssc-users. In the file docs/CREDITS within the CSSC distribution, there is a full list of people who have contributed to the development of CSSC. They are listed briefly here :- James Youngman, Ross Ridge, Eric Allman, Lars Hecking, Larry McVoy, Dave Bodenstab, Malcolm Boff, Richard Polton, Fila Kolodny, Peter Kjellerstedt, John Interrante, Marko Rauhamaa, Achim Hoffann, Dick Streefland, Greg A. Woods, Aron Griffis, Michael Sterrett, William W. Austin, Hyman Rosen, Mark Reynolds, Sergey Ostashenko, Frank van Maarseveen, Jeff Sheinberg, Thomas Duffy, Yann Dirson Many thanks to all the above people. New in CSSC-1.1.0, 2007-12-17 * GNU CSSC is now distributed under version 3 of the GNU General Public License. The documentation is distributed under version 1.2 of the GNU Free Documentation License. * We now require the C++ compiler to support exceptions in order to compile successfully. Previously, CSSC allowed compilation without exceptions, but this meant that graceful recovery from failures was not possible. * Fixed a spurious failure when writing out the SCCS file when the Y flag is set in the SCCS file. * "sccs unedit /tmp/SCCS/s.foo" will no longer cause the deletion of ./s.foo, if it exists. Instead, ./foo will be deleted, as intended. * Support for some older SCCS files as produced by Unix System III (some of these have leading spaces in the counts of inserted/ deleted/unchanged lines in the delta table). * Compilation fixes for Darwin Please report any bugs via this software to the CSSC bug reporting page, http://savannah.gnu.org/bugs/?group=findutils _______________________________________________ cssc-users mailing list cssc-users@... http://lists.gnu.org/mailman/listinfo/cssc-users |
|
|
Re: Announcing the release of CSSC version 1.1.0On Dec 17, 2007 11:45 PM, James Youngman <jay@...> wrote:
> Please report any bugs via this software to the CSSC bug reporting > page, http://savannah.gnu.org/bugs/?group=findutils Sorry. That URL should be https://savannah.gnu.org/bugs/?group=cssc. James. _______________________________________________ cssc-users mailing list cssc-users@... http://lists.gnu.org/mailman/listinfo/cssc-users |
| Free embeddable forum powered by Nabble | Forum Help |