summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume (ioguix) de Rorthais2010-11-29 19:17:07 +0000
committerGuillaume (ioguix) de Rorthais2010-11-29 19:17:07 +0000
commit3740628f5f7c939b3a992ee7202697571d6ec23f (patch)
tree28425f577e1652e693856a2078df0cf162eea55b
parent1b71dac5f84b92f3f6614a07e6c58c3baa6b04c6 (diff)
Update BUGS CREDITS HISTORY and TODO before release
-rw-r--r--BUGS6
-rw-r--r--CREDITS10
-rw-r--r--HISTORY2
-rw-r--r--TODO5
4 files changed, 8 insertions, 15 deletions
diff --git a/BUGS b/BUGS
index ee8459d2..d3ef8aae 100644
--- a/BUGS
+++ b/BUGS
@@ -3,17 +3,11 @@ Internal Bugs List
This file is used to track current working tasks - just ignore it!
-fix getIndexes() and getConstraints() for < 7.3 to know about index type
- (eg. constraints can only be btree indexes)
-all DROP and ALTER commands MUST be fully schema-qualified otherwise you can accidentally drop stuff in pg_catalog :(
-need icons and Find for Casts and Conversions, Languages, Aggs and OpClasses
dump sequences when dumping tables
fix dumping clustering info
Need to fix:
* After changing password need to update data structures to avoid logouts
-* The getType function needs to be ported to 7.2 and 7.3 classes to add
- pretty type name and schema support
* Report login errors
* Don't offer owner change feature if user is not superuser
* check use of apostrophes, etc. in tree menu
diff --git a/CREDITS b/CREDITS
index dacea0d8..77f50fb3 100644
--- a/CREDITS
+++ b/CREDITS
@@ -4,7 +4,7 @@ CREDITS
Project Administration & Major Projects
- Robert Treat
-- JGuillaume 'ioguix' De Rorthais
+- Jehan-Guillaume (ioguix) De Rorthais
Translators
@@ -15,6 +15,8 @@ Translators
- Chih-Hsin Lee (Trad. Chinese)
- Hugo Jonker (Dutch)
- Pascal Peyre (French)
+- Guillaume Lelarge (French)
+- ioguix (French)
- H. Etzel, Markus Bertheau (German)
- Kalef (Italian)
- Tadashi Jokagi (Japanese)
@@ -46,7 +48,7 @@ Translators
Look & Feel
- Davey (CSS)
-- JGuillaume 'ioguix' De Rorthais (Cappuccino theme)
+- ioguix (Cappuccino theme)
- Tomasz Pala (Gotar theme)
Contributors
@@ -73,7 +75,7 @@ Contributors
- Tomasz Pala
- Ivan Zolotukhin
- Kristoffer `spq` Janke
-- Leonardo Augusto Sapiras (Improve phpPgAdmin ergonomy during the GSoC 2010, with JGuillaume 'ioguix' De Rorthais as mentor)
+- Leonardo Augusto Sapiras (Improve phpPgAdmin ergonomy during the GSoC 2010, with ioguix as mentor)
Third Party Libraries
@@ -92,7 +94,7 @@ Project resources:
Ongoing contributors:
- Omniti ( http://omniti.com/ ) - sponsors developpment as Robert Treat employer
-- Dalibo ( http://dalibo.com ) - sponsors developpment as Jehan-Guillaume de Rorthais employer
+- Dalibo ( http://dalibo.com ) - sponsors developpment as Jehan-Guillaume (ioguix) de Rorthais employer
Feature contributors:
diff --git a/HISTORY b/HISTORY
index 5030e96a..28a1b211 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,6 +4,8 @@ phpPgAdmin History
Version 5.0
-----------
+Released: 29th November 2010
+
Features
* Support for PostgreSQL 8.4 and 9.0
* Support for database level collation for 8.4+
diff --git a/TODO b/TODO
index b904a5cb..ae128138 100644
--- a/TODO
+++ b/TODO
@@ -12,11 +12,6 @@ item. If you want to work a claimed item, please contact the developers list.
An item is marked with a '-' if it has been completed.
-Note for PPA 5.0
-----------------
-
-* Fix operator's property page
-
Cluster
-------
* Allow reading of postgresql.conf and pg_hba.conf per pg_read_file() in 8.1