Update 7.4.1 release notes in preparation for release.
authorBruce Momjian
Sun, 21 Dec 2003 05:23:36 +0000 (05:23 +0000)
committerBruce Momjian
Sun, 21 Dec 2003 05:23:36 +0000 (05:23 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index e14ca74d08c78c28d6f1a0d8f0827e4d7e95c995..5eb79ec03587cb5defaf4a19ba3ff7c3a5f93241 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -25,8 +25,6 @@ DROP SCHEMA information_schema CASCADE;
    
 Changes
 
-   Changes as of 2003-12-14
-   
      * Fixed bug in "CREATE SCHEMA" parsing in ECPG (Michael)
      * Fix compile error when "--enable-thread-safety" and "--with-perl"
        are used together (Peter)
@@ -63,6 +61,24 @@ Changes
        encodings. This fix escapes all bytes that might be affected.
      * Added missing SPI_finish() calls to dblink's
        get_tuple_of_interest() (Joe)
+     * New Czech FAQ
+     * Fix information schema constraint_column_usage for foreign keys
+       (Peter)
+     * Ecpg fixes (Michael)
+     * Fix bug with multiple IN subqueries and joins in the subqueries
+       (Tom)
+     * Alllow COUNT('x') to work (Tom)
+     * Install Informix ecpg include files into separate /informix
+       directory (Peter)
+       Some Informix ecpg include file names conflicted with operating
+       system include files. By installing them in their own directory,
+       name conflicts have been reduced.
+     * Fix SSL memory leak (Neil)
+       This release fixes a bug in 7.4 where SSL didn't free all memory
+       it allocated.
+     * Prevent pg_service.conf from using service name as default dbname
+       (Bruce)
+     * Fix local 'ident' on FreeBSD (Tom)
      _________________________________________________________________
    
                                 Release 7.4
index f20bbfeb3f2b6374ed68ee45396c8800ceb36988..db426da5daa62ef7fb0df619f8dfa02f152c5db1 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -46,7 +46,6 @@ DROP SCHEMA information_schema CASCADE;
    
     Changes
 
-Changes as of 2003-12-14
 
 Fixed bug in CREATE SCHEMA parsing in ECPG (Michael)
 Fix compile error when  and  are used together (Peter)
@@ -95,6 +94,24 @@ DROP SCHEMA information_schema CASCADE;
 
 
 Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)
+New Czech FAQ
+Fix information schema constraint_column_usage for foreign keys (Peter)
+Ecpg fixes (Michael)
+Fix bug with multiple IN subqueries and joins in the subqueries (Tom)
+Alllow COUNT('x') to work (Tom)
+Install Informix ecpg include files into separate /informix directory (Peter)
+
+  Some Informix ecpg include file names conflicted with operating system include files.
+  By installing them in their own directory, name conflicts have been reduced.
+
+
+Fix SSL memory leak (Neil)
+
+  This release fixes a bug in 7.4 where SSL didn't free all memory it allocated.
+
+
+Prevent pg_service.conf from using service name as default dbname (Bruce)
+Fix local 'ident' on FreeBSD (Tom)