From: Robert Treat Date: Sat, 28 Sep 2019 21:05:30 +0000 (-0400) Subject: Mark PPA release 7.12.0 X-Git-Tag: REL_7-12-1~19 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=22b1a3eecb9827f5bafa0e167ead8acb4e7a0ed4;p=phppgadmin.git Mark PPA release 7.12.0 Update HISTORY and clean up CREDITS file for new release. --- diff --git a/CREDITS b/CREDITS index b823ebc2..d905698d 100644 --- a/CREDITS +++ b/CREDITS @@ -90,19 +90,12 @@ Third Party Libraries Corporate Sponsors Project resources: -- github.com - Official project home -- Kattare Internet (http://www.kattare.com/) - Hosting the demo server -- Sourceforge.net - Hosting, Source Package Provider, Legacy project services (Bug/Feature Tracker, mailing lists, code repository) - -Ongoing contributors: - -- OmniTI ( https://omniti.com ) - sponsors developpment as Robert Treat employer - -Feature contributors: +- Github => Official project home +Past Feature Sponsors: - SpikeSource (www.spikesource.com) - Slony support - Google Summer of Code (http://code.google.com/soc/2006/pgsql/appinfo.html?csaid=DB096D908B948D89) - phpPgAdmin Improvements - Google Summer of Code (http://code.google.com/soc/2007/postgres/appinfo.html?csaid=E89B3D5E2DC4170A) - Full Text Search in PostgreSQL GUI Tools - Google Summer of Code (http://code.google.com/p/google-summer-of-code-2010-postgres/downloads/detail?name=Leonardo_Augusto_Sapiras.tar.gz) - Improve phpPgAdmin ergonomy - Dalibo ( http://dalibo.com ) - sponsored development as Jehan-Guillaume (ioguix) de Rorthais employer - +- OmniTI (https://omniti.com ) - sponsored development as Robert Treat employer diff --git a/HISTORY b/HISTORY index e1e490b4..3080c109 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,26 @@ phpPgAdmin History ------------------ +Version 7.12.0 +-------------- + +Released: September 28, 2019 + +Features +* Add Support for PHP 7.x +* Add Support for Postgres 12 +* Update Bootstrap to version 3.3.7 (wisekeep) + +Bugs: +* Fix several issues with CSS files (wisekeep) +* Clean up file permissions (nirgal) +* Fixed Reflected XSS vulnerability (om3rcitak) +* Fixes with sequence visbility and permission handling. + +Incompatabilities: +* We no longer support php5 +* Change in version numbering system + Version 5.6 ----------- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 66edf8e9..4494680d 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '7.x-dev'; + $appVersion = '7.12.0'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4';