annotate download.html @ 23:88b6bc7f649d

Note about 1.2.1
author Chris Cannam
date Thu, 19 Apr 2012 12:53:10 +0100
parents c4004190440a
children b5e9fe10473c
rev   line source
Chris@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@1 2 <html>
Chris@1 3 <head>
Chris@1 4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Chris@1 5 <title>EasyMercurial</title>
Chris@1 6 <link rel="stylesheet" href="screen.css" media="screen"/>
Chris@1 7 <meta name="robots" content="index">
Chris@1 8 <meta name="description" content="">
Chris@1 9 </head>
Chris@1 10 <body>
Chris@1 11
Chris@1 12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div>
Chris@1 13
Chris@1 14 <div id="navbar"><div id="navbar-inner">
Chris@1 15 <a name="navigation" id="navigation"></a>
Chris@1 16 <div id="primary">
Chris@12 17 <ul class="links">
Chris@12 18 <li class="first"><a href="index.html" title="">Home</a></li>
Chris@12 19 <li><a href="development.html" title="Development">Development</a></li>
Chris@12 20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li>
Chris@8 21 <li><a href="videos.html" title="Videos">Videos</a></li>
Chris@1 22 <li class=last>Download</li>
Chris@12 23 </ul>
Chris@12 24 </div>
Chris@1 25 </div></div>
Chris@1 26
Chris@1 27 <div id="page">
Chris@12 28
Chris@18 29 <p><big>The current release is EasyMercurial 1.2.</big><br>Read the <a href="http://bitbucket.org/cannam/easyhg/raw/tip/CHANGELOG">list of changes since the last release</a>.</p>
Chris@12 30
Chris@23 31 <p>Note: As of 2012-04-18, there is a 1.2.1 point release available
Chris@23 32 for OS/X only which fixes a filesystem watcher bug discovered on that
Chris@23 33 platform. For all other platforms, 1.2 is still the current
Chris@23 34 release.</p>
Chris@23 35
Chris@23 36 <p>The EasyMercurial 1.2.1 <a
Chris@23 37 href="https://code.soundsoftware.ac.uk/attachments/download/428/EasyMercurial-1.2.1-src.tar.gz">source
Chris@22 38 code package is here</a>.</p>
Chris@22 39
Chris@22 40 <p>The packages below also contain a custom build of the <a
Chris@19 41 href="http://kdiff3.sourceforge.net/">KDiff3</a> diff/merge utility:
Chris@19 42 thanks to Joachim Eibl. We have tweaked it to remove some features not
Chris@19 43 needed for EasyMercurial. Source code for our tweaked version can be
Chris@19 44 found <a
Chris@19 45 href="https://code.soundsoftware.ac.uk/projects/easyhg-kdiff3">here</a>.
Chris@19 46
Chris@1 47 <div id="download-windows">
Chris@1 48 <h2>Windows</h2>
Chris@1 49
Chris@19 50 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/391/EasyMercurial-1.2-Setup.2.msi">Download EasyMercurial Windows installer</a></big></p>
Chris@1 51
Chris@19 52 <p>The Mercurial executable and KDiff3 diff/merge application are included.<br>If you are using Vista or Windows 7, just install and run.<br>Windows XP users should install <a href="http://www.microsoft.com/download/en/details.aspx?id=29">this package</a> from Microsoft first.</p>
Chris@19 53
Chris@19 54 <p>Thanks to the <a href="http://tortoisehg.bitbucket.org/">TortoiseHg project</a> for the bundling mechanism.</p>
Chris@1 55
Chris@1 56 </div>
Chris@1 57 <div id="download-mac">
Chris@1 58 <h2>Mac OS/X</h2>
Chris@1 59
Chris@23 60 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/427/EasyMercurial-1.2.1.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
Chris@1 61
Chris@1 62 <p>Mercurial itself is not included in this package.<br><a href="http://mercurial.selenic.com/" target="_new">Download and install it</a> before you run EasyMercurial.</p>
Chris@1 63
Chris@1 64 <p>You may also wish to install the <a href="https://www.dlitz.net/software/pycrypto/">PyCrypto</a> library to enable the EasyMercurial password management facility. To do so, type <b><code>sudo easy_install pycrypto</code></b> in a terminal window.</p>
Chris@1 65
Chris@1 66 </div>
Chris@1 67 <div id="download-linux">
Chris@1 68 <h2>Linux</h2>
Chris@1 69
Chris@18 70 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/386/easymercurial_1.2cc-1_i386.deb">Download EasyMercurial for 32-bit Ubuntu/Debian</a><br>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/388/easymercurial_1.2cc-1_amd64.deb">Download EasyMercurial for 64-bit Ubuntu/Debian</a></big></p>
Chris@1 71
Chris@6 72 <p>You should only have to install the relevant package: and all the necessary dependencies should be added by your package manager.</p>
Chris@1 73
Chris@6 74 </div>