# # # patch "NEWS" # from [07589eb663945de2cea8a7baf04cc0b4423217a9] # to [2df9c6e6c18db478162a0ea9931f1b3d0b2b3a41] # ============================================================ --- NEWS 07589eb663945de2cea8a7baf04cc0b4423217a9 +++ NEWS 2df9c6e6c18db478162a0ea9931f1b3d0b2b3a41 @@ -1,3 +1,25 @@ +2007-04-20 (0.6.2) + - public release of 0.6.2, adapted NEWS + +2007-04-20 (0.6.1) + - internal release + - improved: better algorithm to shorten the branch name displayed in the + window title in workspace mode + - bugfix: replaced Qt assert macro by self-defined macro which should now + make guitone properly build in release mode + - bugfix: guitone should now build properly on 64bit machines (thanks to + Christian Stoitner for giving advice) + - bugfix: removed NULL in GetRevision.cpp model as it seems to be undefined + on some platforms (thanks again to Christian Stoitner) + - bugfix: disabled branch name querying on Win32 for the root item, + apparently this does put the Monotone wrapper in an endless loop waiting + for data. the fix is a big hack since I still don't know what is + going on there (thanks to Howard Spindel for pointing out the problem) + - internal: replaced left qDebug, qWarning and qCritical messages with our + own macros, this also means that in release builds now absolutely no debug + messages should be logged or displayed on console + - build.sh now by default configures guitone to build in release mode + 2007-04-10 (0.6) - new: possibility to commit a revision via Workspace > Commit revision (note: the update of the existing workspace is not yet supported)