Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37fc8a6

Browse files
committed
Remove timeline for 8.3 release, now on web site.
1 parentef393e7 commit37fc8a6

File tree

2 files changed

+22
-50
lines changed

2 files changed

+22
-50
lines changed

‎doc/FAQ_DEV

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sat Mar3 11:12:29 EST 2007
4+
Last updated:Mon Mar5 13:03:51 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -30,8 +30,7 @@ General Questions
3030
1.16) Where can I get a copy of the SQL standards?
3131
1.17) Where can I get technical assistance?
3232
1.18) How do I get involved in PostgreSQL web site development?
33-
1.19) What is the timeline for the next major PostgreSQL release?
34-
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS,
33+
1.19) Why haven't you replaced CVS with SVN, Git, Monotone, VSS,
3534
<insert your favorite SCM system here>?
3635

3736
Technical Questions
@@ -571,20 +570,7 @@ General Questions
571570
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
572571
for the next version of the website is under the "portal" module.
573572

574-
1.19) What is the timeline for the next major PostgreSQL release?
575-
576-
The development schedule for the 8.3 release is:
577-
* March 1, 2007 - Initial community review of all major feature
578-
patches
579-
* April 1, 2007 - Feature freeze, all patches must be submitted for
580-
review and application
581-
* mid-May, 2007 - All patches applied, beta testing begins
582-
* July, 2007 - Release of 8.3.0
583-
584-
Patches that appear after appropriate dates are typically not applied
585-
but held for the next major release.
586-
587-
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your
573+
1.19) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your
588574
favorite SCMS here>?
589575

590576
Currently the core developers see no SCMS that will provide enough

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated:Sat Mar3 11:12:29 EST 2007</P>
16+
<P>Last updated:Mon Mar5 13:03:51 EST 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -55,9 +55,7 @@ <H2>General Questions</H2>
5555
assistance?<BR>
5656
<Ahref="#item1.18">1.18</A>) How do I get involved in PostgreSQL web
5757
site development?<BR>
58-
<Ahref="#item1.19">1.19</A>) What is the timeline for the next major
59-
PostgreSQL release?<BR>
60-
<Ahref="#item1.20">1.20</A>) Why haven't you replaced CVS with SVN, Git,
58+
<Ahref="#item1.19">1.19</A>) Why haven't you replaced CVS with SVN, Git,
6159
Monotone, VSS, &lt;insert your favorite SCM system here&gt;?
6260

6361

@@ -713,35 +711,23 @@ <H3 id="item1.18">1.18) How do I get involved in PostgreSQL
713711
, the code for the next version of the website is under the
714712
"portal" module.</P>
715713

716-
<H3id="item1.19">1.19) What is the timeline for the next major
717-
PostgreSQL release?</H3>
718-
719-
<P>The development schedule for the 8.3 release is:</P>
720-
<UL>
721-
<LI>March 1, 2007 - Initial community review of all major feature patches</LI>
722-
<LI>April 1, 2007 - Feature freeze, all patches must be submitted for review and application</LI>
723-
<LI>mid-May, 2007 - All patches applied, beta testing begins</LI>
724-
<LI>July, 2007 - Release of 8.3.0</LI>
725-
</UL>
726-
727-
<P>Patches that appear after appropriate dates are typically
728-
not applied but held for the next major release.</P>
729-
730-
<H3id="item1.20">1.20) Why haven't you replaced CVS with SVN, Git,
731-
Monotone, VSS, &lt;insert your favorite SCMS here&gt;?</H3>
732-
733-
<P>Currently the core developers see no SCMS that will provide
734-
enough benefit to outwiegh the pain involved in moving to a new
735-
SCMS. Typical problems that must be addressed by any new SCMS include:</P>
736-
<ul>
737-
<li>Run natively on all of our<ahref="http://www.postgresql.org/docs/current/interactive/supported-platforms.html">supported platforms</a>.</li>
738-
<li>Integrate into the<ahref="http://pgbuildfarm.org/">Buildfarm</a>.</li>
739-
<li>Import our entire CVS Repository while preserving complete history.</li>
740-
<li>Allow for anonymous checkouts.</li>
741-
</ul>
742-
<P>Currently there is no intention for switching to a new SCMS until at least the
743-
end of the 8.4 development cycle sometime in late 2008. For more information
744-
please refer to the mailing list archives.</P>
714+
<H3id="item1.19">1.19) Why haven't you replaced CVS with SVN, Git,
715+
Monotone, VSS, &lt;insert your favorite SCMS here&gt;?</H3>
716+
717+
<P>Currently the core developers see no SCMS that will provide
718+
enough benefit to outwiegh the pain involved in moving to a new
719+
SCMS. Typical problems that must be addressed by any new SCMS include:</P>
720+
721+
<ul>
722+
<li>Run natively on all of our<ahref="http://www.postgresql.org/docs/current/interactive/supported-platforms.html">supported platforms</a>.</li>
723+
<li>Integrate into the<ahref="http://pgbuildfarm.org/">Buildfarm</a>.</li>
724+
<li>Import our entire CVS Repository while preserving complete history.</li>
725+
<li>Allow for anonymous checkouts.</li>
726+
</ul>
727+
728+
<P>Currently there is no intention for switching to a new SCMS until at least the
729+
end of the 8.4 development cycle sometime in late 2008. For more information
730+
please refer to the mailing list archives.</P>
745731

746732

747733
<H2>Technical Questions</H2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp