first crack at 5.0 release notes
authorRobert Treat <robert@robert-treats-macbook.local>
Mon, 6 Jul 2009 00:46:44 +0000 (20:46 -0400)
committerRobert Treat <robert@robert-treats-macbook.local>
Mon, 6 Jul 2009 00:46:44 +0000 (20:46 -0400)
HISTORY
TODO

diff --git a/HISTORY b/HISTORY
index c5d43b5a9d948042c86f1ba46d0379a31eb96847..ad9df0fba437f685f4e19a7cf28b144351bdba74 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,39 @@
 phpPgAdmin History
 ------------------
 
+Version 5.0
+-----------
+
+Features
+* Support for schema level export
+* Add ability to alter schema ownership
+* Clean up domain support and improve interface
+* Add support for commenting on functions
+* Allow user to rename role/users and set new passwords at the same time
+* Greatly enhanced Full-Text-Search capabilities
+* Overhauled Selenium Test suite to support multiple database versions
+* Optimized application graphics (Limo Driver)
+* Support for Column Level Privileges
+* Allow users to specify a template database at database creation time
+* Support killing processes  
+
+Bugs
+* Fix problems with query tracking on overly long queries
+* Ensure pg_dump paths are valid
+* Fix problems with table names containing quotes
+* Fix autocompletion support for cross-schema objects
+* Fix several problems for object names containing html charecters
+
+Translations
+* Czech (Marek Cernocky)
+* Greek (Adamantios Diamantidis)
+* Brazillian Portuguese (Fernando Wendt)
+
+Incompatabilities
+* No longer support PHP < 5.0
+* No longer support Postgres < 7.4
+
+
 Version 4.2
 -----------
 
diff --git a/TODO b/TODO
index aa3b76cd47f71f0cb62b6935826fe17225e4bf94..444fba58fd48bda5fd4ce225214824ce6614736c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -218,7 +218,6 @@ Miscellaneous
 * Pull FAQ/HISTORY/CREDITS/etc... from CVS for website. 
 * Add support for csvlogs [8.3]
 * Add executed file scripts in history 
-* support pg_kill_backend() [8.4]
 
 Exotic
 ------