##// END OF EJS Templates
Update release notes and copyright year for Windows installer.
Lee Cantey -
r2216:1cbd10cf default
parent child Browse files
Show More
@@ -14,7 +14,7 b''
14 </head>
14 </head>
15
15
16 <body>
16 <body>
17 <h1>Mercurial version 0.8 for Windows</h1>
17 <h1>Mercurial version 0.8.1 for Windows</h1>
18
18
19 <p>Welcome to Mercurial for Windows!</p>
19 <p>Welcome to Mercurial for Windows!</p>
20
20
@@ -117,7 +117,7 b' hg'
117 href="http://www.serpentine.com/blog">Bryan
117 href="http://www.serpentine.com/blog">Bryan
118 O'Sullivan</a>.</p>
118 O'Sullivan</a>.</p>
119
119
120 <p>Mercurial is Copyright 2005 Matt Mackall and others. See the
120 <p>Mercurial is Copyright 2005, 2006 Matt Mackall and others. See the
121 <tt>Contributors.txt</tt> file for a list of contributors.</p>
121 <tt>Contributors.txt</tt> file for a list of contributors.</p>
122
122
123 <p>Mercurial is free software; you can redistribute it and/or
123 <p>Mercurial is free software; you can redistribute it and/or
@@ -2,9 +2,9 b''
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4 [Setup]
4 [Setup]
5 AppCopyright=Copyright 2005 Matt Mackall and others
5 AppCopyright=Copyright 2005, 2006 Matt Mackall and others
6 AppName=Mercurial
6 AppName=Mercurial
7 AppVerName=Mercurial version 0.8
7 AppVerName=Mercurial version 0.8.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,12 +14,12 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.8
17 OutputBaseFilename=Mercurial-0.8.1
18 DefaultDirName={sd}\Mercurial
18 DefaultDirName={sd}\Mercurial
19 SourceDir=C:\hg\hg-release
19 SourceDir=C:\hg\hg-release
20 VersionInfoVersion=0.8
20 VersionInfoVersion=0.8.1
21 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoDescription=Mercurial distributed SCM
22 VersionInfoCopyright=Copyright 2005 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
24 InternalCompressLevel=max
24 InternalCompressLevel=max
25 SolidCompression=true
25 SolidCompression=true
@@ -8,6 +8,22 b' file that comes with this package.'
8 Release Notes
8 Release Notes
9 -------------
9 -------------
10
10
11 2006-04-07 v0.8.1
12
13 * Major changes from 0.8 to 0.8.1:
14
15 - new extensions:
16 mq (manage a queue of patches, like quilt only better)
17 email (send changes as series of email patches)
18 - new command: merge (replaces "update -m")
19 - improved commands: log (--limit option added), pull/push ("-r" works
20 on specific revisions), revert (rewritten, much better)
21 - comprehensive hook support
22 - output templating added, supporting e.g. GNU changelog style
23 - Windows, Mac OS X: prebuilt binary packages, better support
24 - many reliability, performance, and memory usage improvements
25
26
11 2006-01-29 v0.8
27 2006-01-29 v0.8
12
28
13 * Upgrade notes:
29 * Upgrade notes:
General Comments 0
You need to be logged in to leave comments. Login now