Bump version, add history, for 4.1.3
authorxzilla <xzilla>
Mon, 25 Jun 2007 15:14:19 +0000 (15:14 +0000)
committerxzilla <xzilla>
Mon, 25 Jun 2007 15:14:19 +0000 (15:14 +0000)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 9eeac787bbb96a6975623f767ac6c17c2050bc47..9bd203035762243135612a769d2aa69bcb992daa 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,13 @@
 phpPgAdmin History
 ------------------
 
+Version 4.1.3-rc-1
+-------------
+
+Bugs
+* Fix regression in 4.1.2 for non-mainstream locales (including SQL_ASCII)
+
+
 Version 4.1.2
 -------------
 
index cf75c3f280a261f1692d068a000103c3931dfbce..14c1a8f8df40b47a8414799b52d514612e941d68 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.111.2.5.2.1 2007/06/16 15:28:44 xzilla Exp $
+        * $Id: lib.inc.php,v 1.111.2.5.2.2 2007/06/25 15:14:19 xzilla Exp $
         */
 
        include_once('./libraries/decorator.inc.php');
        
        // Set error reporting level to max
        error_reporting(E_ALL);
-        ini_set('display_errors',true);
 
        // Application name 
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '4.1.2';
+       $appVersion = '4.1.3-rc-1';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.0';