# # # patch "NEWS" # from [44e459356b27d94e5f3c70224057bc75123e2b69] # to [2b604763258b6fe0c75597daa1df13433ce8f5e3] # # patch "src/monotone/MonotoneThread.cpp" # from [88773a0b36a1fae0b58d5663dedab7b86d413aac] # to [cc51913105c329f227b953d1cca58ed349d2ed8a] # ============================================================ --- NEWS 44e459356b27d94e5f3c70224057bc75123e2b69 +++ NEWS 2b604763258b6fe0c75597daa1df13433ce8f5e3 @@ -1,3 +1,8 @@ +????-??-?? (0.7.1) + - bugfix: if guitone is closed too fast (f.e. before the internal mtn thread + could be started), the application wasn't closed properly, but only removed + all open windows. + 2008-01-16 (0.7) - new: possibility to display the history of a single file in chronological order: In the workspace view, right-click on any tracked file and hit ============================================================ --- src/monotone/MonotoneThread.cpp 88773a0b36a1fae0b58d5663dedab7b86d413aac +++ src/monotone/MonotoneThread.cpp cc51913105c329f227b953d1cca58ed349d2ed8a @@ -225,7 +225,7 @@ void MonotoneThread::run() bool processingTask = false; - while (true) + while (!doAbort) { // send the thread to sleep if there are no tasks to process lock.lock();