From 2a6d469917ec7f85b83acfcb423f41d18f0d4799 Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Tue, 23 Mar 2010 22:56:00 +0100 Subject: [PATCH] Update HISTORY file and bump version to 4.2.3 --- HISTORY | 10 ++++++++++ libraries/lib.inc.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 6f19dd09..64358b75 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,16 @@ phpPgAdmin History ------------------ +Version 4.2.3 +------------- + +Bugs +* Fix bug where space as first character in a bytea column was removed by html renderer +* Check if the given pg_dumpall / pg_dump paths are correct before using them +* Fix some transalation files that had bad UTF-8 declaration, rising a warning +* Fix bug with tables that contain quote in their name +* support PHP 5.3 + Version 4.2.2 ------------- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 926744d0..955df5e5 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '4.2.2'; + $appVersion = '4.2.3'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; -- 2.39.5