|
| 1 | + |
| 2 | +* Beta and Release Candidate (RC) changes |
| 3 | +o configure.in and configure |
| 4 | +o src/include/pg_config.h.win32 |
| 5 | + |
1 | 6 | * Version numbers |
2 | | -configure.in and configure |
3 | | - doc/bug.template |
4 | | - bump interface version numbers |
5 | | - o src/interfaces/*/Makefile (major releases only) |
6 | | - o src/interfaces/libpq/libpq.rc (major and minor releases) |
7 | | - o src/include/pg_config.h.win32 (major and minor releases) |
8 | | - o port/win32ver.rc (major and minor releases) |
| 7 | +oconfigure.in, and run autoconf or update configure |
| 8 | +o doc/bug.template |
| 9 | +o bump interface version numbers |
| 10 | +- src/interfaces/*/Makefile (major releases only) |
| 11 | +- src/interfaces/libpq/libpq.rc (major and minor releases) |
| 12 | +- src/include/pg_config.h.win32 (major and minor releases) |
| 13 | +- port/win32ver.rc (major and minor releases) |
9 | 14 |
|
10 | 15 | * Release notes |
11 | | - update doc/src/sgml/release.sgml and generate HISTORY |
12 | | - o scan cvs logs, use pgcvslog and flags in comments |
13 | | - o run spellchecker on result |
14 | | - o check dashed items from TODO to see they are complete |
15 | | - o group items into categories |
16 | | - o select major features |
17 | | - o select incompatibilities |
18 | | - o add comments for items |
19 | | - o add SGML markup |
| 16 | +o scan cvs logs, use pgcvslog and flags in comments |
| 17 | +o update doc/src/sgml/release.sgml |
| 18 | +o run spellchecker on result |
| 19 | +o check that dashed items from the TODO list are complete |
| 20 | +o remove dashed TODO items |
| 21 | +o group items into categories |
| 22 | +o select major features |
| 23 | +o select incompatibilities |
| 24 | +o add comments for items |
| 25 | +o add SGML markup |
20 | 26 |
|
21 | 27 | * Documentation |
22 | | -document all new features |
23 | | -update help output from inside the programs |
24 | | -doc/src/sgml/ref manual pages |
| 28 | +document all new features |
| 29 | +update help output from inside the programs |
| 30 | +doc/src/sgml/ref manual pages |
25 | 31 |
|
26 | 32 | * Ports |
27 | | -update config.guess and config.sub at the start of beta |
28 | | -update ports list in doc/src/sgml/installation.sgml |
29 | | -update INSTALL |
30 | | -platform-specific FAQ's, if needed |
| 33 | +update config.guess and config.sub at the start of beta |
| 34 | +update ports list in doc/src/sgml/installation.sgml |
| 35 | +update INSTALL |
| 36 | +platform-specific FAQ's, if needed |
31 | 37 |
|
32 | 38 | * Update timezone data to match latest zic database (see src/timezone/README) |
33 | 39 |
|
|