brand 3.2
authorchriskl <chriskl>
Fri, 28 Nov 2003 01:20:37 +0000 (01:20 +0000)
committerchriskl <chriskl>
Fri, 28 Nov 2003 01:20:37 +0000 (01:20 +0000)
BUGS
HISTORY
libraries/lib.inc.php

diff --git a/BUGS b/BUGS
index bcbb2b1269d51f6b6b4703ce2167653efb9de2dc..38b7f9b34ceb683d48dcc926cf9e287bf384022f 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,8 @@
+Internal Bugs List
+------------------
+
+This file is used to track current working tasks - just ignore it!
+
 better detection for when reports database hasn't been installed.
 fix getIndexes() and getConstraints() for < 7.3 to know about index type
   (eg. constraints can only be btree indexes)
@@ -8,4 +13,9 @@ submit changes to HTML_TreeMenu maintainer
 test < 7.3 Find feature for all new objects
 fix constraint search to get domain and table constraints?
 dump sequences when dumping tables
+fix dumping clustering info
+can't edit SELECT results by oid
+use LINK REL to speed up page loading times for CSS
+investigate phpPgInfo
+
 
diff --git a/HISTORY b/HISTORY
index 20cd382285fbba7de96e6deafdc54d7a087f5ad0..60903f6df8a4cc5c9dc59b59c2c205ef3a570bff 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,16 +1,16 @@
 phpPgAdmin History
 ------------------
 
-Version 3.2-dev
----------------
+Version 3.2
+-----------
 
 Features
 * PostgreSQL 7.5 CVS support
 * Option to dump table structure, data or structure and data
+* Set datestyle and extra_float_digits when dumping data
 * Results of table browse, table select, view browsing and report browsing
   can now ALL be sorted by column
 * Result rows of table selects can now be edited and deleted
-* Set datestyle and extra_float_digits when dumping data
 * Extra login security to prevent logging into servers as postgres and
   no password - a VERY common newbie error.
 * Cluster indexes and indexed constraints (with analyze)
@@ -55,6 +55,7 @@ Translations
 * Slovak update from Andrej Misovic
 * Turkish update from Devrim
 * Swedish update from Stefan
+* Italian update from Nicola
 
 Version 3.1
 -----------
index 6ec814bebf8914c26f026c0b81de60c5bbf462ef..cf606b2e1930d96348d5e9e008a4272dcb2f8f1b 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.67 2003/11/08 09:06:45 chriskl Exp $
+        * $Id: lib.inc.php,v 1.68 2003/11/28 01:20:38 chriskl Exp $
         */
        
        // Set error reporting level to max
@@ -13,7 +13,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '3.2-dev';
+       $appVersion = '3.2';
 
 
        // Check to see if the configuration file exists, if not, explain