Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[release_guide] Added instructions for updating the leap-second tables.
  • Loading branch information
Kodi Arfer authored and Kodi Arfer committed Jan 16, 2011
1 parent 1014912 commit f3eb64f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/release_guide.pod
Expand Up @@ -117,6 +117,20 @@ The short period following the Parrot release until the
Rakudo release is generally intended for fixing bugs,
updating documentation, and so on.

=item 3.

Update Rakudo's leap-second tables:

$ perl tools/update-tai-utc.pl src/core/tai-utc.pm

If a new leap second has been announced, F<tai-utc.pm> will be modified, so
commit the new version:

$ git commit src/core/tai-utc.pm

But probably there won't be any new leap seconds, in which case the file
will be unchanged.

=item 4.

As the actual release date nears, review the git log history
Expand Down

0 comments on commit f3eb64f

Please sign in to comment.