New features of SCCS-1.0: - With this release, the OpenSource SCCS code may be called "mature" as all known bugs have been fixed. Although the man page sccs-admin.1 is still missng, it makes sense to call this release 1.0. Future releases will add new features from the TODO list (see http://sccs.berlios.de/). - New program "sccslog" creates a Changelog file from SCCS history files. Call "sccslog SCCS/s.*" to create the log. To map the user (login) names to something abstrect, create a file ~/.sccs/usermap in your home directrory and add a line for every usr you like to map: joerg Joerg Schilling will map from "joerg" to "Joerg Schilling " - Ported to HP-UX (HP-UX has no seteuid(), we use setresuid()) - Several bugs in the man pages (introduced recently by Sun) have been fixed. This was a defective table in sccs-get.1 and unintentional expansion of SCCS keywords (%?%) in sccs-get.1, sccs-val.1, sccsfile.4 and what.1 - New Schily Makefile system targets "html" and "htmlx" may be used in the directory "cmd/man" in order to create HTML versions of the man pages. SCCS now has been tested to compile and work on the following platforms: - SunOS-4.x - SunOS-5.x (Solaris 2.x, 7, 8, 9, 10, 11) - FreeBSD - HP-UX - Linux - Mac OS X - Cygwin The portability now reached a state that should allow SCCS to compile and run on other platforms too. SCCS compiles and has been verified on all major platforms except AIX. Please test on AIX and IRIX and report.