|
1 | | - |
2 | | -* Major/minor release version number changes |
| 1 | +For All Releases (major, minor, beta, RC) |
| 2 | +================ |
| 3 | + |
| 4 | +* Release version number changes |
3 | 5 | o doc/bug.template |
4 | 6 | o bump Win32 interface version numbers |
5 | 7 | - src/include/pg_config.h.win32 |
6 | 8 | - src/interfaces/libpq/libpq.rc.in |
7 | 9 | - src/port/win32ver.rc |
8 | 10 | o update doc/FAQ and doc/src/FAQ/FAQ.html |
9 | | -o bump library versions for _major_ releases |
10 | | -- src/interfaces/*/Makefile |
11 | | -- src/interfaces/*/*/Makefile |
12 | 11 | o copy FAQs from HEAD to top-most branch |
13 | 12 | o configure.in, and run autoconf or update configure (by packager) |
14 | 13 |
|
15 | | -* Beta and Release Candidate (RC) changes |
16 | | -o doc/bug.template |
17 | | -o src/include/pg_config.h.win32 |
18 | | -o configure.in, and run autoconf or update configure (by packager) |
19 | | - |
20 | 14 | * Release notes |
21 | 15 | o scan cvs logs, use pgcvslog and flags in comments |
22 | 16 | o update doc/src/sgml/release.sgml |
23 | 17 | o run spellchecker on result |
| 18 | +o add SGML markup |
| 19 | + |
| 20 | +* Update timezone data to match latest zic database (see src/timezone/README) |
| 21 | + |
| 22 | +* Translation updates |
| 23 | +Translations are kept in the project "pgtranslation" on PgFoundry. |
| 24 | +1. Check out the messages module (of the right branch). |
| 25 | +2. Check out the admin module. |
| 26 | +3. Run "sh .../admin/cp-po .../messages .../pgsql |
| 27 | +4. Commit. |
| 28 | + |
| 29 | + |
| 30 | +For Major Releases |
| 31 | +================== |
| 32 | +(in addition to the above) |
| 33 | + |
| 34 | +* Bump library versions, if appropriate (see below) |
| 35 | +o src/interfaces/*/Makefile |
| 36 | +o src/interfaces/*/*/Makefile |
| 37 | + |
| 38 | +* Release notes |
24 | 39 | o check that dashed items from the TODO list are complete |
25 | 40 | o remove dashed TODO items |
26 | 41 | o group items into categories |
27 | 42 | o select major features |
28 | 43 | o select incompatibilities |
29 | 44 | o add documenation for items |
30 | | -o add SGML markup |
31 | 45 |
|
32 | 46 | * Documentation |
33 | 47 | document all new features |
|
40 | 54 | update ports list in doc/src/sgml/installation.sgml |
41 | 55 | update platform-specific FAQ's, if needed |
42 | 56 |
|
43 | | -* Update timezone data to match latest zic database (see src/timezone/README) |
44 | | - |
45 | 57 | * Update inet/cidr data types with newest Bind patches |
46 | 58 |
|
47 | | -* Translation updates |
48 | | -Translations are kept in the project "pgtranslation" on PgFoundry. |
49 | | -1. Check out the messages module (of the right branch). |
50 | | -2. Check out the admin module. |
51 | | -3. Run "sh .../admin/cp-po .../messages .../pgsql |
52 | | -4. Commit. |
53 | | - |
54 | 59 |
|
55 | 60 | --------------------------------------------------------------------------- |
56 | 61 |
|
|