blob: d804edf4a08a3870fb6eb78c64ca4c037de68f77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* Version numbers
configure.in and configure
update version and perhaps majorversion in doc/src/sgml/version.sgml
bump interface version numbers
o src/interfaces/libpq/libpq.rc
o src/include/pg_config.h.win32
* Release notes
update HISTORY and later doc/src/sgml/release.sgml
* Documentation
document all new features
update help output from inside the programs
doc/src/sgml/ref manual pages
* Ports
update ports list in doc/src/sgml/installation.sgml
platform-specific FAQ's, if needed
* Miscellaneous files
doc/bug.template
* Update pg_upgrade to handle new version, or disable
* Update copyright year?
|