X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=docs%2Fpolicies.txt;h=f2fb0336c8ff69183561bcad23fd62c121ec5613;hb=bcbe5ecf7001335895da8be92518f4645977a839;hp=5a5d2ceaa7d72d570da0d244830dd277f3d482d1;hpb=3cafdc0fe6c5ee83012f3ae1c7bf4d7ec9dca5b1;p=melted diff --git a/docs/policies.txt b/docs/policies.txt index 5a5d2ce..f2fb033 100644 --- a/docs/policies.txt +++ b/docs/policies.txt @@ -22,9 +22,14 @@ Commit messages must be prefaced with the name of the changed files. This makes the Subversion log more useful as a ChangeLog. For example, docs/policies.txt: added policy about commit message -Increment the version number in ./configure on the first commit after a release -as well as just prior to a new release. This way we can track if someone is -using an unreleased version from the source code repository. +Increment the version number in ./configure AND mlt.h on the first commit after +a release as well as just prior to a new release. This way we can track if +someone is using an unreleased version from the source code repository. + +Do not write messages to stdout. stdout is reserved for writing streams that +can be redirected: e.g. raw DV in consumer_libdv. I recommended to use the +mlt_log API. For something quick and dirty, use stderr. + Procedures ----------