Changeset 8 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
08/25/08 03:07:14 (4 years ago)
Author:
tsuckowhomberg
Message:
  • fixed: wrong calculation of "start"-parameter for the buffer-request caused infinite loop. Adjusted calculation of return value in "getPredictedBufferIndex()" to always return correct value for "start"-parameter if the "nearLimit" property is greater than or equals to half of store's "bufferSize" property (fixes google issue 4)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r6 r8  
    1 Version 0.1.1 
     1Version 0.1.2 
     225-August-2008 
     3 
     4- fixes: 
     5 - BufferedGridView: wrong calculation of "start"-parameter for the buffer-request 
     6caused infinite loop. Adjusted calculation of return value in "getPredictedBufferIndex()" 
     7to always return correct value for "start"-parameter if the "nearLimit" property is greater 
     8than or equals to half of store's "bufferSize" property (fixes google issue 4) 
     9 
     10Version 0.1.1 
    21125-August-2008 
    312