Update HISTORY and Bump version for 7.12.1 REL_7-12-1
authorRobert Treat <rob@xzilla.net>
Mon, 9 Dec 2019 06:45:24 +0000 (01:45 -0500)
committerRobert Treat <rob@xzilla.net>
Mon, 9 Dec 2019 06:45:24 +0000 (01:45 -0500)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index efcb3dcef7e671e5d9a1f6b1b2b526e714593ab8..55e64379481bb6273a2ab6bb489201cae9a47f7c 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -4,10 +4,16 @@ phpPgAdmin History
 Version 7.12.1
 --------------
 
+Features:
+* Add support for granting USAGE on sequences
+* Update French translation 
+
 Bugs: 
+* Fix issues with OID removal in Postgres 12+
 * Remove broken tree branch from table/view browse option
 * Properly escape identifiers when browsing tables/views/schemas
 * Fix truncation of long multibyte strings 
+* Clean up a number of misspellings and typos from codespell report
 
 Incompatabilities:
 * Require mbstring module support in PHP
index 80c62a107ff5d1cd570d601adc260b3477c1ac17..206c593803c5f90b2580f7a81f07cd6cd3e87484 100644 (file)
@@ -16,7 +16,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '7.12.0';
+       $appVersion = '7.12.1';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.4';