Show More
@@ -5,7 +5,7 b'' | |||
|
5 | 5 | </head> |
|
6 | 6 | |
|
7 | 7 | <body> |
|
8 |
<h1>Mercurial version 0. |
|
|
8 | <h1>Mercurial version 0.8 for Windows</h1> | |
|
9 | 9 | |
|
10 | 10 | <p>Welcome to Mercurial for Windows!</p> |
|
11 | 11 |
@@ -4,7 +4,7 b'' | |||
|
4 | 4 | [Setup] |
|
5 | 5 | AppCopyright=Copyright 2005 Matt Mackall and others |
|
6 | 6 | AppName=Mercurial |
|
7 |
AppVerName=Mercurial version 0. |
|
|
7 | AppVerName=Mercurial version 0.8 | |
|
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.8 | |
|
18 | 18 | DefaultDirName={sd}\Mercurial |
|
19 | 19 | SourceDir=C:\hg\hg-release |
|
20 |
VersionInfoVersion=0. |
|
|
20 | VersionInfoVersion=0.8 | |
|
21 | 21 | VersionInfoDescription=Mercurial distributed SCM |
|
22 | 22 | VersionInfoCopyright=Copyright 2005 Matt Mackall and others |
|
23 | 23 | VersionInfoCompany=Matt Mackall and others |
@@ -8,6 +8,27 b' file that comes with this package.' | |||
|
8 | 8 | Release Notes |
|
9 | 9 | ------------- |
|
10 | 10 | |
|
11 | 2006-01-29 v0.8 | |
|
12 | ||
|
13 | * Upgrade notes: | |
|
14 | ||
|
15 | - diff and status command are now repo-wide by default | |
|
16 | (use 'hg diff .' for the old behavior) | |
|
17 | - GPG signing is now done with the gpg extension | |
|
18 | - the --text option for commit, rawcommit, and tag has been removed | |
|
19 | - the copy/rename --parents option has been removed | |
|
20 | ||
|
21 | * Major changes from 0.7 to 0.8: | |
|
22 | ||
|
23 | - faster status, diff, and commit | |
|
24 | - reduced memory usage for push and pull | |
|
25 | - improved extension API | |
|
26 | - new bisect, gpg, hgk, and win32text extensions | |
|
27 | - short URLs, binary file handling, and optional gitweb skin for hgweb | |
|
28 | - numerous new command options including log --keyword and pull --rev | |
|
29 | - improved hooks and file filtering | |
|
30 | ||
|
31 | ||
|
11 | 32 | 2005-09-21 v0.7 with modifications |
|
12 | 33 | |
|
13 | 34 | * New INI files have been added to control Mercurial's behaviour: |
General Comments 0
You need to be logged in to leave comments.
Login now