summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Treat2019-09-28 21:05:30 +0000
committerRobert Treat2019-09-28 21:12:12 +0000
commit22b1a3eecb9827f5bafa0e167ead8acb4e7a0ed4 (patch)
treee1419521d0081a1e9736e1dbbf8bf6e5e136444e
parent450f15b850b09d189b518177b69c9f77c4cf0206 (diff)
Mark PPA release 7.12.0
Update HISTORY and clean up CREDITS file for new release.
-rw-r--r--CREDITS13
-rw-r--r--HISTORY20
-rw-r--r--libraries/lib.inc.php2
3 files changed, 24 insertions, 11 deletions
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';