view CHANGELOG @ 615:22695de8581c

Add macx-llvm target
author Chris Cannam
date Tue, 03 Jul 2012 13:54:18 +0100
parents 90da5af6a952
children ff0b814d6a80
line wrap: on
line source

Changes in v1.2.2 since v1.2.1:
 * Fix failure to provide IV arg to AES CBC constructor in PyCrypto
 * Update the history after a failed merge to show the merge
 * Clear the history while cloning a new repo
 * Show a sensible error when clone target can't be created
 * Minor improvements to zooming in history widget
 * Various other minor fixes

Changes in v1.2.1 since v1.2:
 * Fix a filesystem watcher bug (affecting OS/X only)

Changes in v1.2 since v1.1:

 * Add a Find function to both My Work and History tabs
 * Add a Cancel button to the progress bar in the status line when
   carrying out network operations
 * Remove Refresh button from the toolbar. This button was found to be
   causing significant confusion, as some users interpreted it as
   meaning resynchronise with the server, while in fact all it did was
   re-read the local working copy. The function is still present, but
   has been relegated to File -> Re-Read Working Folder
 * Rework the filesystem watcher code, making it generally more
   reliable (a requirement for removing the Refresh button)
 * Fix problem with return codes in Mercurial 2.1 causing push and
   pull to be reported as failing
 * Make it possible to clear the remote repository URL
 * Switch the Windows installer from InstallJammer to WiX

Changes in v1.1 since v1.0.1:

 * Closed branches are now supported: you can close a branch in EasyMercurial
   and closed branches are truncated by default
 * Bookmarks are now displayed, though you still cannot create them
 * Fix excessive window size when very long URL or filename used
 * Fix inconsistent state following a merge that results in no changes
 * Improve server port detection when sharing repository
 * Add help topic for merge
 * Update program icon!