diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2007-12-21 09:59:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2007-12-21 09:59:39 +0000 |
commit | 296b3b5ec15274b8c02858ed230dacb193d1c2b9 (patch) | |
tree | 9bc07935fecefbbc0f27483ca30afe262b8a4411 /www | |
parent | 0be6e2d9c36a26945a3302468dfe45f5055f7b0d (diff) | |
download | gpsd-296b3b5ec15274b8c02858ed230dacb193d1c2b9.tar.gz |
Updated timebase.h...
...and the added notice that this is part of the release procedure.
Diffstat (limited to 'www')
-rw-r--r-- | www/hacking.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/www/hacking.html b/www/hacking.html index dfd70447..9d2aa81e 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -1679,26 +1679,30 @@ will have a day or so to get their urgent fixes in.</dd> <dd>It may need to be modified in configure.ac, and another autogen.sh done. Make sure the 'dev' suffix is gone.</dd> -<dt>5. Announce on gpsd-dev</dt> +<dt>5. Check timebase.h.</dt> +<dd>The values for leap-second offset and the start-subframe time +may need to be adusted.</dd> + +<dt>6. Announce on gpsd-dev</dt> <dd>Announce that release is imminent and commits should be held off until the release has been shipped and tagged.</dd> -<dt>6. Update the specfile changelog</dt> +<dt>7. Update the specfile changelog</dt> <dd>Make sure the topmost entry in the changelog portion of gpsd.spec.in is up-to-date and properly timestamped.</dd> -<dt>7. Ship to Berlios</dt> +<dt>8. Ship to Berlios</dt> <dd>Upload the tarball to berlios.de</dd> -<dt>8. Tag the release in SVN</dt> +<dt>9. Tag the release in SVN</dt> <dd>Doing 'make svn-tag' should accomplish this</dd> -<dt>9. Bump the release number</dt> +<dt>10. Bump the release number</dt> <dd>Bump the release number in configure.ac, adding a 'dev' suffix so tarball instances pulled from the repo will be clearly distinguishable from the next public release.</dd> -<dt>10. Announce the release</dt> +<dt>11. Announce the release</dt> <dd>Announce the release, and the resumption of regular commits, on the mailing lists.</dd> </dl> |