changeset 610:90da5af6a952

Update version number and CHANGELOG
author Chris Cannam
date Tue, 03 Jul 2012 13:25:54 +0100
parents c1451b356097
children 864cf6bc6eff 22695de8581c
files CHANGELOG src/version.h
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Tue Jul 03 13:11:00 2012 +0100
+++ b/CHANGELOG	Tue Jul 03 13:25:54 2012 +0100
@@ -1,3 +1,15 @@
+
+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
--- a/src/version.h	Tue Jul 03 13:11:00 2012 +0100
+++ b/src/version.h	Tue Jul 03 13:25:54 2012 +0100
@@ -1,1 +1,1 @@
-#define EASYHG_VERSION "1.2.1"
+#define EASYHG_VERSION "1.2.2"