Changeset 2091 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
10/25/07 00:27:52 (10 months ago)
Author:
edmanm
Message:

r2240@lysithea: edmanm | 2007-10-25 00:27:45 -0400
Fix a bug in the network map that would cause the user to sometimes be
unable to select a circuit or server after clicking and dragging the
mouse in one of the lists (Ticket #269). Also take this opportunity to save a
little bit of memory by creating the context menus on demand and cleaning up
when they're closed, instead of allocating them on startup and cleaning up
only on exit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2090 r2091  
    1414  o If we prompt the user to enter a control password and they enter one, 
    1515    don't keep trying to use our randomly generated password. 
     16  o Fix a bug in the network map that would cause the user to sometimes be 
     17    unable to select a circuit or server after clicking and dragging the mouse 
     18    in one of the lists. (Ticket #269) 
    1619  o Stop leaking memory for pretty much every circuit we plotted on the network 
    1720    map. Found by Roger Dingledine and his Valgrind.