Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
8c1ce455
Commit
8c1ce455
authored
18 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Separate release preparation jobs for all releases and for major releases
parent
d2b694d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tools/RELEASE_CHANGES
+25
-20
25 additions, 20 deletions
src/tools/RELEASE_CHANGES
with
25 additions
and
20 deletions
src/tools/RELEASE_CHANGES
+
25
−
20
View file @
8c1ce455
* Major/minor release version number changes
For All Releases (major, minor, beta, RC)
================
* Release version number changes
o doc/bug.template
o bump Win32 interface version numbers
- src/include/pg_config.h.win32
- src/interfaces/libpq/libpq.rc.in
- src/port/win32ver.rc
o update doc/FAQ and doc/src/FAQ/FAQ.html
o bump library versions for _major_ releases
- src/interfaces/*/Makefile
- src/interfaces/*/*/Makefile
o copy FAQs from HEAD to top-most branch
o configure.in, and run autoconf or update configure (by packager)
* Beta and Release Candidate (RC) changes
o doc/bug.template
o src/include/pg_config.h.win32
o configure.in, and run autoconf or update configure (by packager)
* Release notes
o scan cvs logs, use pgcvslog and flags in comments
o update doc/src/sgml/release.sgml
o run spellchecker on result
o add SGML markup
* Update timezone data to match latest zic database (see src/timezone/README)
* Translation updates
Translations are kept in the project "pgtranslation" on PgFoundry.
1. Check out the messages module (of the right branch).
2. Check out the admin module.
3. Run "sh .../admin/cp-po .../messages .../pgsql
4. Commit.
For Major Releases
==================
(in addition to the above)
* Bump library versions, if appropriate (see below)
o src/interfaces/*/Makefile
o src/interfaces/*/*/Makefile
* Release notes
o check that dashed items from the TODO list are complete
o remove dashed TODO items
o group items into categories
o select major features
o select incompatibilities
o add documenation for items
o add SGML markup
* Documentation
document all new features
...
...
@@ -40,17 +54,8 @@
update ports list in doc/src/sgml/installation.sgml
update platform-specific FAQ's, if needed
* Update timezone data to match latest zic database (see src/timezone/README)
* Update inet/cidr data types with newest Bind patches
* Translation updates
Translations are kept in the project "pgtranslation" on PgFoundry.
1. Check out the messages module (of the right branch).
2. Check out the admin module.
3. Run "sh .../admin/cp-po .../messages .../pgsql
4. Commit.
---------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment