Changes between Version 7 and Version 8 of RFC2


Ignore:
Timestamp:
Apr 18, 2008, 8:38:42 AM (16 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC2

    v7 v8  
    7777 * All source code in SVN should be in Unix text format as opposed to DOS text mode.
    7878 * When committing new features or significant changes to existing source code, the committer should take reasonable measures to insure that the source code continues to build and work on the most commonly supported platforms (currently Linux and Windows), either by testing on those platforms directly, running [wiki:Buildbot] tests, or by getting help from other developers working on those platforms. If new files or library dependencies are added, then the configure.in, Makefile.in, Makefile.vc and related documentations should be kept up to date.
    79 * Every commit introducing new feature '''should''' be covered with corresponding test case included to the GEOS set of unit tests (trunk/tests/unit).
     79 * Every commit introducing new feature '''should''' be covered with corresponding test case included to the GEOS set of unit tests (trunk/tests/unit).
    8080
    8181