Show More
@@ -14,7 +14,7 b'' | |||
|
14 | 14 | </head> |
|
15 | 15 | |
|
16 | 16 | <body> |
|
17 |
<h1>Mercurial version 0. |
|
|
17 | <h1>Mercurial version 0.9 for Windows</h1> | |
|
18 | 18 | |
|
19 | 19 | <p>Welcome to Mercurial for Windows!</p> |
|
20 | 20 |
@@ -4,7 +4,7 b'' | |||
|
4 | 4 | [Setup] |
|
5 | 5 | AppCopyright=Copyright 2005, 2006 Matt Mackall and others |
|
6 | 6 | AppName=Mercurial |
|
7 |
AppVerName=Mercurial version 0. |
|
|
7 | AppVerName=Mercurial version 0.9 | |
|
8 | 8 | InfoAfterFile=contrib/win32/postinstall.txt |
|
9 | 9 | LicenseFile=COPYING |
|
10 | 10 | ShowLanguageDialog=yes |
@@ -14,10 +14,10 b' AppSupportURL=http://www.selenic.com/mer' | |||
|
14 | 14 | AppUpdatesURL=http://www.selenic.com/mercurial |
|
15 | 15 | AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} |
|
16 | 16 | AppContact=mercurial@selenic.com |
|
17 |
OutputBaseFilename=Mercurial-0. |
|
|
17 | OutputBaseFilename=Mercurial-0.9 | |
|
18 | 18 | DefaultDirName={sd}\Mercurial |
|
19 | 19 | SourceDir=C:\hg\hg-release |
|
20 |
VersionInfoVersion=0. |
|
|
20 | VersionInfoVersion=0.9 | |
|
21 | 21 | VersionInfoDescription=Mercurial distributed SCM |
|
22 | 22 | VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others |
|
23 | 23 | VersionInfoCompany=Matt Mackall and others |
@@ -4,10 +4,47 b' Welcome to Mercurial for Windows!' | |||
|
4 | 4 | For configuration and usage directions, please read the ReadMe.html |
|
5 | 5 | file that comes with this package. |
|
6 | 6 | |
|
7 | ||
|
8 | 7 | Release Notes |
|
9 | 8 | ------------- |
|
10 | 9 | |
|
10 | 2006-05-10 v0.9 | |
|
11 | ||
|
12 | * Major changes between Mercurial 0.8.1 and 0.9: | |
|
13 | ||
|
14 | - The repository file format has been improved. | |
|
15 | - This has resulted in an average 40% reduction in disk space usage. | |
|
16 | - The new format (called RevlogNG) is now the default. | |
|
17 | - Mercurial works perfectly with both the old and new repository | |
|
18 | file formats. It can transfer changes transparently between | |
|
19 | repositories of either format. | |
|
20 | - To use the new repository format, simply use `hg clone --pull` to | |
|
21 | clone an existing repository. | |
|
22 | - Note: Versions 0.8.1 and earlier of Mercurial cannot read | |
|
23 | RevlogNG repositories directly, but they can `clone`, `pull` | |
|
24 | from, and `push` to servers that are serving RevlogNG | |
|
25 | repositories. | |
|
26 | - Memory usage has been improved by over 50% for many common operations. | |
|
27 | - Substantial performance improvements on large repositories. | |
|
28 | - New commands: | |
|
29 | - 'archive' - generate a directory tree snapshot, tarball, or zip | |
|
30 | file of a revision | |
|
31 | - Deprecated commands: | |
|
32 | - 'addremove' - replaced by 'add' and 'remove --after' | |
|
33 | - 'forget' - replaced by 'revert' | |
|
34 | - 'undo' - replaced by 'rollback' | |
|
35 | - New extensions: | |
|
36 | - Bugzilla integration hook | |
|
37 | - Email notification hook | |
|
38 | - Nested repositories are now supported. Mercurial will not recurse | |
|
39 | into a subdirectory that contains a '.hg' directory. It is treated | |
|
40 | as a separate repository. | |
|
41 | - The standalone web server, 'hg serve', is now threaded, so it can | |
|
42 | talk to multiple clients at a time. | |
|
43 | - The web server can now display a "message of the day". | |
|
44 | - Support added for hooks written in Python. | |
|
45 | - Many improvements and clarifications to built-in help. | |
|
46 | ||
|
47 | ||
|
11 | 48 | 2006-04-07 v0.8.1 |
|
12 | 49 | |
|
13 | 50 | * Major changes from 0.8 to 0.8.1: |
General Comments 0
You need to be logged in to leave comments.
Login now