|
2 | 2 | configure.in and configure |
3 | 3 | bump interface version numbers |
4 | 4 | o src/interfaces/*/Makefile |
5 | | - o src/interfaces/libpq/libpq.rc |
6 | | - o src/include/pg_config.h.win32 |
| 5 | + o src/interfaces/libpq/libpq.rc (update for minor release) |
| 6 | + o src/include/pg_config.h.win32 (update for minor release) |
7 | 7 |
|
8 | 8 | * Release notes |
9 | | - updateHISTORY and laterdoc/src/sgml/release.sgml |
| 9 | + update doc/src/sgml/release.sgmland generate HISTORY |
10 | 10 |
|
11 | 11 | * Documentation |
12 | 12 | document all new features |
13 | 13 | update help output from inside the programs |
14 | 14 | doc/src/sgml/ref manual pages |
15 | 15 |
|
16 | 16 | * Ports |
17 | | - update ports list in doc/src/sgml/installation.sgml |
| 17 | + update ports list in doc/src/sgml/installation.sgml |
18 | 18 | update INSTALL |
19 | 19 | platform-specific FAQ's, if needed |
20 | 20 |
|
|
28 | 28 |
|
29 | 29 | --------------------------------------------------------------------------- |
30 | 30 |
|
31 | | -Major Version |
32 | | -============= |
| 31 | +Major Version Library Numbers |
| 32 | +============================= |
33 | 33 |
|
34 | 34 | The major version number should be updated whenever the source of the |
35 | 35 | library changes to make it binary incompatible. Such changes include, |
|