##// END OF EJS Templates
Update version strings and add release notes to Windows specific files
lcantey@gmail.com -
r1690:58894621 default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 </head>
5 </head>
6
6
7 <body>
7 <body>
8 <h1>Mercurial version 0.7 for Windows</h1>
8 <h1>Mercurial version 0.8 for Windows</h1>
9
9
10 <p>Welcome to Mercurial for Windows!</p>
10 <p>Welcome to Mercurial for Windows!</p>
11
11
@@ -4,7 +4,7 b''
4 [Setup]
4 [Setup]
5 AppCopyright=Copyright 2005 Matt Mackall and others
5 AppCopyright=Copyright 2005 Matt Mackall and others
6 AppName=Mercurial
6 AppName=Mercurial
7 AppVerName=Mercurial version 0.7
7 AppVerName=Mercurial version 0.8
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.7
17 OutputBaseFilename=Mercurial-0.8
18 DefaultDirName={sd}\Mercurial
18 DefaultDirName={sd}\Mercurial
19 SourceDir=C:\hg\hg-release
19 SourceDir=C:\hg\hg-release
20 VersionInfoVersion=0.7
20 VersionInfoVersion=0.8
21 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoDescription=Mercurial distributed SCM
22 VersionInfoCopyright=Copyright 2005 Matt Mackall and others
22 VersionInfoCopyright=Copyright 2005 Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
@@ -8,6 +8,27 b' file that comes with this package.'
8 Release Notes
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 2005-09-21 v0.7 with modifications
32 2005-09-21 v0.7 with modifications
12
33
13 * New INI files have been added to control Mercurial's behaviour:
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