[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jan 24 11:12:01 2002


User:      racke
Date:      2002-01-24 16:11:50 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Log:
documented latest fixes

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.29  +16 -3     interchange/WHATSNEW


rev 2.6.2.29, prev_rev 2.6.2.28
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.6.2.28
retrieving revision 2.6.2.29
diff -u -r2.6.2.28 -r2.6.2.29
--- WHATSNEW	22 Jan 2002 03:01:30 -0000	2.6.2.28
+++ WHATSNEW	24 Jan 2002 16:11:50 -0000	2.6.2.29
@@ -16,13 +16,20 @@
   and patch supplied by Frederic Steinfels <fredo@dvdupgrades.ch>.
 
 * row_hash returns undef now for memory databases too instead of 
-  throwing an error if no row is found
+  throwing an error if no row is found.
+
+* Give better error message when a required catalog directive 
+  is missing (Bug #337). Use main file (usually catalog.cfg) instead of 
+  empty string or catalog_after.cfg (etc.) as example of where directive 
+  should go. Thanks to Jeff Murphy (jcmurphy+rhic@jeffmurphy.org) 
+  for reporting.
 
 Admin UI
 --------
 
-* Fixed permission checks in several pages (problem found by
-  Massimiliano Ciancio <mciancio@tiscali.it>)
+* Fixed permission checks in several pages (thanks to Massimiliano Ciancio 
+  <mciancio@tiscali.it> for investigating to audit the permission checks)
+  and a typo in if-mm.
 
 * About links are working now in catalogs that are not based on foundation.
 
@@ -34,6 +41,12 @@
 
 * Mispelled month name fixed in iTransact module which caused failure.
   Found by Cameron Prince.
+
+Foundation
+----------
+
+* Removed trailing whitespace that caused browse page to contain
+  Perl code garbage. Found by Salvador Caballe.
 
 ------------------------------------------------------------------------------