diff --git a/ChangeLog b/ChangeLog index 116f207..e34b532 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,24 +1,26 @@ -Version 0.5.0 - released 2006-??-?? +Version 0.5.0 - released 2007-02-25 * switch to cmake build system New Features ------------ - * [0000002] add-, commit- delete- and revert-Dialogs are now modeless. - * [0000005] show strict node history in Show Log is selectable. - * [0000012] Optionally stoes all QSvn-Settings in an IniFile. + * [0000002] Add-, Commit- Delete- and Revert-Dialogs are now modeless. + * [0000005] Show strict node history in Show Log is selectable. + * [0000012] Optionally stores all QSvn-Settings in an IniFile. You can set the IniFile through a command line parameter given to QSvn on startup. Example for Windows: qsvn.exe --inifile=c:\myini.ini - * [0000013] copy file - * [0000014] move file - * [0000015] rename file - * [0000016] mkdir + * [0000013] Copy file + * [0000014] Move file + * [0000015] Rename file + * [0000016] Make directory * Check for empty Log Messages in Commit Dialog (optional). - * Commit Dialog shows conflicted files. + * Commit Dialog shows conflicted files also. * Enable Multiselect for Working Copies. * Show Log Dialog shows the logs-path in the window title. - * FileList watch the File System for changes. All changes are immediately visible. + * FileList watch the File System for changes. + All changes are immediately visible. + Also in alle FileSelector windows (commit, revert, add, delete) New Features (Windows only) ---------------------------