Show More
@@ -5,13 +5,73 b'' | |||||
5 | <meta http-equiv="Content-Style-Type" content="text/css"> |
|
5 | <meta http-equiv="Content-Style-Type" content="text/css"> | |
6 | <title></title> |
|
6 | <title></title> | |
7 | <style type="text/css"> |
|
7 | <style type="text/css"> | |
8 |
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 1 |
|
8 | p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica} | |
9 | p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} |
|
9 | p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} | |
10 | </style> |
|
10 | </style> | |
11 | </head> |
|
11 | </head> | |
12 | <body> |
|
12 | <body> | |
13 | <p class="p1">This is a prepackaged release of <a href="http://www.selenic.com/mercurial">Mercurial</a> for Mac OS X.</p> |
|
13 | <p class="p1">This is a prepackaged release of <a href="http://www.selenic.com/mercurial">Mercurial</a> for Mac OS X.</p> | |
14 | <p class="p2"><br></p> |
|
14 | <p class="p2"><br></p> | |
15 | <p class="p1">It is based on Mercurial 0.9.</p> |
|
15 | <p class="p1">It is based on Mercurial 0.9.1</p> | |
|
16 | <br> | |||
|
17 | <pre> | |||
|
18 | Release Notes | |||
|
19 | ------------- | |||
|
20 | ||||
|
21 | 2006-07-24 v0.9.1 | |||
|
22 | ||||
|
23 | Major changes between Mercurial 0.9 and 0.9.1: | |||
|
24 | ||||
|
25 | New features: | |||
|
26 | - You can now configure your 'hgweb' server to let remote users | |||
|
27 | 'push' changes over http. | |||
|
28 | - You can now 'import' a patch in a mail message by saving the mail | |||
|
29 | message, and importing it. This works for patches sent either | |||
|
30 | inline or as attachments. | |||
|
31 | - The 'diff' command now accepts '-rA:B' syntax as a synonym for | |||
|
32 | '-r A -r B', and adds '-b' and '-B' options. | |||
|
33 | ||||
|
34 | New contributions and extensions: | |||
|
35 | - The 'acl' extension lets you lock down parts of a repository | |||
|
36 | against incoming changes | |||
|
37 | - The 'extdiff' extension lets you run your favourite graphical | |||
|
38 | change viewer | |||
|
39 | - Comprehensive integration with the 'vim' editor | |||
|
40 | - A restricted shell for 'ssh'-hosted repositories | |||
|
41 | - An importer for 'darcs' repositories | |||
|
42 | ||||
|
43 | New hooks added: | |||
|
44 | - 'preupdate' is run before an update or merge in the working | |||
|
45 | directory. | |||
|
46 | - 'update' is run after an update or merge in the working | |||
|
47 | directory. | |||
|
48 | ||||
|
49 | Behaviour changes: | |||
|
50 | - NOTE: Mercurial as installed by the Windows binary | |||
|
51 | installer no longer performs automatic line-ending conversion for | |||
|
52 | Unix/Linux compatibility. To re-enable this feature, edit your | |||
|
53 | 'mercurial.ini' file after you upgrade. | |||
|
54 | - The Windows binary installer now automatically adds 'hg' to your | |||
|
55 | '%PATH%'. | |||
|
56 | - The 'backout' command now runs an editor by default, to let you | |||
|
57 | modify the commit message for a backed-out changeset. | |||
|
58 | - An earlier problem with parsing of tags has been fixed. | |||
|
59 | This makes tag parsing slower but more reliable. | |||
|
60 | ||||
|
61 | Memory usage and performance improvements: | |||
|
62 | - The 'remove' command has been rewritten to be hundreds of times | |||
|
63 | faster in large repositories. | |||
|
64 | - It is now possible to 'clone' a repository very quickly over a | |||
|
65 | LAN, if the server is configured to allow it. See the new 'server' | |||
|
66 | section in the 'hgrc' documentation. | |||
|
67 | ||||
|
68 | Other changes of note: | |||
|
69 | - Mercurial will now print help for an extension if you type 'hg | |||
|
70 | help EXT_NAME'. | |||
|
71 | - The usual array of bug fixes and documentation improvements. | |||
|
72 | - The integrated web server is now more WSGI-compliant. | |||
|
73 | - Work has begun to solidify Mercurial's API for use by third-party | |||
|
74 | packages. | |||
|
75 | </pre> | |||
16 | </body> |
|
76 | </body> | |
17 | </html> |
|
77 | </html> |
@@ -14,7 +14,7 b'' | |||||
14 | </head> |
|
14 | </head> | |
15 |
|
15 | |||
16 | <body> |
|
16 | <body> | |
17 | <h1>Mercurial version 0.9 for Windows</h1> |
|
17 | <h1>Mercurial version 0.9.1 for Windows</h1> | |
18 |
|
18 | |||
19 | <p>Welcome to Mercurial for Windows!</p> |
|
19 | <p>Welcome to Mercurial for Windows!</p> | |
20 |
|
20 |
@@ -4,7 +4,7 b'' | |||||
4 | [Setup] |
|
4 | [Setup] | |
5 | AppCopyright=Copyright 2005, 2006 Matt Mackall and others |
|
5 | AppCopyright=Copyright 2005, 2006 Matt Mackall and others | |
6 | AppName=Mercurial |
|
6 | AppName=Mercurial | |
7 | AppVerName=Mercurial version 0.9 |
|
7 | AppVerName=Mercurial version 0.9.1 | |
8 | InfoAfterFile=contrib/win32/postinstall.txt |
|
8 | InfoAfterFile=contrib/win32/postinstall.txt | |
9 | LicenseFile=COPYING |
|
9 | LicenseFile=COPYING | |
10 | ShowLanguageDialog=yes |
|
10 | ShowLanguageDialog=yes | |
@@ -14,10 +14,10 b' AppSupportURL=http://www.selenic.com/mer' | |||||
14 | AppUpdatesURL=http://www.selenic.com/mercurial |
|
14 | AppUpdatesURL=http://www.selenic.com/mercurial | |
15 | AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} |
|
15 | AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} | |
16 | AppContact=mercurial@selenic.com |
|
16 | AppContact=mercurial@selenic.com | |
17 | OutputBaseFilename=Mercurial-0.9 |
|
17 | OutputBaseFilename=Mercurial-0.9.1 | |
18 | DefaultDirName={sd}\Mercurial |
|
18 | DefaultDirName={sd}\Mercurial | |
19 | SourceDir=C:\hg\hg-release |
|
19 | SourceDir=C:\hg\hg-release | |
20 | VersionInfoVersion=0.9 |
|
20 | VersionInfoVersion=0.9.1 | |
21 | VersionInfoDescription=Mercurial distributed SCM |
|
21 | VersionInfoDescription=Mercurial distributed SCM | |
22 | VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others |
|
22 | VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others | |
23 | VersionInfoCompany=Matt Mackall and others |
|
23 | VersionInfoCompany=Matt Mackall and others |
@@ -7,6 +7,62 b' file that comes with this package.' | |||||
7 | Release Notes |
|
7 | Release Notes | |
8 | ------------- |
|
8 | ------------- | |
9 |
|
9 | |||
|
10 | 2006-07-24 v0.9.1 | |||
|
11 | ||||
|
12 | Major changes between Mercurial 0.9 and 0.9.1: | |||
|
13 | ||||
|
14 | New features: | |||
|
15 | - You can now configure your 'hgweb' server to let remote users | |||
|
16 | 'push' changes over http. | |||
|
17 | - You can now 'import' a patch in a mail message by saving the mail | |||
|
18 | message, and importing it. This works for patches sent either | |||
|
19 | inline or as attachments. | |||
|
20 | - The 'diff' command now accepts '-rA:B' syntax as a synonym for | |||
|
21 | '-r A -r B', and adds '-b' and '-B' options. | |||
|
22 | ||||
|
23 | New contributions and extensions: | |||
|
24 | - The 'acl' extension lets you lock down parts of a repository | |||
|
25 | against incoming changes | |||
|
26 | - The 'extdiff' extension lets you run your favourite graphical | |||
|
27 | change viewer | |||
|
28 | - Comprehensive integration with the 'vim' editor | |||
|
29 | - A restricted shell for 'ssh'-hosted repositories | |||
|
30 | - An importer for 'darcs' repositories | |||
|
31 | ||||
|
32 | New hooks added: | |||
|
33 | - 'preupdate' is run before an update or merge in the working | |||
|
34 | directory. | |||
|
35 | - 'update' is run after an update or merge in the working | |||
|
36 | directory. | |||
|
37 | ||||
|
38 | Behaviour changes: | |||
|
39 | - NOTE: Mercurial as installed by the Windows binary | |||
|
40 | installer no longer performs automatic line-ending conversion for | |||
|
41 | Unix/Linux compatibility. To re-enable this feature, edit your | |||
|
42 | 'mercurial.ini' file after you upgrade. | |||
|
43 | - The Windows binary installer now automatically adds 'hg' to your | |||
|
44 | '%PATH%'. | |||
|
45 | - The 'backout' command now runs an editor by default, to let you | |||
|
46 | modify the commit message for a backed-out changeset. | |||
|
47 | - An earlier problem with parsing of tags has been fixed. | |||
|
48 | This makes tag parsing slower but more reliable. | |||
|
49 | ||||
|
50 | Memory usage and performance improvements: | |||
|
51 | - The 'remove' command has been rewritten to be hundreds of times | |||
|
52 | faster in large repositories. | |||
|
53 | - It is now possible to 'clone' a repository very quickly over a | |||
|
54 | LAN, if the server is configured to allow it. See the new 'server' | |||
|
55 | section in the 'hgrc' documentation. | |||
|
56 | ||||
|
57 | Other changes of note: | |||
|
58 | - Mercurial will now print help for an extension if you type 'hg | |||
|
59 | help EXT_NAME'. | |||
|
60 | - The usual array of bug fixes and documentation improvements. | |||
|
61 | - The integrated web server is now more WSGI-compliant. | |||
|
62 | - Work has begun to solidify Mercurial's API for use by third-party | |||
|
63 | packages. | |||
|
64 | ||||
|
65 | ||||
10 | 2006-05-10 v0.9 |
|
66 | 2006-05-10 v0.9 | |
11 |
|
67 | |||
12 | * Major changes between Mercurial 0.8.1 and 0.9: |
|
68 | * Major changes between Mercurial 0.8.1 and 0.9: |
General Comments 0
You need to be logged in to leave comments.
Login now