summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-26 07:50:05 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-26 07:50:05 -0400
commit11c1410f13ffc6b9edae82d6e622058916e06589 (patch)
tree095010a8a20ddf781a24caf51bc39b27b04b109a /www
parent75faca0186f724491392342d9829725f8c5d2c9c (diff)
downloadgpsd-11c1410f13ffc6b9edae82d6e622058916e06589.tar.gz
Improvements to build and releae-procedure documentation.
Diffstat (limited to 'www')
-rw-r--r--www/hacking.html.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index b9a5261e..c881bba5 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -1431,17 +1431,17 @@ will have a day or so to get their urgent fixes in.</dd>
<dd>It will need to be modified in SConstruct. Make sure the 'dev'
suffix is gone.</dd>
-<dt>5. Fix compiler and scan-build warnings.</dt>
+<dt>5. Update the NEWS file</dt>
+<dd>The version number on the top line needs to be match what's in
+SConstruct.</dd>
+
+<dt>6. Fix compiler and scan-build warnings.</dt>
<dd>Look for compiler and <a
href="http://devel.recluse.de/~bzed/scan-build/gpsd/">scan-build</a>
warnings and fix them.</dd>
-<dt>6. Update the NEWS file</dt>
-<dd>Also, make sure the topmost entry in the changelog portion of
-gpsd.spec.in is up-to-date and properly timestamped.</dd>
-
<dt>7. Update packaging/rpm/gpsd.spec.in</dt>
-<dd>Also, make sure the topmost entry in the changelog portion of
+<dd>Make sure the topmost entry in the changelog portion of
gpsd.spec.in is up-to-date and properly timestamped.</dd>
<dt>8. Run the regression tests and other checks</dt>