X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fwebserver%2Fdeveloper-manual%2Fnewrelease.html;h=f4312d64a9e46d7a75048e02f64d712e1e7efe39;hb=0727fcb2601279e3568ee2e7d216931f6fc9abfe;hp=c75226e1f50a651cfb3a329901dda0ec67070dbe;hpb=086d4aacf2fe1d729b4f4a67a7167cb6f19db043;p=privoxy.git diff --git a/doc/webserver/developer-manual/newrelease.html b/doc/webserver/developer-manual/newrelease.html index c75226e1..f4312d64 100644 --- a/doc/webserver/developer-manual/newrelease.html +++ b/doc/webserver/developer-manual/newrelease.html @@ -31,9 +31,8 @@ important that great care is taken to ensure that everything runs fine, and not to introduce problems in the very last minute.

So when releasing a new version, please adhere exactly to the procedure outlined in this chapter.

-

The following programs are required to follow this process: ncftpput (ncftp), - scp, ssh (ssh), gmake (GNU's version of make), autoconf, - cvs.

+

The following programs are required to follow this process: ssh, gmake (GNU's version of make), autoconf, git, a web browser.

6.1. Version numbers

First you need to determine which version number the release will have.

X, the version major, is rarely ever changed. It is increased by one if turning a development branch into stable substantially changes the functionality, user interface or configuration syntax. Majors 1 and 2 were - Junkbuster, and 3 will be the first stable Junkbuster, and 3 is the first stable Privoxy release.

  • @@ -84,7 +83,7 @@ "LITERAL">v_3_0_branch at the moment).

  • -

    6.2. Before the Release: Freeze

    +

    6.2. Before the Release

    The following must be done by one of the developers prior to each new release.