|
1 |
| -update version number in configure.in |
2 |
| -README |
3 |
| -HISTORY |
4 |
| -register.txt |
5 |
| -doc/Machine-specific FAQ's |
6 |
| -doc/bug.template |
7 |
| -update pgaccess |
8 |
| -update src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java |
9 |
| -update src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java |
10 |
| -update pg_upgrade to handle new version, or disable |
11 |
| -update doc/src/sgml/release.sgml |
12 |
| -update doc/src/sgml/install.sgml |
13 |
| -update interfaces/libpq/libpq.rc |
14 |
| -update documentation |
15 |
| -command-line arg printout from inside the program |
16 |
| -man pages |
17 |
| -sgml docs |
18 |
| -update VERSION numbers of interfaces |
19 |
| -update ports list |
| 1 | +* Version numbers |
| 2 | + configure.in |
| 3 | + doc/src/sgml/version.sgml |
| 4 | + bump interface version numbers |
| 5 | + update src/interfaces/libpq/libpq.rc |
| 6 | + |
| 7 | +* Release notes |
| 8 | + update doc/src/sgml/release.sgml |
| 9 | + re-generate HISTORY |
| 10 | + |
| 11 | +* Documentation |
| 12 | + document all new features |
| 13 | + help output from inside the programs |
| 14 | + reference/man pages |
| 15 | + |
| 16 | +* Ports |
| 17 | + update ports list in doc/src/sgml/installation.sgml |
| 18 | + platform-specific FAQ's |
| 19 | + |
| 20 | +* Miscellaneous files |
| 21 | + README |
| 22 | + register.txt |
| 23 | + doc/bug.template |
| 24 | + |
| 25 | +* Update pgaccess |
| 26 | + |
| 27 | +* Update pg_upgrade to handle new version, or disable |