Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: rc2

CVS Commit by andreas: rc2



Log Message:
-----------
rc2

Modified Files:
--------------
    www/pgadmin3/cnt:
        cnt_index.php (r1.36 -> r1.37)
        cnt_beta.php (r1.4 -> r1.5)

Index: cnt_beta.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_beta.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lpgadmin3/cnt/cnt_beta.php -Lpgadmin3/cnt/cnt_beta.php -u -w -r1.4 -r1.5
--- pgadmin3/cnt/cnt_beta.php
+++ pgadmin3/cnt/cnt_beta.php
@@ -1,11 +1,28 @@
 <div class="sideBox LHS">
 <div><?php echo _("Beta versions");?></div>
-<a href="#rc1">Release Candidate</a>
+<a href="#rc2">Release Candidate 2</a>
+<a href="#rc1">Release Candidate 1</a>
 <a href="#beta3">Beta-3</a>
 <a href="#beta2">Beta-2</a>
 <a href="#beta1">Beta-1</a>
 </div>
 <div id="bodyText">
+<h1 id="rc2"><?php echo _("Release Candidate 2 of pgAdmin III V1.2 released");?></h1>
+2004-11-16
+<p>
+Shortly after releasing the Release Candidate of pgAdmin III v1.2.0, 
+we noticed a problem on GTK using it quite uncomfortable. Additionally, the PostgreSQL 8.0 server had a change
+in a system table shortly after its Beta-4 version, which prevents it from being accessed by pgAdmin III versions
+prior to RC2. Consequently, the pgAdmin Development Team decided to roll a second Release Candidate to fix this.
+for the PostgreSQL database system. 
+</p>
+<p>
+Additionally, some minor fixes that have been included in this release, this can be checked in our <a href="development.php#changelog">changelog</a>.
+</p>
+<p>
+If you still find bugs or problems, report them immediately to the <a href="mailto:pgadmin-support(at)postgresql(dot)org">pgAdmin-support mailing list</a>, so we can fix them for the final V1.2.0.
+</p>
+<p>
 <h1 id="rc1"><?php echo _("Release Candidate of pgAdmin III V1.2 released");?></h1>
 2004-11-03
 <p>
Index: cnt_index.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_index.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -Lpgadmin3/cnt/cnt_index.php -Lpgadmin3/cnt/cnt_index.php -u -w -r1.36 -r1.37
--- pgadmin3/cnt/cnt_index.php
+++ pgadmin3/cnt/cnt_index.php
@@ -27,6 +27,13 @@
 
 <h1 id="news"><?php echo _("Latest news");?></h1>
 <dl>
+  [2004-11-16] <dt> <?php echo sprintf(_("pgAdmin III %s released"), "v1.2 Release Candidate 2");?></dt>
+  <dd>
+    <?php echo sprintf(_("In reaction to a major flaw in the GTK version, and to support a recent change in the PostgreSQL 8.0 server, the pgAdmin Development Team decided to roll a second Release Candidate. For details, please  visit the pgAdmin <a href='%s'>Beta release</a> page."), "beta.php");?>
+  </dd>
+</dl>
+<h1 id="news"><?php echo _("Latest news");?></h1>
+<dl>
   [2004-11-03] <dt> <?php echo sprintf(_("pgAdmin III %s released"), "v1.2 Release Candidate");?></dt>
   <dd>
     <?php echo sprintf(_("The pgAdmin Development Team are proud to announce the release candidate of pgAdmin III v1.2.0, the well-known GUI administration tool for the PostgreSQL database system. For details, please  visit the pgAdmin <a href='%s'>Beta release</a> page."), "beta.php");?>
@@ -90,8 +97,9 @@
 
   <dt><?php echo _("Designed for PostgreSQL latest versions");?></dt>
   <dd>
-    	<li><?php echo _("PostgreSQL 7.3");?><br>
-    	<li><?php echo _("PostgreSQL 7.4");?><br>
+    	<li><?php echo "PostgreSQL 7.3";?><br>
+    	<li><?php echo "PostgreSQL 7.4";?><br>
+    	<li><?php echo "PostgreSQL 8.0";?><br>
   </dd>
 
   <dt><?php echo _("On-line help");?></dt>
@@ -102,7 +110,7 @@
 
   <dt><?php echo _("Multilingual interface");?></dt>
   <dd>
-    <?php echo sprintf(_("pgAdmin III user interface is translated in more than %d languages."), 20);?>
+    <?php echo sprintf(_("pgAdmin III user interface is translated in more than %d languages."), 30);?>
     <?php echo sprintf(_("A detailed list of supported languages is available on the <a href='%s'>Translation</a> page."), "translation.php");?>
   </dd>
 
@@ -132,6 +140,7 @@
               <li><?php echo _("Functions");?>
               <li><?php echo _("Groups");?>
               <li><?php echo _("Indexes");?>
+              <li><?php echo _("Tablespaces");?>
               <li><?php echo _("Server-side languages (like PLpgsql, PLpython, PLperl, etc...)");?>
             </ul>
         </td>


Home | Main Index | Thread Index

top