involve the community to the process of releases

In software engineering the releasing process is an important step.  Since most
contributors are comfortable enough with the submitting patches process, it is
good time to involve everybody to the releasing one.

Introduce the Changelog file to rely on it. It is the good place to put topics
not already released.

This way, releases benefit from the review of others in the same way we do for
patches.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2011-01-16 14:40:38 +01:00
parent 9b85ffef89
commit 5544c58391
2 changed files with 99 additions and 1 deletions

View File

@ -37,10 +37,11 @@ clean:
man:
@$(MAKE) -C docs man
doc:
doc:
@$(MAKE) -C docs
rst2html.py README.rst readme.html
rst2html.py SubmittingPatches.rst SubmittingPatches.html
rst2html.py Changelog.rst Changelog.html
targz: ../$(TARGZ)
../$(TARGZ):