# # # patch "NEWS" # from [5eff9764cab7ac88c623822e4c919c3d1628a9a8] # to [3e84a47e8bd312a6673877374350b909a6115276] # # patch "README.driver" # from [c18ae3d9ee331e21fc63c1562255660a9cd9f183] # to [6fa9383bfdab921320e2eaa876389c3b5bc81dd5] # ============================================================ --- NEWS 5eff9764cab7ac88c623822e4c919c3d1628a9a8 +++ NEWS 3e84a47e8bd312a6673877374350b909a6115276 @@ -64,6 +64,8 @@ all open windows - bugfix: if a window is closed with ctrl-w we now make sure that the app doesn't crash... + - bugfix: fixed a problem in the Select Revision dialog when a certain user + input lead to spurious, unexpected output from the running monotone process 2008-04-06 (0.7.1) - new: possibility to suppress the upper version check which lets ============================================================ --- README.driver c18ae3d9ee331e21fc63c1562255660a9cd9f183 +++ README.driver 6fa9383bfdab921320e2eaa876389c3b5bc81dd5 @@ -50,6 +50,3 @@ Known Bugs * Please note that there is currently no way of getting data from these calls in a defined way. If you need such a thing, drop me a mail and I'm sure we find a solution. - -* Currently calling functions with arguments leads to unexpected behaviour or - even crashes. I'm still investigating the issue.