diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-12-19 22:37:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-12-19 22:37:37 +0000 |
commit | 1cacb3a0987777b3483e3d83ac07554be38b2f69 (patch) | |
tree | 595e936a74809efe15d11ce6c6ed1abeb1703368 /doc/FAQ_DEV | |
parent | f528e242fcff602ad23864acbefa1f8c676f2276 (diff) | |
download | postgresql-1cacb3a0987777b3483e3d83ac07554be38b2f69.tar.gz postgresql-1cacb3a0987777b3483e3d83ac07554be38b2f69.zip |
Add timeline for next release to developer's FAQ.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index b24141ca767..f53e52017d1 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Nov 13 23:18:46 EST 2006 + Last updated: Tue Dec 19 17:37:24 EST 2006 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -30,6 +30,7 @@ General Questions 1.16) Where can I get a copy of the SQL standards? 1.17) Where can I get technical assistance? 1.18) How do I get involved in PostgreSQL web site development? + 1.19) What is the timeline for the next major PostgreSQL release? Technical Questions @@ -796,3 +797,24 @@ typedef struct nameData pgsql/data directory. The client profile file will be put in the client's current directory. Linux requires a compile with -DLINUX_PROFILE for proper profiling. + + 2.9) What is the timeline for the next major PostgreSQL release? + + The development schedule for the 8.3 release is: + + March 1, 2006 + + Initial community review of all major feature patches + April 1, 2006 + + Feature freeze, all patches must be submitted for review and + application + mid-May, 2006 + + All patches applied, beta testing begins + July, 2006 + + Release of 8.3.0 + + Patches that appear after appropriate dates are typically not applied + but held for the next major release. |