From: chriskl Date: Thu, 4 Mar 2004 01:27:29 +0000 (+0000) Subject: brand as 3.4-dev, indicate that Dan Boren is working on comments X-Git-Tag: REL_3-3-1~4 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=a8fd3a01031fa430d10f73ef1650a66f140a7eb6;p=phppgadmin.git brand as 3.4-dev, indicate that Dan Boren is working on comments --- diff --git a/HISTORY b/HISTORY index 4233be3a..431be79e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,10 @@ phpPgAdmin History ------------------ +Version 3.4-dev +----------- + + Version 3.3 ----------- diff --git a/TODO b/TODO index 3343457d..dc8fbefe 100644 --- a/TODO +++ b/TODO @@ -132,8 +132,8 @@ Miscellaneous ------------- * Allow simultaneous logins to different clusters (mark gibson) -* Show comments for all objects -* Allow setting/dropping comments for all objects +* Show comments for all objects (Dan Boren) +* Allow setting/dropping comments for all objects (Dan Boren) * Show owner for all objects * Allow changing owner for objects that have this feature (7.4+ generally) * -Config option to disallow pgsql and postgres logins diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 1b1c2aff..fbb4ead6 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.73 2004/02/25 01:17:42 chriskl Exp $ + * $Id: lib.inc.php,v 1.74 2004/03/04 01:27:29 chriskl Exp $ */ // Set error reporting level to max @@ -13,7 +13,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '3.3'; + $appVersion = '3.4-dev'; // Check to see if the configuration file exists, if not, explain