newsGNU RCS - News: GNU RCS 5.8 available

 
 
Latest News
RCS 5.10.1 available posted by ttn, Thu 03 Feb 2022 07:31:06 AM UTC
RCS 5.10.0 available posted by ttn, Tue 20 Oct 2020 02:55:29 PM UTC
RCS 5.9.4 available posted by ttn, Fri 23 Jan 2015 09:02:45 AM UTC
RCS savannah project page posted by ttn, Wed 24 Sep 2014 01:14:59 PM UTC
RCS 5.9.3 available posted by ttn, Thu 18 Sep 2014 12:06:37 PM UTC

GNU RCS 5.8 available

Item posted by Thien-Thi Nguyen <ttn> on Tue 30 Aug 2011 01:23:28 PM UTC.

RCS 5.8 is available

GNU RCS (Revision Control System) 5.8 is available.  RCS is a set of programs to manage multiple revisions of files.  RCS can store, retrieve, log, identify, and merge revisions.  It is useful for files that are revised frequently, e.g., programs, documentation, graphics, and papers.  You can download it from:


Here are the changes since 5.7:

  • License now GPLv3+ (see COPYING)
  • Change in terminology: from "path" to "file name" (or "file-name")
  • Changes to the RCS package
    • New documentation in Info format
    • Dropped configure option: --with-diffutils
    • Configuration more strict in some ways, more lax in others.
    • New configure option: --enable-suid[=setreuid]
    • New configure option: --disable-mmap
    • New configure option: --enable-mailer=PROG
    • New configure option: --enable-compat2
    • You can "make check" prior to "make install".
  • Bug fixes
    • Remove all edit info when removing all revisions.
    • Code no longer uses mktemp(3).
    • Misc manpage tweaks / fixes.
  • Other changes
    • All commands accept ‘--help’ and ‘--version’.
    • A string of all digits is now valid for author, state.
    • Env var RCS_MEM_LIMIT controls stdio threshold.
    • RCS can now work with files larger than 2 gigabytes.
    • Pass-through for RCS file ‘commitid SYMBOL’ now builtin.
    • RCS file top-level grammar frozen.
    • RCS file syntax-validated earlier, completely.
    • Possible to specify an empty log message with ci -m, rcs -m.
    • Date option accepts some more date-only formats
    • Changes to rcsdiff
      • New handling for option: -U N
      • Refined "same-revision don't call diff" optimization


As this is the first (non-pretest) release under new maintainership, a big thanks go to the following people for reporting bugs, suggesting fixes and generally making the transition a smooth experience:

  • Karl Berry
  • Keith Thompson
  • Klaus T. Aehlig
  • Ludovic Courtès
  • Mike Mestnik
  • Nelson H. F. Beebe
  • Paul Eggert
  • Ralf Wildenhues
  • Rob Vermaas


For more information, including online documentation in many formats, please see <http://www.gnu.org/software/rcs/>.

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code